home *** CD-ROM | disk | FTP | other *** search
/ Merciful 3 / Merciful_Release_3.bin / software / w / worldtourofeurope.dms / worldtourofeurope.adf / s / hd_install < prev    next >
Text File  |  1991-01-13  |  2KB  |  64 lines

  1. .k hdisk
  2. IF "<hdisk>" EQ ""
  3.   echo " "
  4.   echo " "
  5.   echo "The Proper way to execute this *e[01m*e[03m*e[33mWorld Tour(tm) Europe*e[00m Hard Disk"
  6.   echo "Installation program is:"
  7.   echo "   *e[33mexecute Europe:s/HD_install Volume *e[0m"
  8.   echo " "
  9.   echo "Where 'Volume' is the name of your Hard Disk."
  10.   echo " "
  11.   echo "For Example, if your Hard Disk is named work: then the"
  12.   echo "execute command would look like this:"
  13.   echo "   *e[33mexecute Europe:s/HD_install work:*e[0m"
  14.   echo " "
  15.   quit
  16. ENDIF
  17. echo " "
  18. echo " "
  19. echo " "
  20. echo "     *e[01m*e[03m*e[33mWorld Tour(tm) *e[0m Hard Disk Installation"
  21. echo "*e[0m"
  22. echo "This procedure transfers the files necessary"
  23. echo "for *e[01m*e[03m*e[33mWorld Tour(tm) *e[0m to work on <hdisk>"
  24. echo "The following files will be copied:"
  25. echo "*e[33m   Europe                                   WTFiles"
  26. echo "   Map Files                                Certificate Files"
  27. echo "   Data Files                               High Scores"
  28. echo "*e[0m "
  29. echo " "
  30. echo "Please insert volume *e[01m*e[03m*e[33mEurope *e[0m in any drive"
  31. IF EXISTS Europe:
  32. ENDIF
  33. IF EXISTS <hdisk>Europe
  34.   echo " "
  35.   echo "*e[33mWARNING:*e[0m  A Europe directory allready exists."
  36.   echo "The Europe directory will need to be renamed"
  37.   echo "or deleted before installation of *e[01m*e[03m*e[33World Tour(tm) Europe *e[0m"
  38.   echo "can take place."
  39.   quit
  40. ENDIF
  41. echo " "
  42. echo "creating *e[01m*e[03m*e[33mEurope *e[0m directory on <hdisk>"
  43. makedir <hdisk>Europe
  44. echo " "
  45. echo "Copying *e[01m*e[03m*e[33mWorld Tour(tm) *e[0m Files.  Please Be Patient."
  46. copy Europe:Maps.info <hdisk>Europe.info  quiet
  47. copy Europe:Maps all  to <hdisk>Europe/Maps  quiet
  48. copy Europe:Maps.info to <hdisk>Europe/Maps/  quiet
  49. copy Europe:WTFiles all  to <hdisk>Europe/WTFiles quiet
  50. copy Europe:WTFiles.info to <hdisk>Europe/WTFiles/ quiet
  51. copy Europe:Europe.info to <hdisk>Europe/ quiet
  52. copy Europe:Europe to <hdisk>Europe/ quiet
  53. echo " "
  54. echo " "
  55. echo "Finished transfering files."
  56. echo " "
  57. echo "*e[01mThe following assignment MUST be added to your commands"
  58. echo "in your s:startup-sequence or your s:StartupII file in order for"
  59. echo "for *e[03m*e[33mWorld Tour(tm) Europe*e[0m*e[01m to work properly!*e[0m"
  60. echo "*e[33m "
  61. echo "    assign Europe: <hdisk>Europe"
  62. echo "*e[0m "
  63. quit
  64.