home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Programmer 7500
/
MAX_PROGRAMMERS.iso
/
INFO
/
PCRESRC
/
PCR8808.ARC
/
FILE.BAT
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
DOS Batch File
|
1988-07-13
|
84 b
|
6 lines
echo off
if (%1)==() goto END
SET FILE=%1
:END
echo FILE is now set to %FILE%