home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / startvdm.zip / READ.ME next >
Text File  |  1995-06-19  |  1KB  |  28 lines

  1. STARTVDM UTILITY
  2.  
  3. This program will start a VDM session from a VDM session and wait until
  4. the started session has ended before proceding.  What use is this?
  5. Well, if you have a program to execute in a batch file that requires 
  6. special or different session settings from the current session you can 
  7. do this without having to create a program object with the desired settings
  8. and fire it from the desktop.  This is handy for executing any program
  9. embedded in a batch file that need a little "extra juice" for its 
  10. duration and then resume "well behaved" execution.  The DOS ini file
  11. contains the environment settings for the started session and must be
  12. fully qualified with drive and path.
  13.  
  14.    STARTVDM <qualified DOS ini file name> <command> <optional parameters>
  15.  
  16. example:
  17.       
  18.    startvdm c:\dosset\commbat.ini c:\commit\compgm.exe 
  19.  
  20. example of dos ini file contents:
  21.  
  22. DOS_BACKGROUND_EXECUTION=1
  23. DOS_HIGH=1
  24. DOS_UMB=1
  25. COM_DIRECT_ACCESS=0
  26. IDLE_SECONDS=60
  27. IDLE_SENSITIVITY=100
  28.