home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng)
/
ProfitPress-MegaCDROM2.B6I
/
MAGAZINE
/
MISC
/
PCR8808.ZIP
/
GET.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-02-17
|
289 b
|
19 lines
echo off
if "%1"=="" goto nofind
if not exist %1 goto nofind
CLS
copy %1 nufile > nul
:loop
if "%2"=="" goto display
find "%2" nufile > temp
copy temp nufile > nul
shift
goto loop
:display
type nufile | more
type srt.lbl
goto end
:nofind
echo file "%1" not located
:end