home *** CD-ROM | disk | FTP | other *** search
/ 17 Bit Software 1: Collection A / 17Bit_Collection_A.iso / files / 356.dms / in.adf / HD_Install / hd-install < prev    next >
Encoding:
Text File  |  1989-04-11  |  1.6 KB  |  65 lines

  1. .
  2. ask "Install DeluxePaint III demo on your hard disk?"
  3. if warn
  4. else
  5.  endcli
  6.  quit
  7. endif
  8.  
  9. If exists FAST:
  10.  If exists FAST:DPaintIII_demo
  11.  else
  12.   ask "OK to create a directory named DPaintIII_demo?"
  13.    If warn
  14.      makedir FAST:DPaintIII_demo
  15.    else
  16.      echo "Sorry, this demo must have a directory by"
  17.      echo "that name in order to be installed on a hard drive."
  18.      echo "You can still run it from floppies though."
  19.      wait 10
  20.    endif
  21.   endif
  22. else
  23.  echo "Please use a text editor"
  24.  echo "to add the following to your"
  25.  echo "startup-sequence in the S"
  26.  echo "directory:"
  27.  echo ""
  28.  echo "ASSIGN FAST: (your hard drive name:)"
  29.  echo ""
  30.  echo "then rerun this program"
  31.  wait 10
  32. endif
  33.  
  34. If exists FAST:DPaintIII_demo/parts
  35. else
  36.  Makedir FAST:DPaintIII_demo/parts
  37. endif
  38.  
  39. If exists FAST:DPaintIII_demo/instruments
  40. else
  41.  Makedir FAST:DPaintIII_demo/instruments
  42. endif
  43.  
  44. echo "Copying demo files to the hard disk."
  45. echo "This may take awhile..."
  46.  
  47. copy DPaintIII_demo1:HD_Install/DPIII_HDdemo to FAST:DPaintIII_demo 
  48. copy DPaintIII_demo1:HD_Install/DPIII_HDdemo.info to FAST:DPaintIII_demo
  49. copy DPaintIII_demo1:HD_Install/DPaintIII_demo.info to FAST:
  50. copy DPaintIII_demo1:player to FAST:DPaintIII_demo
  51.  
  52. copy DPaintIII_demo1:parts to FAST:DPaintIII_demo/parts all quiet
  53. copy DPaintIII_demo1:instruments to FAST:DPaintIII_demo/instruments all quiet
  54. copy DPaintIII_demo2:parts to FAST:DPaintIII_demo/parts all quiet 
  55.  
  56. echo "Hard drive install completed."
  57. echo ""
  58. echo "To run the demo, open the DPaintIII_demo drawer and"
  59. echo "double-click the DPIII_demo icon...turn up the sound too."
  60. echo "Be sure to close any windows or background processes before"
  61. echo "running the demo."
  62.  
  63. wait 10
  64.  
  65.