home *** CD-ROM | disk | FTP | other *** search
/ PC Action 1997 February / PCA0297.ISO / did / demoinst.bat next >
DOS Batch File  |  1996-11-21  |  332b  |  15 lines

  1. REM ASSUME that %1 is the installation unit : Ex c:
  2. REM Le jeu est lance par DID /DEMO DID\TOON1\CARTOON1.EXP
  3. if %1x==x goto usage
  4. md %1\DID
  5. cd %1\DID
  6. copy *.* %1
  7. md %1\DID\FONT
  8. copy FONT\*.* %1\DID\FONT
  9. md %1\DID\APP1
  10. copy TOON1\APP1\*.* %1\DID\APP1
  11. goto fin
  12. :usage
  13. @ECHO Syntaxe : DEMOINST C: (par exemple) ...
  14. :fin
  15.