home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BUG 1
/
BUGCD1996_0708.ISO
/
pc
/
util
/
visage
/
extract.bat
next >
Wrap
DOS Batch File
|
1995-02-22
|
228b
|
11 lines
@ECHO OFF
echo Processing ...
%1\VISAGE.EXE %1
if exist %1\visage.tbk goto finish
echo --
echo An error has occured.
echo Be sure you have enough disk space and try the setup again.
echo --
pause
:finish