home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR3 / EXWINRUN.ZIP / READ.ME < prev   
Text File  |  1994-01-12  |  1KB  |  32 lines

  1. EXWINRUN is a Windows program launcher for DOS programs that cannot be
  2. run under Windows.  It takes a single command line argument that is a
  3. command to be run outside of windows.  Windows is automatically exited
  4. before the command line is run; when the command line is completed,
  5. Windows is automatically and seamlessly restarted.
  6.  
  7. Since EXWINRUN spawns the DOS command processor (COMMAND.COM or a
  8. replacement specified by COMSPEC) to run the command, that command is
  9. usually a BATch file (which can run one or more programs).  The BATch
  10. file will usually include the steps in the following example:
  11.  
  12. D:          <== log to the desired drive
  13. CD \MYDIR   <== change to the desired directory
  14. MYPROG      <== run a desired program
  15.  
  16. The following is an example of a Program Manager entry (File
  17. Properties) that uses EXWINRUN:
  18.  
  19. Description:       My Program
  20. Command Line:      C:\WINDOWS\EXWINRUN.EXE D:\MYDIR\START.BAT
  21. Working Directory:       <== ineffective - use BATch file
  22.  
  23. EXWINRUN notifies all Windows before exiting Windows.  Well-written
  24. Windows programs will prompt you to save any necessary files.  If any
  25. DOS windows are open, the exit will be aborted.
  26.  
  27. Written in version 1.0 of Microsoft Visual C++.  Provided AS IS
  28. without warranty of any kind; user assumes all risks.
  29.  
  30. -John Navas
  31.  CompuServe 70244,2046
  32.