home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 8 Other / 08-Other.zip / ip2.zip / readme.txt < prev   
Text File  |  1994-07-23  |  4KB  |  106 lines

  1.                 ***********
  2.                 I'mPrompt/2
  3.                 ***********
  4.  
  5. I'mPrompt/2 1.02
  6. July 23, 1994
  7. Copyright (c)1994 Scott E. Trosien
  8. Brought to you by HAK Systems
  9.  
  10. Think of I'mPrompt/2 as an alternative to using the OS/2 and DOS Windows to
  11. execute complex commands.
  12.  
  13. I wrote this tool mostly because I wanted a quick, concise way to issue
  14. commands which can't easily (or efficiently) be performed directly from the
  15. WPS itself.  This utility is Freeware and is hereby released into the public
  16. domain, but may not be altered or reverse engineered or otherwise modified by
  17. anyone other than the author.  Every attempt has been made to ensure a
  18. quality, bug-free product, but I CANNOT BE HELD RESPONSIBLE FOR ANY LOSS OF
  19. DATA OR DAMAGE WHICH MAY OCCUR FROM THE USE OF THIS PROGRAM.  No warranties
  20. are either expressed or implied.
  21.  
  22. Please send any suggestions or problem reports to:
  23. Scott Trosien on the OS/2 Shareware BBS (703) 385-4325
  24.  
  25. Feature List:
  26. ----------
  27. 254 character entryfield, comprehensive command history, ability to open
  28. workplace objects.  Current Directory, Time/Date and SWAPPER.DAT size are
  29. monitored in the titlebar.  All internal OS/2 commands (4OS2 commands also)
  30. have their output redirected to a Virtual Console with full scrollback,
  31. Cut/Copy/Paste and the ability to log output to a file.
  32.  
  33. Coming Soon: Drive space on all partitions as well as status of detached
  34. processes.  Maintain Top z-order over all applications to keep I'mPrompt/2
  35. available at all times.  User ideas:
  36. (Submit 'em to me via EMAIL! (see contact bbs number above)).
  37.  
  38. *************************************************************************
  39. Special Thanks to Philip Miller of Compuware for giving valuable feedback
  40. during the development of this product.
  41. *************************************************************************
  42.  
  43. Command Recall:
  44. -------------
  45. Either press the RMB (Right Mouse Button) on the I'mPrompt/2 Entryfield or
  46. press the up arrow to access the Command Recall list.  Select an item by
  47. either double-clicking on a command with the LMB or by highlighting a
  48. filename and pressing <ENTER>.  This will insert the selected command into
  49. the Command line.
  50. You may edit the command prior to re-issuing it.  As new command are entered
  51. from the command line, they will be added to the Command Recall list if they
  52. are longer than 3 characters.
  53.  
  54.  
  55. Console Related:
  56. -------------
  57. 'CLS','CLR' or 'CLEAR' will clear the console contents.
  58. 'CON'    will restore the console to default size and location.
  59. 'MIN'    will Minimize the console.
  60. '-'    will hide the console.
  61. '+'    will unhide the console and/or restore console if it is
  62.     maximized or minimized.
  63. 'FONT'  will open the OS/2 WPS Font Palette. to assist
  64.     in changing the Console Font (or any other really).
  65.     (Use Monospace fonts for best results).
  66. 'SIZE'    will change the width of I'MPrompt/2.
  67.     Parameter must    be a whole number from 10 to 100.  If a parameter
  68.     of 'D' or 'Def' is supplied, the Default size (40) will be used.
  69.         
  70.         
  71. Object handling functions:
  72. ---------------------
  73. 'OPEN'    opens the specified object in it's default window
  74.     style.    Use OBJECTID's ONLY.  DO NOT include the "<" or ">". 
  75.  
  76. Note:    The following functions are intended for use with
  77.     FileSystem objects but may accept an OBJECTID if
  78.     it is formatted with the "<" and ">" around the OBJECTID.
  79. 'ICON'        opens the OBJECT specified in the Icon View.
  80. 'TREE'        opens the OBJECT specified in the Tree View.
  81. 'DETAIL'    opens the OBJECT specified in the Icon View.
  82.         example: "ICON C:\"
  83.                 
  84. Other Functions:
  85. -------------
  86. Note: Valid values for each command are listed in parenthesis.
  87.  
  88. B2D    converts binary value to decimal.  (0 or 1)
  89. B2X    converts binary value to hexadecimal.  (0 or 1)
  90. D2B    converts decimal value to binary.  (0-9)
  91. D2X    converts decimal value to hexadecimal.  (0-9)
  92. X2B    converts hexadecimal value to binary.  (0-9,A-F)
  93. X2D    converts hexadecimal value to decimal.  (0-9,A-F)
  94.  
  95. Release Notes:
  96. ------------
  97.     1. The SWAPPER.DAT is located using the SWAPPATH= statement in the
  98. CONFIG.SYS.  If you have problems with the swap monitor function, please
  99. check you config.sys syntax for the SWAPPATH= command.
  100.  
  101.     2. If the DETAIL command is used to open the root directory of a
  102. drive, then only a blank window will be displayed.
  103. All other directories will be displayed properly.
  104.  
  105. More to come.....
  106.