home *** CD-ROM | disk | FTP | other *** search
/ The Best Strategy 1998 / STRATEGY.iso / totalanh / install.bat < prev    next >
DOS Batch File  |  1997-09-22  |  243b  |  12 lines

  1. @echo off
  2. if "%1"=="" goto noparam
  3. :param
  4. winrar95 x -v -y ta.rar %1:\ta\
  5. goto complete
  6. :noparam
  7. cls
  8. echo USAGE (¿ß»«½∞º«óá¡¿Ñ):
  9. echo INSTALL.BAT C
  10. echo Where is C - the letter of your Hard Drive (íπ¬óá óáΦÑú« ñ¿ß¬á)
  11. pause
  12. :complete