home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 12 / CD_ASCQ_12_0294.iso / maj / 329 / install.001 < prev    next >
Text File  |  1994-01-25  |  1KB  |  48 lines

  1. BANNER "Welcome to the Install-Pro Installation Program"
  2.            
  3. HELLO "This program is going to transfer the Install-Pro files from"
  4. HELLO "the installation diskette to the directory(s) that you enter"
  5. HELLO "on the screen to follow."
  6. HELLO ""
  7. HELLO "                 Press a key to continue."
  8.        
  9. USER prog_files "Program Files"    C:\INSTPRO
  10. USER doc_files "Document Files"    C:\INSTPRO
  11. OPTION USER sample_files "Sample Files" C:\INSTPRO\SAMPLE
  12.  
  13. SPACE prog_files 72000
  14. SPACE doc_files  100000
  15. SPACE sample_files 10000
  16.  
  17. FIRSTDISK "Install-Pro Disk"
  18.  
  19. FILE prog_files     instpro.exe
  20. FILE prog_files     split.zip
  21. FILE doc_files      instpro.man
  22. FILE doc_files      whats.new
  23. FILE doc_files      read.me
  24. FILE doc_files      order.doc
  25. FILE sample_files   install.001
  26. FILE sample_files   example.001
  27. FILE sample_files   iprowks.zip
  28. FILE sample_files   external.lng
  29.  
  30. UNZIP prog_files    SPLIT
  31. UNZIP sample_files  IPROWKS
  32.  
  33. VIEW !home\read.me
  34.  
  35. GOODBYE "The installation has completed normally."
  36. GOODBYE ""
  37. GOODBYE "         Press a key to exit..."
  38.  
  39. ;To change this into a multi-disk installation:
  40. ;1.  Change the END command to DISK "Diskname"
  41. ;2.  Create install.002 on the next disk and include FILE and UNZIP
  42. ;    commands for each file to be transferred and/or unzipped.
  43. ;3.  Make sure there is either an END, DISK or CHAIN command terminating 
  44. ;    install.002.
  45.  
  46. END
  47.  
  48.