home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / j / js2.zip / JS.DOC next >
Text File  |  1993-01-27  |  2KB  |  71 lines

  1. File: JS.DOC
  2. ------------
  3.  
  4.              This is a public domain software from: 
  5.  
  6.                          Trinet Software
  7.                         4416 - 18th Ave,
  8.                             Suite 108
  9.                        Brooklyn, NY 11204
  10.                           718-854-1208
  11.  
  12.  
  13. Please distribute this program freely.  We welcome comments and
  14. suggestions.  We also write software for hire.  
  15.  
  16.  
  17.  
  18.              Documentation for JS.EXE Search Program
  19.              ---------------------------------------
  20.  
  21.  
  22. Call line
  23. ---------
  24.  
  25. JS  <file name(s), wild cards permitted>
  26.  
  27.    or
  28.  
  29. JS @<file name, containing list of files to be processed>
  30.  
  31.  
  32. Searching for ASCII codes
  33. -------------------------
  34. Besides printable characters, you can also search for ASCII codes. 
  35. You do so by entering a backslash ("\") followed by a numeric
  36. field, when requested to enter a search string.  This numeric field
  37. cannot be longer than 3 digits, but can be less, and must be a
  38. number between 1 and 255, inclusive.  
  39.  
  40. Invalid ASCII codes (less than 1 or greater than 255)  are
  41. converted to a tilde (\126).  
  42.  
  43. To search for a backslash character enter double
  44. backslashes ("\\").  
  45.  
  46.  
  47. Run Time Options
  48. ----------------
  49. These options can be chosen while a search is in progress:  
  50.  
  51. <space bar>   Stops the program.  Any key restarts it.  
  52.  
  53. E             This toggle switch stops the program after 
  54.               each file in which the search strings were 
  55.               found.  Any key restarts it.  Hitting 'E'
  56.               again turns this feature off.  
  57.  
  58. 0             Search without outputting found lines.     (fastest)
  59. 1             Output found lines and wait one   second.  (default) 
  60. 2             Output found lines and wait two   seconds. 
  61. 3             Output found lines and wait three seconds. 
  62.  
  63. X             Terminates the program.  
  64.  
  65.  
  66. Output
  67. ------
  68. Output is sent to file JS.OUT, no matter what run time
  69. options are chosen.  
  70.  
  71.