Apr 24, 2015

How to input "figures" or "string" using a batch file


example.bat
-----------------------------------------------------------

@echo off
setlocal

set /p str= # of atoms :

echo  # of atoms : %str%

atoms.exe  %str%




No comments:

Post a Comment