home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Media Depot 5
/
mediadepotvolume51993.iso
/
FILES
/
16
/
COLRBOOT.ZIP
/
V.BAT
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
DOS Batch File
|
1994-10-29
|
233 b
|
7 lines
@ECHO OFF
REM This displays all .BIN files in the current directory
REM Use %1 etc for options such as text/grid /P and /C
REM The "undocumented" /F switch displays the filenames
FOR %%X IN (*.BIN) DO COLRBOOT %%X %1 %2 %3
CLS