home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gambler 34 A
/
GAMBLERCD34A.BIN
/
Utils
/
GP
/
Progs
/
MRipper
/
UTILS
/
XENTVIEW.ZIP
/
VIEW.BAT
< prev
next >
Wrap
DOS Batch File
|
1995-11-12
|
511b
|
32 lines
@echo off
if not "%@eval[2+2]" == "4" goto end
setlocal
iff %1x == x then
set fil=*.usr
else
set fil=%1
endiff
set x=%@findfirst[%fil]
do while "%x" != ""
ren /q %x temp.$$$
ren /q install.gph %x
ren /q temp.$$$ install.gph
install
ren /q %x temp.$$$
ren /q install.gph %x
ren /q temp.$$$ install.gph
set x=%@findnext[%fil]
set k=0
inkey /W0 %%k
iff %k != 0 then
unset /q x
endiff
enddo
endlocal
quit
:end
echo 4DOS required!