home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / i / iaup101.zip / INSTALL.DAT < prev    next >
Text File  |  1993-02-19  |  1KB  |  96 lines

  1. @DefineProject
  2.     @Name =         "Instant Artist Patch Disk"
  3.     @Version =      "1.01"
  4.     @OutDrive =     C
  5.     @Requires @HardDisk
  6.     @Requires 682000
  7.     @SubDir =       "IARTIST"
  8.     @Terse
  9. @EndProject
  10.  
  11. @GetOutDrive
  12.     @Cls
  13.         On which drive should @Name be installed?
  14.     @Suppress A
  15.     @Suppress B
  16. @EndOutDrive
  17.  
  18. RedoG:
  19. @GetSubDir 
  20.     @Prompt = "In what directory is Instant Artist Located?"
  21. @EndSubDir        
  22. @If (@Exists "@OutDrive:\\@SubDir\\IA.EXE")
  23. @Else
  24.     @Display
  25.     @Cls
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.               Cannot Find IA.EXE:
  34.  
  35.            Update must be installed into the 
  36.                Instant Artist Directory
  37.     
  38.     
  39.     @Pause
  40.     @Goto RedoG
  41. @Endif
  42.  
  43.     @DefineDisk
  44.     @Label = "Disk 1"
  45.         @File IAD101.EXE @Out \\*.*
  46.         @File IAUPD.EXE @Out \\*.*
  47.     @EndDisk
  48.  
  49. @Finish
  50.     @ChDrive @OutDrive
  51.     
  52.     @ChDir "@SubDir"       
  53.     @Cls
  54.  
  55.         Updating Instant Artist.  Please Wait.
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.     @Cls
  64.  
  65.         @System "@OutDrive:\\IAD101.EXE"
  66.         @System "@OutDrive:\\IAUPD.EXE -O"
  67.         @Delete ("@OutDrive:\\IAD101.EXE")
  68.         @Delete ("@OutDrive:\\IAUPD.EXE")
  69.         @Delete ("@OutDrive:\\@SubDir\\*.??$")
  70.  
  71. @Cls
  72.  
  73.  
  74.  
  75.  
  76.  
  77.  
  78.  
  79.     This concludes the installation of the IA Update Disk.
  80.  
  81.     Read the README.DOC file for information about changes
  82.           from the older version of Instant Artist
  83.  
  84.  
  85.  
  86. @Pause
  87. @EndFinish
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.