home *** CD-ROM | disk | FTP | other *** search
/ ftp.barnyard.co.uk / 2015.02.ftp.barnyard.co.uk.tar / ftp.barnyard.co.uk / cpm / walnut-creek-CDROM / ENTERPRS / CPM / UTILS / A / EXTRACT.LBR / EXTRACT.DOC < prev   
Text File  |  2000-06-30  |  3KB  |  56 lines

  1.  
  2.  
  3.  
  4.  
  5.     For all you 8080 users, this program is in 8080 code.
  6.  
  7.     EXTRACT is a program that allows a person to down load a  '.LBR' 
  8. file  in  its  entirety and then extract any part or all of it at his 
  9. leisure.  One of the problems I encountered was down  loading  files, 
  10. then  missing  a critical one. I currently am running 8 floppy drives 
  11. and four hardisks, which created the necessity of extracting files to 
  12. different  user  numbers as well as different drives.  EXTRACT allows 
  13. this from the command line. The format is  the  same  that  Compuview 
  14. uses in the "VPLUS" editor.
  15.  
  16.     EXTRACT  has  a  built  in  help  function,  to  use  just enter 
  17. "EXTRACT" and this will bring up the help menu.
  18.  
  19.     The format for the command is drive  colon,  library  file  name 
  20. with  an  optional  extent. If a extent isn't entered, the default is 
  21. ".LBR". If the library file is under a different  user,  right  after 
  22. the  filename  enter  "=X" where "X" is the user number. Note, do not 
  23. enter a space after the file name. When the  library  file  names  is 
  24. entered,  enter a space, followed by the optional drive name that the 
  25. files will go to, followed with the file  name  and  extension.   The 
  26. filename  and  extension  can  be  any  valid  CP/M  filename  entry, 
  27. including wildcards. After this is entered, you can enter an optional 
  28. "=X" which will send the output to user number "X".
  29.  
  30.     At  the  beginning  of  EXTRACT  at  location 103H is a flag for 
  31. automatic erasure of an existing output file. If this flag  is  equal 
  32. to  a  non  zero  value,  the file will be automatically erased if it 
  33. exists before the file is extracted. If this flag is equal  to  zero, 
  34. you  will  be prompted before the file is erased. If you elect not to 
  35. erase the file, the file will not be extracted from the library.
  36.  
  37.     AT location 104H in extract is the verbose flag. If this is  set 
  38. to zero progress messages will be displayed as EXTRACT is running.
  39.  
  40.     This  program  is  free  for  anybody  to use, but it is not for 
  41. resale.  There is a trap in the program,  if  the  copyright  message 
  42. doesn't  match  the hidden one, EXTRACT will destroy itself. Just for 
  43. information purposes part of  the  message  is  executed  during  the 
  44. extraction  of each file. There is a lot of error checking, so only a 
  45. deliberate changing of the copyright messages will cause this trap.
  46.  
  47.      If any  problems occur, leave  a  message  under  a  file  named 
  48. "HELP.GIL"  and  I  will  try  to correct the problems.  Note EXTRACT 
  49. signs on  with  a  version  number  as  well  as  date  and  time  of 
  50. compulation.   So   when  entering  problems,  include  the  version, 
  51. revision, date, and time.
  52.  
  53. Enjoy;
  54.  
  55. Gil Shultz
  56.