home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Best of Windows 95.com 1997 April
/
Win95_04974.iso
/
docs
/
00006
/
00628.exe
/
PATCHHLP.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
|
1997-02-20
|
197 b
|
8 lines
@echo off
rem * Helper for RTPatch.
rem * If the patch succeeds, the .RTP file is erased as a flag to the installer.
patch %1 %2 %3 %4 %5 %6 %7 %8 %9
if errorlevel != 0 goto end
del %1
:end