home *** CD-ROM | disk | FTP | other *** search
/ Windoware / WINDOWARE_1_6.iso / winutil / winsh21 / winshell.doc < prev    next >
Text File  |  1992-07-16  |  4KB  |  116 lines

  1.  
  2.                      ╥  ╥  ┬          ╓─────┐
  3.                      ║  ║  │          ║
  4.                      ║  ║  │ ─╥─ ╓──┐ ╙─────┐ ╥  ┬ ╥──┐ ╥    ╥
  5.                      ║  ║  │  ║  ║  │       │ ╟──┤ ╟─   ║    ║
  6.                      ╙──╨──┘ ─╨─ ╨  ┴ ╙─────┘ ╨  ┴ ╨──┘ ╨──┘ ╨──┘
  7.  
  8.                                    WinShell
  9.                                  Version 2.1ß
  10.  
  11.                            A Windows DOS Shell Utility
  12.  
  13.  
  14. INTRODUCTION
  15. ------------
  16.  
  17. WinShell is a DOS SHELL program for WINDOWS 3.x.  It looks just like the DOS
  18. Prompt (in color) and reminds you that you in a WINDOWS Shell.  It will NOT
  19. let you use CHKDSK, since CHKDSK can crash you system in a MULTI-TASKING
  20. environment.  WinShell has a BUILT-IN screen blanker (will not pop-up auto-
  21. matically) to save your screen when you know you will be away and are at the
  22. "DOS" prompt.  It was written in Turbo Pascal 6.0, which I am new at
  23. programming in.
  24.  
  25.  
  26. INSTALLATION
  27. ------------
  28.  
  29. UnZIP WinShell.ZIP into your WINDOWS Directory
  30.  
  31. Open Windows (In 386E or not) and click the MAIN program group, and the DOS
  32. icon.  NEXT click FILE menu and go down to PROPERITES. Then under the PROGRAM
  33. choice (where it says COMMAND.COM) replace it with:
  34.                              C:\WINDOWS\WINSHELL.PIF
  35.  
  36. then click OK or if you wish to replace the ICON with the one included, click
  37. CHANGE ICON.  Type in the space provided:
  38.                              C:\WINDOWS\WINSHELL.ICO
  39. and press return or click OK then click OK again.
  40.  
  41.  
  42. SPECIAL COMMANDS
  43. ----------------
  44.  
  45. BLANK  ..........  Built in screen blanker.  Completely blanks the screen and
  46.                    prevents screen burn-in.  Will NOT pop-up automatically!!
  47.  
  48. CHKDSK  .........  You can not use DOS CHKDSK.  When run under some MULTI-
  49.                    TASKING environments, CHKDSK may CRASH (lock-up) your system
  50.                    when run.  The most widly known Multi-Tasker that CHKDSK
  51.                    crashes under is WINDOWS.
  52.  
  53. SAVE  ...........  like BLANK, but does not keep the screen blank.  Moves a
  54.                    message around the screen
  55.  
  56.  
  57. ACKNOLGEMENTS
  58. -------------
  59.  
  60. WINSHELL  .......  Greenhills Software, Inc.    (c) 1992
  61. WINDOWS  ........  Microsoft Corp.
  62. DOS  ............  Microsoft Corp. and IBM
  63. TURBO PASCAL  ...  Borland International, Inc.
  64. RKPlus  .........  Serious Cybernetics Software
  65. SelfChk .........  Michael S. Durkin  (c) 1990
  66.  
  67. HISTORY (in reverse order)
  68. ------- 
  69.  
  70. 2.1ß == July 16, 1992
  71. *********************
  72.  
  73. Bugs fixed:
  74.  ■ Got rid of garbage characters that displayed when SAVE was active.
  75.  ■ Fixed positioning of the message during SAVE.  Had the X and Y corrdinants
  76.    switched
  77.  
  78. Added:
  79.  ■ Displays time while SAVE is active.
  80.  ■ Put box around SAVE message.
  81.  
  82. Note:
  83.  ■ Tried to add a "WHEREIS" feature, but won't work correctly.  It's available
  84.    but might not work all the time
  85.  
  86. 2.0 == July 13, 1992
  87. ********************
  88.  
  89. Bugs fixed:
  90.  ■ all internal commands now are stripped of spaces.
  91.  ■ CHKDSK will now be blocked even if /SWITCHES are used
  92.  
  93. Added:
  94.  ■ SAVE -- a moving message on the screen
  95.  ■ Now checks that Windows is active
  96.  ■ Now checks to see if any changes were made in the code.  If so, WinShell
  97.    will display a message stating that it is a HACKED copy
  98.  
  99. 1.1ß == May 5, 1992
  100. *******************
  101.  
  102. FIRST Public released version.  Made it look more like DOS.  Let me know what
  103. I can add into the DO NOT ALLOW UNDER WINDOWS list, and any errors
  104.  
  105. 1.0 == May 4, 1992
  106. ******************
  107.  
  108. Added colors, and registration is enabled.  Added Screen Blanker.  Fixed
  109. DOS errors.
  110.  
  111. 1.0 == May 3, 1992
  112. ******************
  113.  
  114. First made today.  Came up with design, and generic looking.  Errors when
  115. an invalid DOS command was issued.
  116.