home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / vol_300 / 318_01 / read.me < prev    next >
Text File  |  1990-06-18  |  3KB  |  119 lines

  1. FILE NAME: read.me
  2. RED Version 7.0 for the IBM PC
  3. February 1, 1990
  4.  
  5.  
  6. REWARD
  7.  
  8. A reward of $5.12 is cheerfully paid to the first person who finds any bug in
  9. RED's code.  Typo's in the code or in the documentation are worth $1.28.
  10.  
  11.  
  12. AUTHOR
  13.  
  14. All programs on this disk were written by:
  15.  
  16.     Edward K. Ream
  17.     1617 Monroe Street
  18.     Madison, WI 53711
  19.     (608) 257-0802
  20.  
  21.  
  22. PUBLIC DOMAIN SOFTWARE
  23.  
  24. The sole author and owner of RED, Edward K. Ream hereby puts RED and all
  25. other files on this disk in the public domain.
  26.  
  27.  
  28. DISCLAIMER
  29.  
  30. With respect to the programs and documentation contained on this disk,
  31. Edward K. Ream specifically disclaims all warranties, express or implied,
  32. including but not limited to implied warranties of merchantability and fitness
  33. for a particular purpose.  In no event shall Ream be liable for any loss of
  34. profit or commercial damage, including but not limited to special, incidental,
  35. consequential or other damages.
  36.  
  37.  
  38. FILES ON DISK 1
  39.  
  40. read.me        This file.
  41. redman.doc    RED's User Guide.
  42. redtech.doc    Technical Notes for RED.
  43.  
  44. red*.h        Header files for RED.
  45. red*.c        Source code files for RED.
  46. red.exe        Executable version of RED.
  47.  
  48. red.mak        Turboc C make file for red.exe.
  49. red.lnk        Turboc C link file for red.exe.
  50. mred.mmk    Microsoft C make files for red.exe.
  51. mred.ml        Microsoft C link files for red.exe.
  52.  
  53.  
  54. FILES ON DISK 2
  55.  
  56. read.me2    Brief summary of Sherlock system.
  57. sherlock.doc    Documentation for the Sherlock (TM) debugging system.
  58. dummysl.h    Dummy macro definitions for all Sherlock macros.
  59. reddb.exe    Executable version of RED, with    Sherlock macros added.
  60.         See the source code listing for the names of tracepoints.
  61.         Add ++dump to the command line for a listing of statistics.
  62.         All sherlock output goes to a file called trace.
  63.  
  64. reddb.mak    Turboc C make file for reddb.exe.
  65. reddb.lnk    Turboc C link file for reddb.exe.
  66. mreddb.mmk    Microsoft C make file for reddb.exe.
  67. mreddb.ml    Microsoft C link file for reddb.exe.
  68.  
  69. Note:    Turbo C make and line files are for version 2.0 or later.
  70.     Microsoft C make and link files are for version 5.0x or later.
  71.  
  72.  
  73. NEW COMMANDS
  74.  
  75. You may now execute DOS commands without leaving RED.
  76. Just type ^C to enter command mode, then an exclamation mark (!),
  77. followed by any DOS command.  For instance:
  78.  
  79.     !dir
  80.  
  81. will give you a directory listing.  Any program or batch file may be invoked in 
  82. this manner.  For example:
  83.  
  84.     !dif a b
  85.  
  86. will run the dif program on the files a and b.  You may invoke another level of 
  87. the DOS command processor by typing
  88.  
  89.     !command
  90.  
  91. in command mode.
  92.  
  93. Two new commands modify the way searches and changes work.  The 'word' command
  94. insures that only entire words will match the search mask. The 'noword' command 
  95. allows the search mask to be found even within words.  RED starts operation as 
  96. if a noword command had been given.  Thanks are due to Ralph Dratman for all of
  97. these new features and commands.
  98.  
  99. The 'again' command repeats the previous change, find, findr or search command, 
  100. starting at the current cursor position.  This is very handy to have.
  101.  
  102.  
  103. ABBREVIATIONS OF COMMANDS
  104.  
  105. The following abbreviations for command mode commands are allowed:
  106.  
  107. a    again
  108. c    change
  109. f    find
  110. fr    findr
  111. q    quit
  112. l    load
  113. r    resave
  114. rx    resave and exit
  115. s    search
  116. sv    save
  117. svx    save and exit
  118. x    exit
  119.