home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR8 / WPW6DEMO.ZIP / WPW6.SDF < prev   
Text File  |  1993-10-01  |  2KB  |  60 lines

  1.  
  2. IF Windows
  3.   SetTopLineTo INSTALLING WORDPERFECT 6.0 FOR WINDOWS DEMO (Press Esc to exit)
  4.   If FreeSpaceOnDrive ShadowDirectory < 30000
  5.       PopUp There is insufficient space on the TEMP drive for installation.
  6.       SoLong
  7.   EndIf
  8.   SetBackgroundColor 0 0 255 0 0 64 TopToBottom
  9.   SetDefaultBitmap OFF
  10.   ShowWindow Maximized
  11. Dialog
  12. Beginning the WordPerfect 6.0 for Windows Demo Installation.
  13. Click OK or press ENTER to continue.
  14. EndDialog
  15. QueAllFiles
  16.  DetermineInstallationDrive QueSize RequireFixed
  17.  DetermineInstallationDirectory InstallationDrive:\WW60DEMO QueSize RequireFixed
  18.   GetQuedFiles
  19.     Dialog [YesOrNo1]
  20.       Would you like to place the demo in a Windows program group?
  21.     EndDialog
  22.     If [YesOrNo1] = Y
  23.        BuildProgramGroup "WPWin 6.0 Demo" WPW6.grp
  24.        [InstallationDirectory]\Demo.exe "WPWin 6.0 Demo" [InstallationDirectory]
  25.        EndBuildProgramGroup
  26.     Else
  27.        Dialog PressAKey WhiteOnBrown
  28. To run the demo, choose Run from the File Menu and execute DEMO.EXE.
  29. Click OK or press ENTER to continue.
  30.       EndDialog
  31.     EndIf
  32.     Dialog PressAKey WhiteOnBrown
  33.  
  34. WordPerfect 6.0 for Windows Demonstration
  35. Installation Completed.
  36. Click OK or press ENTER to continue.
  37.  
  38.     EndDialog
  39. Else
  40.  
  41. TextBox YellowOnCyan @xy(12,2)
  42.    WordPerfect 6.0 for Windows Demo Installation
  43.  EndTextBox
  44. Dialog
  45.   .cBeginning the WordPerfect 6.0 for Windows Demo.
  46. EndDialog
  47.  
  48. QueAllFiles
  49.  DetermineInstallationDrive QueSize RequireFixed
  50.  DetermineInstallationDirectory InstallationDrive:\WW60DEMO QueSize RequireFixed
  51. GetQuedFiles
  52.     SetScreenAttrTo BlackOnBlack
  53.     ClearScreen
  54.     OSCommand InstallationDrive: NoPrompt
  55.     OSCommand CD [InstallationDirectory] NoPrompt
  56.     Run DEMO.exe SwapOut NoPrompt
  57. EndIF
  58. SoLong
  59. EndScript
  60.