home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 17 / CD_ASCQ_17_101194.iso / dos / prg / mos / exemples / soft / install.bat < prev    next >
DOS Batch File  |  1994-08-26  |  280b  |  11 lines

  1. REM Script d'installation de D-SPEED v1.0
  2. REM (C)1994 F.Cheveau for HTS.
  3. REM Vous pouvez me contacter via le 36.14 RTEL1, Bal "BOUFFTOU".
  4.  
  5. @Echo Off
  6. @Echo Performing Installation in C:\DSPEED...
  7. Md C:\DSPEED
  8. Copy A:*.* C:\DSPEED
  9. @Echo Installation completed...
  10. @Echo On
  11.