home *** CD-ROM | disk | FTP | other *** search
/ Stars of Shareware: Programmierung / SOURCE.mdf / programm / msdos / asm / superspy / superspy.doc < prev   
Encoding:
Text File  |  1990-05-12  |  8.8 KB  |  158 lines

  1.                         SUPERSPY.DOC  (Ver. 2.0)
  2.  
  3.      With SUPERSPY.COM you can scroll forward and backward through a file, 
  4. easily move to another file without exiting SUPERSPY, copy any portion of 
  5. the resulting screen to a printer or file, and locate files by displaying 
  6. all (or selected) directory entries.  
  7. SYNTAX:     SUPERSPY <ENTER>    or    SUPERSPY [path]filename.ext <ENTER>  
  8.      This program has three separate modes: READ, DIRECTORY, and COPY. If 
  9. you invoke the program with a valid filename, you will go directly to the 
  10. READ mode with a display of the contents of that file.  The commands that 
  11. are available in this mode are:  
  12.         HOME               Return to the beginning of the file.  
  13.         UP ARROW           Back up one line.  
  14.         PG UP              Back up one screen.  
  15.         LEFT ARROW         Return to left margin.  
  16.         RIGHT ARROW        Move screen 8 spaces to the right.  
  17.         DOWN ARROW         Move screen down one line.  
  18.         PG DN              Move down one screen.  
  19.         W  or  w           Toggle the WRAP-AROUND MODE.
  20.         N  or  n           Leave this file and get NEW FILE.  
  21.         ALT-D              Enter the DIRECTORY MODE.  
  22.         SPACE BAR          Freeze screen and enter the COPY MODE.  
  23.         H  or  h           HELP. Displays this document if it is  
  24.                            in the default directory.  
  25.         ESC                EXIT from SUPERSPY.COM.
  26.         END                Move screen to end of file  
  27.  
  28. Wide displays are not broken at 80 columns,  as with  TYPE.  SUPERSPY.COM 
  29. ignores  carriage returns and breaks lines only on line feeds.  The right 
  30. arrow key scrolls the display to the right in eight-character  increments 
  31. and the left arrow returns to the left margin.  Up arrow  and  down arrow 
  32. move the screen one line at a time.  Pg Up and Pg Dn move the display one 
  33. screen  height.  W  (either upper or lower case) toggles the  WRAP-AROUND
  34. MODE either on or off.  In WRAP-AROUND there is nothing off-screen to the
  35. right. Therefore RIGHT ARROW and LEFT ARROW are deactivated.
  36.   
  37.                           COPY MODE  
  38.   
  39.      In the copy mode the screen is fixed and a blinking  cursor  appears 
  40. in the screen position of the top left corner of the last copy rectangle. 
  41. The initial position is the upper left corner of the screen. You can move 
  42. this blinking  cursor with the arrow keys to the upper left corner of the 
  43. rectangular section of the screen that you want to copy. Press <ENTER> to 
  44. lock this corner in place and use the arrow keys to put the desired  text 
  45. in reverse video.  You can then decide if you want to copy this rectangle 
  46. to the PRINTER, ( Press  P  or  p ) or to append it to the end of a FILE, 
  47. ( Press  F  or  f ).  Successive  saves to the same filename are appended 
  48. to and do not overwrite that file. 
  49.      If you send material to a  PRINTER and it contains non-alpha numeric 
  50. characters, the printer may do unpredictable things such as page down, or 
  51. change font, pitch, or character  size.  This happens because the printer 
  52. interprets  these characters as control  functions and performs  whatever 
  53. commands these characters represent.  
  54.      If you send material to a  FILE,  a filename  will appear at the top 
  55. of the screen. Initially, in each run of SUPERSPY.COM  this filename will 
  56. be CLIP.WWW  in the default  directory.  If you wish to add this material 
  57. to the end of the file named at the top of the screen,  press <ENTER> and 
  58. it will be done,  the reverse  video will return to normal,  and you will 
  59. be back in the READ mode in the same screen position.  If you want to use 
  60. some other filename, even in another directory,  BACKSPACE  over the name 
  61. and type the new path and filename,  then  <ENTER>.  If the file does not 
  62. exist it will be created.  Thereafter,  this new file will be the default 
  63. file until you change it or exit the program. Wildcards are not supported  
  64. in either the filename or the NEW NAME.  
  65.   
  66.                        DIRECTORY MODE  
  67.   
  68.      If you want to see what other files are available,  hold the ALT key 
  69. down and press  D . The screen will be cleared and you will be instructed 
  70. to type the path of the directory that you want to see.  You may list any 
  71. number of directories in sequence  and  use any of the  DOS  switches and 
  72. wildcards in this mode since this program locates, loads, and runs a copy 
  73. of COMMAND.COM for this function. Use  <ESC>  to exit the DIRECTORY MODE.  
  74. If it was invoked in a NEW NAME request you will return to a clear screen 
  75. with the  NEW NAME  prompt. If it was invoked in the  READ  mode you will 
  76. return to the initial  screen of the file you were reading.  No provision 
  77. is made for entering the DIRECTORY MODE from the COPY MODE.  
  78.  
  79.      If you want to recover a file from the directory  mode,  display the
  80. directory that contains the desired file and press the Alt-D  combination
  81. again and  SUPERSPY  will display the directory in the wide  mode and ask
  82. you to type in the path and name of the file  you  want.  You can get the
  83. complete  path  from the directory  header  and you can double  check the
  84. correct  spelling of the file name from the display.  Remember to put the
  85. \  between the path and the file name and to put the  .  between the file
  86. name and its extension.  Wild Cards are not supported.
  87.   
  88.                        THE DARK SIDE  
  89.   
  90.      As the term SPY implies, this program can be used for either GOOD or 
  91. EVIL.  It can,  and generally should,  be used as a special purpose  WORD 
  92. PROCESSOR  type program capable of combining text from several  different 
  93. ASCII  files in the same  way that the  CLIPBOARD  function works on more 
  94. sophisticated (and more expensive)  programs.  On the dark side, there is 
  95. no restriction placed on the filename that you wish to copy to, or on the 
  96. material that you wish to copy.  
  97.      For example, assume that you have a one line file "TEST.BAT" that is 
  98. dir a:\ , and you run  SUPERSPY TEST.BAT .  Now press the <SPACE BAR> and 
  99. <ENTER>  and expand the reverse  video to cover the text,  then press F , 
  100. backspace over CLIP.WWW and type TEST.BAT,  and press <ENTER>. Next press 
  101. N and type  TEST.BAT  and <ENTER>,  press <SPACE BAR> and <ENTER> ,expand 
  102. the reverse video over the two lines of "dir a:\", and press F , <ENTER>, 
  103. and  <ESC>.  If you now run  TEST.BAT  you will get four copies of the a: 
  104. directory.  If you had repeated the cycle  three more times you would get 
  105. thirty two copies.  
  106.      COM and EXE  files are generally safe from this malicious corruption 
  107. due to their termination techniques. 
  108.  
  109.                 A  NOT-SO-OBVIOUS  APPLICATION
  110.  
  111.      If you have a  MODEM  and you are using a COMMUNICATION program like
  112. PROCOMM PLUS  you might try rerunning the  SETUP  PROGRAM  and substitute
  113. SUPERSPY.COM  for the active program for viewing a file. The advantage is
  114. that you would then have direct access to other files and directories and
  115. also  have a clipboard  function  that  was not  included in the original
  116. COMMUNICATION software.
  117.  
  118.                        CONTRIBUTIONS 
  119.  
  120.      Copyright 1989, 1990   ROBERT WALLINGFORD P.E.   All Rights Reserved.
  121. You are free to use, copy and distribute  SUPERSPY.COM  providing that: 
  122.         NO FEE IS CHARGED FOR USE, COPYING OR DISTRIBUTION. 
  123.         IT IS NOT MODIFIED IN ANY WAY. 
  124.      Clubs  and  user  groups  may  charge a nominal fee for expenses and 
  125. handling while distributing SUPERSPY.COM. 
  126.      SUPERSPY.COM  is provided  AS IS  without any warranty, expressed or 
  127. implied, including, but not limited to, fitness for a particular purpose. 
  128.      If SUPERSPY.COM is of any value to you, a  $15 contribution would be 
  129. appreciated. With each contribution of  $25 or more I will add  your name 
  130. to my preferred customer list and you will receive a free copy of some of 
  131. my other  popular  creations for your evaluation.  I will even give you a
  132. $7. credit towards the registration of any one of these programs.
  133.  
  134.                CURRENT LIST OF OTHER PROGRAMS
  135.  
  136. PROGRAM                DESCRIPTION                       REGISTRATION FEE
  137.  
  138. BOOK.ZIP     Make & Read a "COMPUTER BOOK" on your monitor.
  139.              Access any Chapter with one keystroke. Advance
  140.              to next page with Spacebar or PgDn. Previous
  141.              page with PgUp. Return to Index or Exit with "E"        $7.
  142.  
  143. DISPLAY.ZIP Multi-screen MESSAGE UTILITY. Make and display
  144.             a multi-screen message, one screen at a time,
  145.             with control of the display duration and the
  146.             attributes of each screen. Makes good Xmas
  147.             Cards, Birthday Greeting, etc.                          $7.
  148.  
  149. MEMO.ZIP    Like DISPLAY.ZIP with BIGGER screens.                   $7.
  150.  
  151.  
  152.             Send contributions to:  
  153.  
  154.                    ROBERT WALLINGFORD, P.E. 
  155.                    2338 N. McVicker Avenue 
  156.                    Chicago, IL  60639-2216
  157.  
  158.