home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Simtel MSDOS 1992 September
/
Simtel20_Sept92.cdr
/
msdos
/
pcresorc
/
pcr8808.arc
/
FILE.BAT
< prev
next >
Wrap
DOS Batch File
|
1988-07-13
|
84b
|
6 lines
echo off
if (%1)==() goto END
SET FILE=%1
:END
echo FILE is now set to %FILE%