home *** CD-ROM | disk | FTP | other *** search
- .
- ask "Install DeluxePaint III demo on your hard disk?"
- if warn
- else
- endcli
- quit
- endif
-
- If exists FAST:
- If exists FAST:DPaintIII_demo
- else
- ask "OK to create a directory named DPaintIII_demo?"
- If warn
- makedir FAST:DPaintIII_demo
- else
- echo "Sorry, this demo must have a directory by"
- echo "that name in order to be installed on a hard drive."
- echo "You can still run it from floppies though."
- wait 10
- endif
- endif
- else
- echo "Please use a text editor"
- echo "to add the following to your"
- echo "startup-sequence in the S"
- echo "directory:"
- echo ""
- echo "ASSIGN FAST: (your hard drive name:)"
- echo ""
- echo "then rerun this program"
- wait 10
- endif
-
- If exists FAST:DPaintIII_demo/parts
- else
- Makedir FAST:DPaintIII_demo/parts
- endif
-
- If exists FAST:DPaintIII_demo/instruments
- else
- Makedir FAST:DPaintIII_demo/instruments
- endif
-
- echo "Copying demo files to the hard disk."
- echo "This may take awhile..."
-
- copy DPaintIII_demo1:HD_Install/DPIII_HDdemo to FAST:DPaintIII_demo
- copy DPaintIII_demo1:HD_Install/DPIII_HDdemo.info to FAST:DPaintIII_demo
- copy DPaintIII_demo1:HD_Install/DPaintIII_demo.info to FAST:
- copy DPaintIII_demo1:player to FAST:DPaintIII_demo
-
- copy DPaintIII_demo1:parts to FAST:DPaintIII_demo/parts all quiet
- copy DPaintIII_demo1:instruments to FAST:DPaintIII_demo/instruments all quiet
- copy DPaintIII_demo2:parts to FAST:DPaintIII_demo/parts all quiet
-
- echo "Hard drive install completed."
- echo ""
- echo "To run the demo, open the DPaintIII_demo drawer and"
- echo "double-click the DPIII_demo icon...turn up the sound too."
- echo "Be sure to close any windows or background processes before"
- echo "running the demo."
-
- wait 10
-
-