home *** CD-ROM | disk | FTP | other *** search
/ CD Action 40 / cdactionmagazinecoverdisc401999.iso / caesar / INSTALL.BAT < prev    next >
DOS Batch File  |  1994-12-14  |  144b  |  8 lines

  1. @echo off
  2. call setup.exe
  3. cls
  4. echo Install will now decompress the files on your hard drive.
  5. lha x *.lzh >null
  6. ren setup.exe install.exe
  7.  
  8.