home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / sys / cbm / 3664 < prev    next >
Encoding:
Text File  |  1992-09-12  |  1.2 KB  |  33 lines

  1. Newsgroups: comp.sys.cbm
  2. Path: sparky!uunet!cs.utexas.edu!sdd.hp.com!wupost!csus.edu!netcom.com!fuzzy
  3. From: fuzzy@netcom.com (Fuzzy Fox)
  4. Subject: Re: drive questions
  5. Message-ID: <1zwn#k.fuzzy@netcom.com>
  6. Date: Sat, 12 Sep 92 20:14:02 GMT
  7. Organization: Foxes 'R' Us - Seven locations to serve you
  8. References: <a70XqB1w164w@jwt.UUCP>
  9. Lines: 22
  10.  
  11. bbs-artmoore@jwt.UUCP (arthur moore) writes:
  12.  
  13. >1. Can the 1571 be used in double-sided mode (1328 blocks free) with the 
  14. >   64?  Not burst mode, but double-sided.
  15.  
  16. Yes.  Send the command "U0>M1" to the command channel (15).
  17. Depending on which type of FastLoad you have, you may need to disable
  18. it, since this causes the 1571 to double its clock speed.
  19.  
  20. >OPEN 2,8,2,"$,S,R"
  21.  
  22. To read the directory in this manner, all you need to do is
  23. OPEN 2,8,2,"$".  The ",S,R" is superfluous.  I think a better way to
  24. read the directory is to use OPEN 2,8,0,"$", since this keeps you from
  25. having to read the BAM just to get filenames, but it depends on what
  26. you're doing.
  27.  
  28. -- 
  29. #ifdef TRUE         | Fuzzy Fox                  fuzzy@netcom.com
  30. #define  TRUE   0   | a.k.a. David DeSimone      an207@cleveland.freenet.edu
  31. #define  FALSE  1   |
  32. #endif              |     How's my posting?  Call 1-800-ALT-FLAME
  33.