home *** CD-ROM | disk | FTP | other *** search
/ Oakland CPM Archive / oakcpm.iso / sigm / vol152 / type1.doc < prev    next >
Encoding:
Text File  |  1984-04-29  |  2.1 KB  |  59 lines

  1.                             TYPE1.COM
  2.                             ---------
  3.  
  4.      TYPE1  is a machine language alternative to the C program to 
  5. type  files.  It  will  automatically  unsqueeze  files,  exclude 
  6. certain files, and more! Since it is only 2k long, no disk should 
  7. be without it!
  8.  
  9.      Since it accepts the same syntax, you may use it as follows:
  10.  
  11. TYPE *.bas b:q*.?q? C:start.qqz
  12.  
  13.      Several  parameters  may be set in  the  system.  These  are 
  14. paging size,  maximum number of lines/file, exclude system files, 
  15. exclude list of extensions, and mask control characters.
  16.  
  17.      The  paging size option allows you to control the number  of 
  18. lines  per page.  If you do not wish paging to occur,  simply set 
  19. this byte to zero.
  20.  
  21.      Maximum number of lines per file controls how many lines  of 
  22. a  file can be listed before an error message occurs.  If you  do 
  23. not  want to limit the number of lines listed,  set this byte  to 
  24. zero.
  25.  
  26.      Exclude  system files,  when set to X'FF',  totally  ignores 
  27. system  files,  and "tagged" files.  No error message is printed, 
  28. the  file is simply forgotten!  If you would like to be  able  to 
  29. list system files, just set this byte to X'00'.
  30.  
  31.      Exclude  extensions,  when set to X'FF',  will exclude files 
  32. like .COM,  .OBJ, .INT, .ABS and so on. If you would like to list 
  33. these files (?), just set this byte to X'00'.
  34.  
  35.      Mask control characters,  when set to X'FF', will only allow 
  36. X'0D',  X'0A',  X'07',  X'09' and X'08'.  If you want all control 
  37. charaters listed, set this byte to X'00'.
  38.  
  39.      By now,  most of you are wondering where these bytes are! If 
  40. you  DDT the TYPE1.COM file,  and 'D'ump it,  you will  see  text 
  41. messages  in  the first 200 or so bytes directing you exactly  to 
  42. the location of the right byte!
  43.  
  44. Disclaimer and Warning:
  45. ----------------------
  46.  
  47.      While  this  program has been tested,  no liablity  will  be 
  48. assumed for its operation, or lack thereof.
  49.  
  50.      Feel  free to use this for personal use,  but if you wish to 
  51. bundle it with other software,  or sell it itself, please contact 
  52. me for more information.
  53.  
  54. Dave Rand
  55. 10232-160 Street
  56. Edmonton, Alberta
  57. Canada
  58. T5P 3E9
  59.