home *** CD-ROM | disk | FTP | other *** search
/ BUG 1 / BUGCD1996_0708.ISO / pc / util / visage / extract.bat next >
DOS Batch File  |  1995-02-22  |  228b  |  11 lines

  1. @ECHO OFF
  2. echo Processing ...
  3. %1\VISAGE.EXE %1
  4. if exist %1\visage.tbk  goto finish
  5.     echo --
  6.     echo    An error has occured.  
  7.     echo    Be sure you have enough disk space and try the setup again.
  8.     echo --
  9.     pause
  10. :finish
  11.