home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / database / preclip.zip / PRE.DOC next >
Text File  |  1988-10-26  |  787b  |  22 lines

  1.  PRE - Preprocessor for dBase/Clipper
  2.  
  3.  Usage: PRE [<Input Filename[.pre]>] [<Output Filename[.prg]>] [/switches]
  4.  Input, Output, and #INCLUDE filenames may be full path names
  5.  
  6.  Valid Switches:
  7.                   /B - Blank lines and comments are not copied
  8.                   /C - Case Sensitivity off
  9.                   /D - Danger (Existing output file is deleted without warning)
  10.                   /H - Help (This listing)
  11.                   /L - List (Directives are copied as comments)
  12.                   /Q - Quiet (No Display of filenames or line numbers)
  13.  
  14.  Input and Output filenames will be prompted for if not if not in command line
  15.  
  16.  Statement types processed:
  17.  #DEFINE <identifier or function> <constant or expression>
  18.  #INCLUDE <filename>
  19.  #* [<Comment>]
  20.  
  21.  
  22.