Whole New World
Showing posts with label
DOS
.
Show all posts
Showing posts with label
DOS
.
Show all posts
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%
Older Posts
Home
Subscribe to:
Posts (Atom)