home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR16 / PRINDIR9.ZIP / README.NOW < prev   
Text File  |  1993-10-12  |  2KB  |  33 lines

  1. *****************************************************************************
  2. *       PLEASE READ ALL OF THIS VERY IMPORTANT INFORMATION CAREFULLY!       *
  3. *****************************************************************************
  4.  
  5. YOU CANNOT USE THE DOS COPY COMMAND TO REDIRECT FILES FROM THE DOS PROMPT!
  6.  
  7. Many users call me because they can't seem to get PRINDIR working.  In a
  8. great majority of these cases, the user is using the DOS copy command to
  9. copy a file from the command line to a port that is being redirected to a
  10. file by PRINDIR.  THIS WILL NOT WORK!!!!!!!!!!!!!!!!!
  11.  
  12. PRINDIR has to co-exist with DOS, and many other applications.  Because of
  13. this, PRINDIR has to be very careful and use many special tricks to do what
  14. it does without disturbing the other applications that are running on the
  15. machine at any given time.  If you try to COPY a file to a redirected port
  16. from the command line, PRINDIR will capture the data until it's internal
  17. buffer fills up.  At this point, DOS is in a busy condition, and doesn't give
  18. PRINDIR a chance to write it's data to the disk, so you will get an error.
  19. At that point, the user generally digs my phone number out of the document
  20. and wastes their money and my time calling to ask why PRINDIR doesn't work.
  21.  
  22. Look at it this way.  If you are using PRINDIR to redirect LPT1 to the
  23. file FRED.DAT, and you the use the command "copy BIGFILE.TXT LPT1", then
  24. you are doing what I mentioned above, and it won't work.  Instead, you
  25. should use the command "COPY BIGFILE.TXT FRED.DAT"
  26.  
  27. Do you see the point here!  Don't try to use a tool to do something you
  28. can do without that tool!  Would you use a set of jumper cables to start
  29. a car with a fully charged battery?  Of course not.
  30.  
  31. Rest assured that PRINDIR generally works without a hitch when used with
  32. applications that don't provide a way to print to a disk file.
  33.