home *** CD-ROM | disk | FTP | other *** search
/ CICA 1992 November / CICA_MS_Windows_CD-ROM_Walnut_Creek_November_1992.iso / win3 / util / autostub / readme < prev   
Text File  |  1992-07-08  |  1KB  |  34 lines

  1. AUTOSTUB Version 1.2
  2. Copyright (C) 1992 Steve Flynn
  3.  
  4. -------------------------------------------------------------------------------
  5. Version 1.2 corrects a runaway problem when WINDIR= is the last entry in the
  6. environment.
  7. -------------------------------------------------------------------------------
  8. Version 1.1 corrects the problem in version 1.0 of incorrect path
  9. generation when the WINDIR= environment variable is not set.
  10. -------------------------------------------------------------------------------
  11.  
  12. This is a simple little hack to make a Windows program load Windows
  13. instead of just printing
  14.      "This program requires Windows to run"
  15. or
  16.      "This program can not be run in DOS mode"
  17. or something equally as useful.
  18.  
  19. The source is included and is self explanatory except that you should set
  20. an environment variable to allow the windows directory to be located (you
  21. should do this even if you dont use AUTOSTUB.EXE).
  22.  
  23. Do this by adding the line
  24.     set WINDIR=c:\windows (or where ever your windows lives)
  25. to your AUTOEXEC.BAT file.
  26.  
  27. By default, if WINDIR= is set in the environment, a path of "\WINDOWS" is
  28. assumed.
  29.  
  30.  
  31. Thats all folks.
  32.  
  33. Enjoy, Steve Flynn.
  34.