home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 36 Tips / 36-Tips.zip / oswabatc.txt < prev    next >
Text File  |  1997-02-19  |  2KB  |  45 lines

  1. OSWABATC - PROBLEMS RUNNING BATCH FILES FROM WIN-OS/2 FILE MANAGER
  2. 02/05/96
  3.  
  4. =======================================================================
  5.        Problems Running Batch Files from WIN-OS/2 File Manager
  6.                      in OS/2 2.1 and OS/2 2.11
  7. =======================================================================
  8.  
  9. Please Read Entire Document for Full Explanation of Procedures
  10. --------------------------------------------------------------
  11.  
  12. DESCRIPTION
  13.  
  14. In dual boot, cannot run batch files from WIN-OS/2 File Manager.
  15.  
  16. RESOLUTION
  17.  
  18. The DOS COMMAND.COM is being used instead of the WINOS2.COM.
  19.  
  20. Note: Make sure you have a backup of any file you intend to change.
  21.  
  22. 1. Edit the DOS CONFIG.SYS file and add the following statement:
  23.  
  24.       SHELL=C:\DOS\COMMAND.COM /E:1024 /P
  25.  
  26. 2. Edit the DOS AUTOEXEC.BAT file and add the following line:
  27.  
  28.       COPY C:\DOS\COMMAND.COM C:\
  29.  
  30. 3. Edit the OS/2 STARTUP.CMD file and add the following line:
  31.  
  32.       ERASE C:\COMMAND.COM
  33.  
  34. 4. Shut down and then restart the system.
  35.  
  36. ______________________________________________________________________
  37. IBM disclaims all warranties, whether express or implied, including 
  38. without limitation, warranties of fitness and merchantability with 
  39. respect to the information in this document. By furnishing this 
  40. document, IBM grants no licenses to any related patents or copyrights.  
  41. Copyright (c) 1994, 1996 IBM Corporation. Any trademarks and product 
  42. or brand names referenced in this document are the property of their 
  43. respective owners. Consult your product manuals for complete trademark 
  44. information. 
  45.