home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Power-Programmierung
/
CD1.mdf
/
magazine
/
pcmagazi
/
1990
/
02
/
getreply.bat
< prev
next >
Wrap
DOS Batch File
|
1989-08-31
|
355b
|
12 lines
@ECHO OFF
CLS
ECHO What is your answer? Type it in on a single line, then press
ECHO Ctrl-Z followed by the Enter key
COPY ANSWER.DAT+CON ANSWER.BAT > NUL
CALL ANSWER.BAT
DEL ANSWER.BAT
ECHO Your answer was "%answer%". I can use it and re-use it
ECHO within this batch file -- see: "%answer%".
ECHO Now I will clear your answer:
SET answer=