home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 36 Tips / 36-Tips.zip / nvlvmb.fax < prev    next >
Text File  |  1994-11-27  |  10KB  |  102 lines

  1. Creating DOS 5.0 VMB for OS/2 2.1 and Ne 6/06/94
  2.  
  3.        FILE:   NOVELVMB.FAX - 06/03/94
  4.  
  5.        TITLE:  940603  CREATING A DOS IMAGE FILE FOR OS/2 2.x TO BE
  6.                        USED WITH THE NETWARE V2.1 LAN REQUESTER FOR OS/2
  7.                               VMB - (Virtual Machine Boot)
  8.  
  9.        DESCRIPTION OF SYMPTOMS:
  10.                        Applications that run off the Netware Lan Requester
  11.                        for OS/2 will not run in a VDM session.
  12.  
  13.        RESOLUTION:     Create a VMB for the Netware Lan Requester
  14.  
  15.  
  16.        SECTION I - CREATE A VMB DISKETTE
  17.  
  18.        1.  Instructions for creating a bootable 360k, or a 720k,
  19.            or a 1.44mb high density diskette.  Each Image File
  20.            you create will equal the size of the diskette you
  21.            use.  There are two different ways to do this:
  22.  
  23.            a.  Boot with a DOS bootable diskette that includes
  24.                the FORMAT.COM file from DOS (native DOS).  Type
  25.                "FORMAT A:  /S" --do not hit ENTER, yet.  Insert
  26.                the blank diskette you want to use for the VMB in
  27.                Drive A, and hit ENTER.  COMMAND.COM should be on
  28.                your diskette when you have completed this
  29.                process.
  30.  
  31.            b.  If you have pure DOS installed on your computer,
  32.                boot up from there.  Insert the blank formatted
  33.                diskette you want to use for the VMB in Drive A,
  34.                and from the DOS root directory type "SYS A:".
  35.                COMMAND.COM should be on your diskette when you
  36.                have completed this process.
  37.  
  38.            c.  After you have completed the above steps,
  39.                place your new bootable diskette in Drive A:
  40.                and boot your system.  If it boots properly, continue
  41.                on with the instructions.  If not, try again.
  42.  
  43.        NOTE:   When you have finished creating the VMB bootable
  44.                diskette, you will be able to:
  45.  
  46.                -  Boot from OS/2's Command Prompts Icon View
  47.                     (DOS from Drive A)
  48.                -  Boot from the VMB Image Icon on your Desktop
  49.  
  50.        ****   PLEASE CREATE THE VMB FOLLOWING THE INSTRUCTIONS
  51.               IN THIS DOCUMENT AND GET IT UP AND RUNNING BEFORE
  52.               YOU CUSTOMIZE THE VMB IMAGE.  THEN ADD OTHER DEVICE
  53.               DRIVERS, NATIVE DOS FILES, AND STATEMENTS WITHIN THE
  54.               CONFIG.SYS AND AUTOEXEC.BAT SPECIFIC TO YOUR
  55.               APPLICATIONS, ETC.  YOU WILL HAVE TO CREATE SEVERAL
  56.               VMBS FOR EACH PROGRAM THAT HAS SPECIAL REQUIREMENTS.
  57.  
  58.  
  59.        2.  Boot up in OS/2 and copy the following files from the
  60.            OS2\MDOS directory to the VMB diskette:
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.                            ANSI.SYS
  68.                            FSFILTER.SYS
  69.                            FSACCESS.EXE
  70.                            EMM386.SYS
  71.                            HIMEM.SYS
  72.                            LPTDD.SYS
  73.                            MOUSE.COM
  74.  
  75.            You may add to this diskette any number of NATIVE DOS
  76.            files you want to use, but do not do this until the
  77.            VMB is up and running.
  78.  
  79.        3.  The VMB will allow you to read/write to Drive A: using
  80.            an alternate drive letter.  You will be able to change
  81.            the Autoexec.bat, Config.sys, and add files after the
  82.            Image file has been created on the hard drive (this
  83.            will be Drive A). (Instructions below)
  84.  
  85.        4.  Each time you install a new version of OS/2 or a CSD,
  86.            you will need to update the IMAGE with the current
  87.            version of the files from the OS2\MDOS directory
  88.            listed in the above Section I-2.
  89.  
  90.  
  91.  
  92.                      ******  INSTRUCTIONS  ******
  93.  
  94.  
  95.        1.   On the VMB diskette create the following AUTOEXEC.BAT
  96.             file with a text editor:
  97.  
  98.                             PRIVATE OR GLOBAL
  99.                             -----------------
  100.                             ECHO OFF
  101.                             PROMPT $P$G
  102.