home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / UTILITY / FILE / IPRO121.ZIP / INSTALL.001 < prev    next >
Encoding:
Text File  |  1991-08-01  |  987 b   |  32 lines

  1. BANNER "Welcome to the MYApp Installation Program"
  2.            
  3. HELLO "This program is going to transfer the MYApp files from the"
  4. HELLO "installation diskettes to the director(s) that you enter on"
  5. HELLO "the screen to follow.  You will be prompted for disk changes"
  6. HELLO "when they are needed."
  7. HELLO ""
  8. HELLO "               Press a key to continue..."
  9.        
  10. USER prog_files "Program Files:"    C:\INSTPRO
  11. USER doc_files "Document Files:"    C:\INSTPRO
  12. USER script_files "Script Files:"   C:\INSTPRO
  13.  
  14. FILE prog_files     instpro.exe
  15. FILE prog_files     split.exe
  16. FILE doc_files      instpro.man
  17. FILE doc_files      instpro.usr
  18. FILE doc_files      order.doc
  19. FILE doc_files      read.me
  20. FILE doc_files      whats.new
  21. FILE doc_files      split.doc
  22. FILE script_files   install.001
  23. FILE script_files   example.001
  24.  
  25. GOODBYE "The installation has completed normally."
  26. GOODBYE ""
  27. GOODBYE "         Press a key to exit..."
  28.  
  29. ;Comment lines look like this
  30.  
  31. END
  32.