home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2001 August - Disc 2
/
chip_20018102_hu.iso
/
bin
/
_unrar.bat
< prev
next >
Wrap
DOS Batch File
|
1998-10-06
|
189b
|
11 lines
@echo off
\bin\unrar X %1 *.* %2\
if errorlevel 1 goto hiba
exit
:hiba
echo .
echo .
echo Hiba történt!
echo .
echo Nyomjon meg egy billentyût!
pause >NUL