Communications Programs (Disk 102) (Aug 1988) : Amic58e / INSTALL.ME

echo "The following Batch file will install AMIC PD TERM"
echo "version .58  (Freely Distributable).  It does copy"
echo "all the data files into your S: directory."
echo " "
echo "If you  want to move  the Data  files into another"
echo "drawer, make sure to modify the LOOKDIR field into"
echo "the new [path]  to ensure  normal execution of the"
echo "program.  I suggest to leave the  AMIC.Config file"
echo "in the S: drawer all the time, since AMIC will try"
echo "to find it in the S: drawer if it can't find it in"
echo "the CURRENT directory."
echo " "
echo "Complete documentation is  available to registered"
echo "users of the program, read the enclosed README.TXT"
echo "file for more information."
echo " "
echo "Copying files"
echo " "
echo "Copying AMIC.Config"
Copy AMIC.Config S:
Delete AMIC.Config
echo "Copying AMIC.Phone"
Copy AMIC.Phone S:
Delete AMIC.Phone
echo "Copying AMIC.Color"
Copy AMIC.Color S:
Delete AMIC.Color
echo "Copying AMIC.Keys"
Copy AMIC.Keys S:
Delete AMIC.Keys
echo "Copying AMIC.Script"
Copy AMIC.Script S:
Delete AMIC.Script
echo " "
echo "Installtion complete"
echo " "
wait 3
echo "I suggest the following in order to make the program"
echo "more organized and easier to handle"
echo " "
echo "Create a DRAWER (directory) called AMIC"
echo "   MAKEDIR DF0:AMIC
echo " "
echo "Now COPY AMIC and AMIC.info into this drawer"
echo "   COPY AMIC|AMIC.info df0:AMIC
echo " "
echo "Now you can delete the files from the current drawer"
echo "   DELETE AMIC|AMIC.info
echo " "
echo "Don't  forget to create and ICON file for the drawer"
echo "you create (AMIC), if you use Workbench!"
echo " "
wait 20
echo "Okay, now...."
echo " "
echo "Create a DRAWER called DOWN to store the files you"
echo "   download using AMIC PD TERM."
echo "MAKEDIR df0:DOWN"
echo " "
echo "Don't forget an icon for this one either."
echo " "
echo " "
echo "Next ... "
echo "Put the following commands in your Startup-Sequence"
echo "   ASSIGN DWN: df0:DOWN  ; where you created DOWN?
echo " "
echo "Load AMIC.Config  into  your  favorite  editor  and"
echo "change  the  field  DDIR to  DWN: to point  AMIC to"
echo "the new Downloads path." 
echo "That's it!"