home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 14 / CD_ASCQ_14_0694.iso / maj / 4379 / movies1.fil < prev    next >
Text File  |  1994-04-18  |  2KB  |  53 lines

  1. ' Note:  This file is normally called INSTALL.FIL
  2. '        It is distributed with THE FINISHING TOUCH as an example
  3. '        of how ImagiSOFT, Inc. uses THE FINISHING TOUCH to distribute
  4. '        its products.  Feel free to use this script as a learning tool
  5. '        for writing your own scripts!  Companion files are MOVIES2.FIL
  6. '        and MOVIES.BAT which is used to create master disks.
  7.  
  8.  
  9. ' MOVIES TO GO!  DOS / WINDOWS Installation Script
  10. ' Copyright 1993, ImagiSOFT, Inc.
  11. ' Version 2.2
  12. ' November 1, 1993
  13.  
  14. ' Note:  This installation script is written for THE FINISHING TOUCH, a
  15. '        professional installation program which is also an ImagiSOFT
  16. '        product.  It is distributed with MOVIES TO GO! to make
  17. '        installation easier, and to reduce our support calls.
  18.  
  19. '        This script unpacks 6 compressed files (*.PAK) which is a
  20. '        major feature of the program.  For more information about
  21. '        THE FINISHING TOUCH, call ImagiSOFT at (505) 275-1920, or call
  22. '        our personal BBS number at (505) 275-9697  2400 - 9600, N, 8, 1.
  23. '        It will always have the latest shareware version of
  24. '        THE FINISHING TOUCH so you can "try before you buy".
  25.  
  26. BACKGROUND 63
  27. TELESCOPE OFF
  28.  
  29. LANGUAGE ENGLISH      ' supports GERMAN, FRENCH, SPANISH, DANISH, and DUTCH
  30.  
  31. WINOPEN 0 2 111
  32.  
  33. "             ImagiSOFT, Inc."
  34. "Where Imagination Brings Software to Life"
  35. ""
  36. ""
  37. "          Installation Program"
  38.  
  39. WINUPDATE +16 +4 110
  40. "MOVIES TO GO!"
  41.  
  42. TELESCOPE ON
  43. SHADOW ON
  44. SPACE 3200              ' if they don't have 3.2 meg free, forget it
  45.  
  46. ' set temporary drive and path for decompression of rest of script file
  47. PROMPT OFF
  48. DRIVE C      ' set ~1 to drive c
  49. PATH \       ' set ~2 path
  50. UNPACK SCRIPT.PAK 0 12 31 32 15 79      '  files
  51.  
  52. SCRIPT ~1~2\PART2.FIL                   ' chain to 2nd part of script
  53.