home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / STRTDM.ZIP / STRT_VDM.TXT < prev   
Text File  |  1992-12-17  |  3KB  |  70 lines

  1. STRT_VDM.EXE a command line utility for starting Virtual Dos Machines(VDM)
  2. from a native DOS image or OS/2 DOS command processor.
  3.  
  4. This program is FreeWare.  It is provided as is and the author accepts
  5. no liability from the use of this program or any damages resulting from
  6. said use.
  7.  
  8. This small executable allows you to start DOS images from the command line
  9. for backups and other applications needing a particular version of DOS.
  10. This allows you to start them from .CMD files or at an OS/2 prompt.  The
  11. program requires the presence of PM so it CANNOT be started from a RUN
  12. statement in CONFIG.SYS.
  13.  
  14. Parameters:
  15.     /Iimage Give the name of the image file here. Include the complete
  16.             path to the file and complete file name.  The image file
  17.             is created using VMDISK.EXE.  See OS/2 help on creating the
  18.             image.  Maximum of 254 characters. Use * to start a normal
  19.             OS/2 DOS session.
  20.  
  21.     /Ttitle The title for the windowed DOS box. Maximum 78 characters.
  22.  
  23.     /Ssetup Any additional DOS settings needed for the VDM to operate.
  24.             See the DOS settings for various parameters.  The parameters
  25.             must be listed as SET PARM=setting;.  Each parameter
  26.             statement must end with a semicolon ";".  Because of the
  27.             required SET before the parameter enclose the complete statement
  28.             in double quotes "" so it will be treated as one command line
  29.             option.  Maximum 510 characters.
  30.  
  31.     /W window option - Follow with W for windowed or F for fullscreen.
  32.                        The default is windowed.
  33.  
  34. EXAMPLES:
  35.     to start an image on E drive and title the window DOS
  36.     STRT_VDM /ie:\dos5.img /tDOS
  37.  
  38.     to start the same image and title it DOS 5
  39.     STRT_VDM /Ie:\dos5.img "/TDOS 5"
  40.  
  41.     Start the same image and set the IDLE_SECONDS to zero.
  42.     STRT_VDM /IE:\DOS5.IMG "/TDOS 5" "/sSET IDLE_SECONDS=0;"
  43.  
  44. CAUTION:  The program does not check your parameters.  If you make an error
  45.           with the settings you could lock your machine.  Especially if you
  46.           leave the colon and slash out of the STARTUPDIR string.
  47.  
  48. NOTE:
  49.     Do not place spaces between the switches and the command.  Be
  50.     sure all additional parameters are ended with semicolons.  The
  51.     image name and title are required.  Be consistant with the name if
  52.     you plan to use this regularly.  The program creates an object in
  53.     the hidden folder.  It replaces any prior object with the same
  54.     title.  If you keep changing the title you will create multiple
  55.     hidden objects taking up disk space for their parameters.
  56.  
  57. Special thanks to Michael Lamb and Rick McGuire for their examples in
  58. CRTOBJ.TXT for using REXX to create system objects.
  59.  
  60. See the file KILVDM.ZIP for a way to exit a DOS Image VDM.
  61.  
  62. See the file DOS5-I.TXT for ideas on how to start other applications with
  63. the AUTOEXEC.BAT file saved with your DOS image file.
  64.  
  65. Brought to you by
  66. Bryan Walker
  67. WalkerWerks
  68. Memphis, Tn.
  69. CS ID 70304,2705
  70.