home *** CD-ROM | disk | FTP | other *** search
/ C!T ROM 5 / ctrom5b.zip / ctrom5b / CT / CT9401 / ABORT / ABORT.ENG < prev    next >
Text File  |  1993-09-26  |  9KB  |  216 lines

  1. ABORT for DOS computers                        ABORT.ENG 26-9-1993
  2. -----------------------
  3.  
  4. Overview of this document:
  5.  
  6. 1. Introduction
  7. 2. Installation
  8. 3. Aborting programs
  9. 4. Intercepting errormessages
  10. 5. Technical details
  11. 6. Registration
  12. 7. Remarks
  13. 8. In conclusion
  14.  
  15. 1. Introduction
  16. ---------------
  17. The program ABORT improves on a few points the DOS operating system.
  18. The program stays resident in memory.
  19.  
  20. If you want to continue to use this shareware program read the
  21. registration conditions later on in this document.
  22.  
  23. Abort has the folowing powerful functions:
  24.  
  25. - Where CTRL+C or CTRL+BREAK fails, it is now posible to abort
  26.   the running program with CTRL-ALT-DEL. Without a lasting
  27.   computerrestart, you can directly continue working. In
  28.   contridiction with the old CTRL-ALT-DEL, the memory will not
  29.   be cleared. If you start a program from a menu, you return to
  30.   this normaly.
  31.  
  32. - Errormessages from DOS, like "Abort,Retry,Ignore?", now are in
  33.   a clear window. This message has an attracting red color. After
  34.   completion the screen from the running program is not disturbed.
  35.   Batchfiles have an userfrendly errorhandling at once.
  36.  
  37. 2. Installation
  38. ---------------
  39.  
  40. The installation is very simple: copy the program to the desired
  41. directory. For example by typing the command:
  42.  
  43.             COPY  A:ABORT.COM  C:\DOS.
  44.  
  45. With ABORT /? you get a brief explanation of the options.
  46.  
  47. ABORT can be included in AUTOEXEC.BAT, in preference as the last
  48. line, before a possible menuprogram. The resident program takes
  49. up only 3 Kb of memory. It can be loaded in high memory. From
  50. DOS 5.0 this can with LH ABORT, and in DR-DOS with HILOAD ABORT.
  51. The program can be loaded in conventional memory with ABORT.
  52.  
  53. If by accident you try to install abort once more, nothing will
  54. happen. With ABORT OFF it can be removed from memory.
  55.  
  56. When you include abort in a batchfile it is sensible to use the
  57. option /Q. With this option there are no messages by starting and
  58. stoping abort.
  59.  
  60. If you want to use abort selective add ABORT /Q as the first line
  61. and ABORT OFF /Q as the last line of the batchfile. All commands in
  62. this batchfile now have an userfrendly errorhandling.
  63.  
  64. 3. Aborting programs
  65. --------------------
  66.  
  67. It can happen that you can not end a program on a normal way.
  68. Somtimes it can be aborted by simultaneous pressing CTRL+C or
  69. CTRL+BREAK. If this does not work, you can resart you computer by
  70. pressing simultaneously the CTRL+ALT+DEL keys. The memory will be
  71. cleared and after about half a minute you can start all over again.
  72. All ramdisks, caches, buffers and started programs are lost.
  73.  
  74. With abort this is history. If you can not end a program on the
  75. normal way, with the well known CTRL+ALT+DEL keycombination only
  76. the last started program is abortded. Where CTRL+C or CTRL+BREAK
  77. fails, CTRL+ALT+DEL aborts the program. All ramdisks, caches,
  78. buffers and previous started programs are not lost.
  79.  
  80. When abort is active, the following red windows appears by
  81. pressing CTRL+ALT+DEL:
  82.  
  83.               ┌──────────────[ ABORT ]───────────────┐
  84.               │                                      │
  85.               │    Press any key to ABORT program    │
  86.               │      or ESC to continue program.     │
  87.               │                                      │
  88.               └──────────────────────────────────────┘
  89.  
  90. If you pressed CTRL+ALT+DEL by mistake, it will be ignored by
  91. pressing the ESC key, and the program will continue normaly.
  92.  
  93. By pressing the keycombination CTRL+ALT+DEL again the computer
  94. will do a complete resart.
  95.  
  96. With any other key, the last active program will be aborted. The
  97. massage "Program aborted by CTRL-ALT-DEL." appears on the screen.
  98. You automaticly return to the previous program.
  99.  
  100. If the aborted program was started from a batchfile, DOS asks
  101. the question "Terminate batch job (J/N)?". With the Y key the
  102. batchfile stops. With the N key the next line in the batchfile
  103. will be executed.
  104.  
  105. 4. Intercepting errormessages
  106. -----------------------------
  107.  
  108. When abort is active, errormessages from DOS always appear in a
  109. red window. They attract the immediate attention. For instance the
  110. following well known message now appears in a window:
  111.  
  112.               ┌──────────────[ ABORT ]───────────────┐
  113.               │Not ready reading drive A             │
  114.               │Abort,Retry,Fail?                     │
  115.               │                                      │
  116.               │                                      │
  117.               └──────────────────────────────────────┘
  118.  
  119. By typing R for Retry, if there is a good disk in drive A,
  120. this massage will disappear. Then on screen there is nothing
  121. that remembers this annoying error.
  122.  
  123. When you have problems with your printer the next window may
  124. appear:
  125.               ┌──────────────[ ABORT ]───────────────┐
  126.               │Not ready writing device LPT1         │
  127.               │Abort,Retry,Ignore,Fail?              │
  128.               │                                      │
  129.               │                                      │
  130.               └──────────────────────────────────────┘
  131.  
  132. When the printer is switched on and there is paper in it, the
  133. window will disappear by typing the R key for Retry.
  134.  
  135. You better not use A for Abort. The running program wil be aborted,
  136. with possible loss of data.
  137.  
  138. 5. Technical details
  139. --------------------
  140.  
  141. This program runs on a IBM Personal Computer, or compatible
  142. XT, AT, 386 or 486 with operating system PC-DOS, DR-DOS or MS-DOS,
  143. from version 3.0. It takes up 8 Kb of diskspace. Resident in memory
  144. it takes 3 Kb of the high or conventional memory.
  145.  
  146. The language of the program is Enlisch or Dutch depending the DOS
  147. country definition. To have the text in Dutch make in config.sys
  148. a line like this: COUNTRY=031,,c:\DOS\COUNTRY.SYS. Also the option
  149. ABORT /N can be used to have all text in Dutch. To have the text in
  150. English change COUNTRY=031 to any other number.
  151.  
  152. 6. Registration
  153. ---------------
  154.  
  155. Abort V1.00 with this documentation may be freely used for hobby.
  156. By hobby I mean usage of the program mostly outside working hours.
  157. You may give a complete copy of this nonregisterd version to anyone
  158. for free.
  159.  
  160. For other use (commercial) you may test his program for maximum 30
  161. days. For use afterwards you must pay for a program licence. This
  162. can be done by registering as user.
  163.  
  164. Registering can be done by starting the program with ABORT /R.
  165. Follow the explanation on the screen. Your personal registration
  166. number is on the screen also,  wich is important for your license
  167. payment. A license costs $15.- for each PC that runs this program.
  168.  
  169. A new registration number wil be made if this program starts on a
  170. different computer. Registration is not posible if the program
  171. runs from a ramdisk.
  172.  
  173. For commercial use you may use his program freely for a limited
  174. time. If you do not register after 30 days of use, you are in
  175. offence. You are also in offence when you use this program on
  176. more personal computers then you paid for. As licensee you are
  177. responsable for license payments for any personal computer that
  178. has a copy of your registered program.
  179.  
  180. All rights reserved. This program, or parts of it, may not be sold
  181. on a commercial basis without written permission of the author.
  182.  
  183. 7. Remarks
  184. ----------
  185.  
  186. Try to avoid to abort a program that uses extended memory, with
  187. CTRL+ALT+DEL. Abort does not always free this memory.
  188.  
  189. If the program DOSSHELL of MS-DOS 6.0 is aborted with CTRL+ALT+DEL,
  190. a message will appear that COMMAND.COM or DOSSWAP.EXE is not found.
  191. The program finaly aborts by typing CTRL+ALT+DEL once more.
  192.  
  193. After a program is aborted with CTRL+ALT+DEL, it rarely happens
  194. that de commandprompt is incorrect. If this happpens the right
  195. prompt appears by typing RETURN once.
  196.  
  197. On MS-DOS the program COMMAND.COM wil not be aborted with
  198. CTRL+ALT+DEL. This is only possible with te command EXIT.
  199.  
  200. It is not wise to use this program with a graphical shell like
  201. Windows or GEM.
  202.  
  203. 8. In conclusion
  204. ----------------
  205.  
  206. Personal Computer and IBM are trademarks of International
  207. Business Machines Coporation. MS-DOS is a trademark of Microsoft
  208. Corporation. DR-DOS is a trademark of Digital research.
  209.  
  210. This software is made with great care. There is however no
  211. guarantee this program cooperates correctly with all other
  212. programs. The author will not take responsibility for
  213. consequences of possible errors in this program.
  214.  
  215. I hope you enjoy using the program abort.
  216.