home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / enterprs / cpm / utils / a / encode6.arc / ENCODE.HLP < prev   
Encoding:
Text File  |  1990-07-22  |  2.3 KB  |  98 lines

  1.            ENCODE HELP  version 1.06  3-2-86
  2.  
  3.         (C) 1985, 1986 by Merlin R. Null
  4.  
  5.  
  6. ENCODE  is  pseudo compiler for dBASE II  version  2.4  or higher
  7. command files.   Programs encoded with  ENCODE  will run with the
  8. regular version of dBASE II version 2.4 or higher.  Ashton-Tate's
  9. RUNTIME is not required, although it could be used.   RUNTIME  is
  10. simply an amputated version of dBASE II that only has the ability
  11. to run programs, not edit them.  Encoded programs will run faster
  12. and provide a limited measure of security for the source code.
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.         Calling a Directory Listing
  22.  
  23. To call a  directory from the title screen simply enter the drive
  24. you wish to list.
  25.  
  26. Filename.SRC or Drive:? A:
  27.  
  28. This will list the directory of drive  A:  and  give  the  prompt
  29. again.
  30.  
  31. Directory of drive A:
  32. FOO    .CMD    DBSOURCE.BAS    DBSOURCE.COM    TEST2    .CMD    A10    .CMD
  33. ENCODE    .BAS    ENCODE    .COM    MBASIC    .COM    D    .COM    SAMPLE    .CMD
  34. BOOKS    .DBF    BOOKS    .FRM    DBASE    .COM    CLS    .DAT    TERMSET    .BAS
  35. CLEARSET.COM    DBASEMSG.TXT    DBASEOVR.COM    B4    .CMD    C3P0    .CMD
  36. DBINDENT.BAS    DBINDENT.COM    DOCTOR    .BAS    A10    .SRC    A10    .BAK
  37. CLONE    .CMD    TEST    .CMD    CLONE    .SRC    A10    .OLD    DBSRC2    .COM
  38. DBSRC2    .BAS
  39. Filename[.SRC] or Drive:?
  40.  
  41. The ZCPR like drive call of  A;  will  also  work  to  call  the
  42. directory, even if you are not running ZCPR.   The  Filename.SRC
  43. may be entered  here or a  <RETURN>  will  redisplay  the  start
  44. screen.
  45.  
  46.  
  47.              Encoding a File
  48.  
  49. A file to be encoded MUST have the extension .SRC.   Just  rename
  50. your  source   file   to   <filename>.SRC,  and  then  enter  the
  51. <filename>[.SRC] at the ENCODE prompt:
  52.  
  53. Filename[.SRC] or Drive:?
  54.  
  55. Entering the extension .SRC at the  prompt is  optional.   ENCODE
  56. assumes the extension to be .SRC if it is  not  given.   You  may
  57. also encode a file from the CP/M command line by entering
  58.  
  59. ENCODE <filename>[.SRC].
  60.  
  61.             Option
  62.  
  63. N    No console display of input file. This is the only option.
  64.  
  65. The N option must preceded by a space:
  66.  
  67. Filename.[SRC] or Drive:? SAMPLE.SRC N
  68.  
  69.  
  70.  
  71.  
  72.  
  73.  
  74.  
  75.  
  76.  
  77.  
  78.  
  79.  
  80.  
  81.             Help File
  82.  
  83.      This help file may be called from ENCODE by entering  a  "?"
  84. at the title screen.  It can also be read by entering ENCODE ? at
  85. the CP/M command line.
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.         END OF THE HELP FILE
  93.  
  94.  
  95.  
  96.  
  97. o  work  to  call  the
  98. directory, even i