home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / runcm140.zip / readme < prev    next >
Text File  |  1999-01-01  |  6KB  |  194 lines

  1.  
  2.                         RUNCMD V1.40 Readme
  3.                         ===================
  4.  
  5. Contents
  6. ========
  7. 1. What is the RUNCMD package for ?
  8. 2. Install and usage of RUNCMD
  9. 3. Prerequisites/Restrictions/Limitations
  10. 4. Freeware license
  11. 5. Disclaimer
  12. 6. Check the archive integrity with
  13.    Pretty Good Privacy (PGP)
  14. 7. Author
  15.  
  16.  
  17.  
  18.  
  19. 1. What is the RUNCMD package for ?
  20. ===================================
  21.  
  22. RUNCMD provides an easy way to interrupt CONFIG.SYS processing,
  23. before the Presentation Manager and Workplace Shell are loaded.
  24. When it is called from within CONFIG.SYS, it waits the specified
  25. amount of seconds (default: 3 seconds), if the key combination
  26. L-SHIFT, L-CONTROL and L-ALT are pressed simultaneously.
  27. If that is the case, a command processor (%COMSPEC%, which is
  28. normally CMD.EXE) or a specified command is started.
  29.  
  30. Unlike other utilities, RUNCMD does not display any text on the
  31. screen. It just moves the cursor one character to the right for
  32. each second it is waiting.
  33.  
  34. More, you can let RUNCMD stop unconditionally with creating the
  35. flagfile ?:\RUNCMD (called stopfile) and run additional commands
  36. by creating the special startup command file ?:\_RUNCMD.CMD.
  37.  
  38.  
  39.  
  40. 2. Install and configure RUNCMD
  41. ===============================
  42.  
  43. The package comes with the following files
  44.  
  45. readme               - you are reading this file
  46. file_id.diz          - package description file
  47. runcmd.exe           - this is the program
  48. install.cmd          - sets up a WPS folder and some objects
  49. instl*.msg           - message files for install.cmd
  50.  
  51. Copy the files to a directory on your harddisk and execute
  52. install.cmd.
  53.  
  54. Note:
  55.   The directory you copy the files to does not need to be
  56.   included in your PATH statement.
  57.  
  58.  
  59.   Installation
  60.   ------------
  61.   INSTALL.CMD
  62.   - creates a WPS folder
  63.   - adds RUNCMD.EXE to your CONFIG.SYS
  64.   - creates ?:\_RUNCMD.CMD, if it does not already exist
  65.     (?: stands for the boot drive)
  66.  
  67.   Note:
  68.   - RUNCMD comes with english and german National Language
  69.     Support. If your OS/2 is a german version, the german
  70.     NLS will be installed. Otherwise the english NLS will
  71.     be installed.
  72.   - The following explanations refer to the english titles
  73.     of the WPS program objects only.
  74.   - If you would like future versions of RUNCMD to support
  75.     your language by translating few lines of source code,
  76.     drop me a line.
  77.   - execute RUNCMD /? to get online help
  78.  
  79.  
  80.   Program objects
  81.   ---------------
  82.   Use the icon "Test RUNCMD" to test RUNCMD. It will behave
  83.   quite similar like it would being called within CONFIG.SYS.
  84.   If the key combination L-SHIFT, L-CONTROL and L-ALT is pressed
  85.   simultaneously, while RUNCMD is waiting, a command processor
  86.   (specified by %COMSPEC%, normally CMD.EXE) is started.
  87.  
  88.   Use the icon "Create RUNCMD Stopfile" to create the file
  89.   ?:\RUNCMD. This will let RUNCMD halt at the next startup, no
  90.   matter wether you press any key or not. That way you don't
  91.   have to wait for RUNCMD, if you know, that you must interrupt
  92.   the startup anyway.
  93.  
  94.   Note:
  95.     The RUNCMD breakpoint is valid only for one time. The
  96.     stopfile is deleted by RUNCMD before CMD.EXE is called.
  97.  
  98.   Execute the icon "Delete RUNCMD Stopfile" to remove the
  99.   stopfile. If the file is not present, you will hear an
  100.   error beep.
  101.  
  102.   If the file ?:\_RUNCMD.CMD exists, it is executed before
  103.   RUNCMD waits for the key combination or stops due to existence
  104.   of the stopfile.
  105.   This command file is something similar like STARTUP.CMD, but
  106.   you can absolutely be sure, that the WPS is not started, until
  107.   ?:\_RUNCMD.CMD has finished, which is not true for STARTUP.CMD.
  108.   Execute the icon "Edit _RUNCMD.CMD" to edit this file.
  109.  
  110.  
  111.  
  112. 3. Prerequisites/Restrictions/Limitations
  113. =========================================
  114.  
  115. This package requires OS/2 WARP 3 or later.
  116. If you still need an OS/2 V2.x version, please send me an
  117. email or decompress the executable file with lxlite.
  118.  
  119.  
  120.  
  121. 4. Freeware license
  122. ===================
  123.  
  124. This software package is freeware.
  125. It can be used wherever you use OS/2 WARP Version 3 or later.
  126.  
  127. You are allowed to freely use and distribute RUNCMD as long as
  128.  
  129.  -  RUNCMD is not sold as a part of another program package;
  130.  -  no fee is charged for the program other than for cost of
  131.     media;
  132.  -  the complete package is distributed unmodified in the
  133.     original and unmodified zip file;
  134.  -  you send me some e-mail telling me how you liked it
  135.     (or didn't like it), and/or your suggestions for
  136.     enhancements.
  137.  
  138.  
  139.  
  140. 5. Disclaimer
  141. =============
  142.  
  143. Since this program is free, it is supplied with no warranty,
  144. either expressed or implied.
  145.  
  146. I disclaim all warranties for any damages, including, but not
  147. limited to, incidental or consequential damage caused directly
  148. or indirectly by this software.
  149.  
  150. All software is supplied AS IS. You may use the RUNCMD package
  151. only at your own risk.
  152.  
  153. RUNCMD must not be used in states that do not allow the above
  154. limitation of liability.
  155.  
  156.  
  157.  
  158. 6. Check the archive integrity with
  159.    Pretty Good Privacy (PGP)
  160. ===================================
  161.  
  162. On my homepage I provide a detached signature certificate,
  163. with which you can verify, that you downloaded an unmodified
  164. version of this archive.
  165.  
  166. See my web pages also
  167. - for links to PGP sites, where you can obtain further
  168.   information on what PGP is and how you can install and use it
  169.   under OS/2
  170. - a manual for how to use PGP for the usage of such signature
  171.   certificates.
  172.  
  173. See section "Author" for the location of my homepage.
  174.  
  175.  
  176.  
  177. 7. Author
  178. =========
  179.  
  180. This program is written by Christian Langanke.
  181.  
  182. You can contact the author via internet e-mail, especially when
  183. you would like to translate the few lines of language specific
  184. sourcecode in order to let future versions of RUNCMD support
  185. also your language.
  186.  
  187. Send your email to C.Langanke@TeamOS2.de
  188.  
  189. You can also visit my home page and download more free OS/2
  190. utilities at:
  191.  
  192.      http://www.online-club.de/m1/clanganke
  193.  
  194.