home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Software Recommendations - 1998 Season 1
/
DNBCD4.iso
/
share
/
compress
/
exe
/
untiny
/
UNSS
/
USS.BAT
< prev
Encoding:
Amiga (detected)
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-05-02
|
192 b
|
14 lines
@echo off
if not "%1"=="" goto try_
unss
goto exit_
:try_
unss %1
if errorlevel 1 goto exit_
:next_
unss cracked.exe
if not errorlevel 1 goto next_
echo ■ Batch ok.
echo.
:exit_