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 / CPM / UTILS / SQUSQ / SQ17.BUG < prev    next >
Text File  |  2000-06-30  |  693b  |  25 lines

  1. There is a bug in SQ17 when using BDS C drive/user prefix notation. SQ17
  2. will actually place the prefix into the squeezed file and write the
  3. output file to the source drive rather than the default drive. This only
  4. happens when using BDS C style drive/user combinations.
  5.  Example:
  6.  
  7. A1>SQ 0/H:MDM712.ASM
  8.  
  9. ; MDM712.AQM is placed, erroneously, on drive H and has to be
  10. ; moved to A1.
  11.  
  12. A1>USQ MDM712.AQM
  13. ; (If you do this and don't have a drive H: you're in deep trouble!)
  14.  
  15. MDM712.AQM  -->  0/H:MDM712.ASM
  16.  
  17. USQ20 will place the output file on H0:.
  18. The result, with USQ119, is a file named "0/H" on A1: !!!
  19.  
  20.  
  21. Possible remedy:
  22.  
  23. 1. Avoid U/D: whenever possible.
  24. 2. Disable U/D in the runtime package.
  25.