home *** CD-ROM | disk | FTP | other *** search
/ hobbes.nmsu.edu / 2008-06-02_hobbes.nmsu.edu.zip / dos / run110.zip / RUN110.DOC < prev   
Text File  |  1993-11-24  |  3KB  |  58 lines

  1.                         README FILE FOR RUN-OS/2
  2.                         ------------------------
  3.  
  4. This is a utility that allows OS/2 users to run OS/2 programs from a DOS
  5. session. This program has a "search" feature, in that;
  6.         [1] the OS/2 program does NOT have to be in the path
  7.         [2] the user does not have to type the .EXE extension
  8.  
  9. You use this program by supplying the name of the OS/2 program that you want
  10. to run as the first parameter, and after that you can specify whatever
  11. parameters you wish to pass to the OS/2 program. RUN-OS/2 will search the
  12. path for the OS/2 program, and if it is not found in the path, it will
  13. proceed to search the entire drive. If the program is on that drive,
  14. RUN-OS/2 will find it and try to run it.
  15.  
  16. Normally, you should supply the full name of the OS/2 program,
  17. e.g., "RUN PMCAMERA.EXE". If the extension .EXE is not supplied
  18. e.g., "RUN PMCAMERA", then the program will search for the various
  19. permutations of valid executable file extensions, in the following order;
  20.         [1] EXE
  21.         [2] CMD
  22.         [3] COM
  23.         [4] BAT
  24.  
  25. The first one that matches will be executed.
  26.  
  27. The fact that RUN-OS/2 looks for .COM and .BAT extensions indicates that it
  28. will also run DOS programs. However, it was written for the purpose of
  29. running OS/2 programs only. On my system, it runs DOS programs alright, but
  30. you might need to press ENTER before the DOS prompt returns to you. All I
  31. can say however, is that you should only use it to run OS/2 programs. I
  32. cannot be responsible for anything that happens if this advice is not
  33. adhered to.
  34.  
  35. This program works fine on my system, but your mileage may vary. There is
  36. really no way in which I can improve it further, so if it doesn't work fine
  37. on your system, then sorry ... you will just have to delete it.
  38.  
  39. Examples of usage:
  40. 1. RUN OS2EMACS.EXE TODAY.TXT
  41.       this will run os2emacs.exe, and pass "today.txt" as a parameter to it.
  42.  
  43. 2. RUN CKERMIT
  44.       this will try to locate [a] CKERMIT.EXE, or [b] CKERMIT.CMD , or
  45.       [c] CKERMIT.COM [d] CKERMIT.BAT, in that order. When any of them
  46.       is found, it will be run. If no match is found, then there will be an
  47.       error message.
  48.  
  49. Note that you need to copy RUN.EXE into a directory which is in the "path"
  50. statement in your AUTOEXEC.BAT.
  51.  
  52. LICENSE
  53. --------
  54. The program is released as freeware. You may do with it as you please,
  55. provided that you do not change the program in any way, and that if it is to
  56. be distributed, this file is distributed with it.
  57.  
  58.