home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1993 #2 / Image.iso / os2 / hstart01.zip / HSTART.TXT < prev    next >
Text File  |  1993-07-02  |  4KB  |  106 lines

  1.                       === DISCLAIMER ===
  2.  
  3.  
  4. I allow you to use and distribute HSTART freely under the condition that 
  5. I am in no way responsible for any damage or loss you may suffer. 
  6.  
  7.  
  8. Henk Kelder, 2:280/801.339@fidonet.org
  9.  
  10.  
  11. Notes on HSTART
  12. ===============
  13.  
  14. HSTART.EXE is an alternative program for the START command embedded in
  15. OS/2. HSTART will however only work on OS/2 2.1.
  16.  
  17. Compared with the START command it has two advantages:
  18.  
  19. -       HSTART can be used from DOS sessions 
  20.         From  OS/2's own DOS, called a Virtual Dos Machine (VDM), as
  21.         an other version of DOS started from an boot diskette or an
  22.         image file, called a Virtual Machine Boot (VMB).
  23.  
  24. -       HSTART allows DOS Settings for a DOS session to be specified in a 
  25.         text file.
  26.  
  27.  
  28. USING HSTART
  29. ============
  30.  
  31. The syntax of HSTART is mainly the same as the syntax of the START command:
  32. (type 'HELP START' on a command line for more details on the various 
  33. parameters)
  34.  
  35.   HSTART ["Title"] [options] [program] [parameters]
  36.  
  37.   Valid options are:
  38.  
  39.   /DOS    - start a dos session
  40.   /PM     - start a presentation manager session
  41.  
  42.   /FS     - start a fullscreen session
  43.   /WIN    - start a windowed session
  44.  
  45.   /F      - start session in the foreground
  46.             (This is default when /PM, /FS, /DOS or /WIN is specified)
  47.   /B      - start session in the background
  48.             (This is default when /PM, /FS, /DOS and /WIN are not specified)
  49.  
  50.   /MAX    - starts session maximized (if windowed)
  51.   /MIN    - starts session minimized (if windowed)
  52.  
  53.   /C      - start via command processor. Terminate session when program ends
  54.   /K      - start via command processor. Keep session when program ends
  55.             (This is the default for non-PM programs)
  56.   /N      - start program directly (bypass command processor)
  57.             (This is the default for PM programs)
  58.  
  59.   /S:file - Specify File containing settings for DOS sessions
  60.             See SETTINGS.TXT for more details on DOS settings.
  61.  
  62.   Remarks:
  63.  
  64.   -     The /I parameter is not implemented in HSTART. Is doesn't seem to
  65.         work properly for the START command anyway.
  66.  
  67.   -     You cannot combine the /DOS parameter with the /N parameter.
  68.  
  69.   -     When you specify /DOS and do not specify a /S:file parameter
  70.         a default setting file is used. This default file is searched for in
  71.         the same directory as HSTART is located. The name of this default
  72.         file is HSTART.CFG.
  73.  
  74.   -     You cannot specify a /S:file parameter if no /DOS parameter is 
  75.         specified. 
  76.  
  77.  
  78. KNOWN PROBLEMS/RESTRICTIONS:
  79. ============================
  80.  
  81. -       When HSTART is used from DOS, the new session does not have the
  82.         same current directory as the session HSTART was issued from.
  83.         Instead the new session starts from the root directory of drive
  84.         OS/2 boots from.
  85.  
  86. -       When a DOS session is started in the background switching to this
  87.         new session and then switching back to the desktop seems to distore
  88.         the graphical display.
  89.  
  90. -       On some SVGA systems, starting a DOS session in the background, and
  91.         switching to it shows a complete black screen. The DOS session seems 
  92.         to hang. 
  93.         Should this occur, switch back to the desktop and close the DOS 
  94.         session using the tasklist.
  95.  
  96. -       When started from a DOS session, no errors are reported.
  97.  
  98. -       When the /N paramter is used, please specify the full program name,
  99.         including the extension.
  100.  
  101. HISTORY
  102. =======
  103.  
  104. Version 0.8: Initial release.
  105.  
  106.