home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 24 / CD_ASCQ_24_0995.iso / dos / prg / dsik205 / install.001 < prev    next >
Text File  |  1995-04-09  |  657b  |  31 lines

  1.  
  2. BANNER "  Digital Sound Interface Kit Installation Program"
  3.  
  4. HELLO "This program is going to transfer the DSIK files from the"
  5. HELLO "installation diskette to the directory(s) that you enter"
  6. HELLO "on the screen to follow."
  7. HELLO ""
  8. HELLO "                 Press a key to continue."
  9.  
  10. USER prog_files "DSIK Library"  C:\DSIK
  11.  
  12. SPACE prog_files 600000
  13.  
  14. FIRSTDISK "DSIK Disk"
  15.  
  16. FILE prog_files     dsik.dat
  17.  
  18. UNZIP prog_files    DSIK.DAT
  19.  
  20. PATH !prog_files
  21.  
  22. PRERUN "!home\readme.bat !prog_files"
  23.  
  24. VIEW "!home\readme.txt"
  25.  
  26. GOODBYE "The installation has completed normally."
  27. GOODBYE ""
  28. GOODBYE "         Press a key to exit..."
  29.  
  30. END
  31.