home *** CD-ROM | disk | FTP | other *** search
/ PC Multimidia 1997 February / PCMULTIMIDI.iso / tombraid / install.bat < prev    next >
Encoding:
DOS Batch File  |  1997-01-15  |  155 b   |  12 lines

  1. @echo off
  2. if "%1"=="" goto end
  3. md %1\jogos\tombraid
  4. cd %1\jogos\tombraid
  5. copy . %1
  6. %1
  7. setup
  8. goto finish
  9. :end
  10. @echo Digite: 'install c:'
  11. :finish
  12.