home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sys / amiga / programm / 11860 < prev    next >
Encoding:
Internet Message Format  |  1992-07-31  |  1.5 KB

  1. Path: sparky!uunet!dtix!darwin.sura.net!Sirius.dfn.de!chx400!ugun2b!ugun2a!zucker
  2. From: zucker@uni2a.unige.ch
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: About CMD. Spooler needs help !
  5. Message-ID: <1992Jul31.142000.1498@uni2a.unige.ch>
  6. Date: 31 Jul 92 12:20:00 GMT
  7. Organization: University of Geneva, Switzerland
  8. Lines: 31
  9.  
  10. I am writing a printer spooler for the Amiga. It's supposed to allow sharing
  11. a printer between several Amigas, over any network. To minimize RAM usage, I
  12. chose to write it as a disk-based spooler, but it can be run with a RAM disk.
  13. I ask to be notified when a certain directory is modified, then find the file
  14. that was just closed, enqueue it, and send it out the serial or parallel port.
  15.  
  16. Now, I use CMD to redirect printer ouput to a file, but I don't want the output
  17. of my spooler to be redirected. What is the best way to solve the problem ?
  18.  
  19. My ideas so far are :
  20.  
  21. 1- redirect serial if you use parallel, clumsy, but easy.
  22. 2- copy parallel.device to spoolpar.device and use that, but what happens
  23.    when CMD exits ? two devices on the same port ???
  24. 3- include CMD-like operation into my spooler, so that i can call the 
  25.    devices' original BEGINIO. C= has a copyright on CMD, what would they
  26.    want ? EZSpool will not be commercial. I would LOVE to give it to 
  27.    C= for inclusion into a new version of the O.S.
  28.  
  29. Any other ideas? All suggestions are very welcome. E-Mail replies preferred.
  30.  
  31. thanks,
  32. eric
  33.  
  34. zucker@tuni2a.unige.ch or
  35. zucker@uni2a.unige.ch  or
  36.  
  37. Eric Zucker
  38. 1, ch Pre-Polly
  39. CH-1233 GENEVA SWITZERLAND
  40. + 41 22 7574325
  41.