Path: utzoo!attcan!uunet!munnari!otc!metro!basser!usage!csdgwy!craig From: craig@csdgwy.csd.unsw.oz Newsgroups: comp.os.vms Subject: Re: $ Delete/Queue ; help needed Message-ID: <403@csdgwy.csd.unsw.oz> Date: 24 May 88 09:23:14 GMT References: <3107@charon.unm.edu> Organization: University of New South Wales Lines: 21 In article <3107@charon.unm.edu>, sdowdy@charon.unm.edu (Stephen Dowdy) writes: > Does anyone know of a way to *really* delete a print queue on a spooled > device? > > Up to this point the only way i can get the queue deleted is by: > 1) $ stop > 2) pid = f$getdvi(,"PID") ! get symbiont PID > 3) Stop/Id='pid' ! Kill the symbiont > 4) Delete/Queue The way to stop the symbiont is: $ STOP/NEXT There should be no need to actually delete the queue if you simply wish to modify parameters on the spooled device (SET TERM). However if the device has been spooled, you will have to $ SET DEVICE/NOSPOOL before you can do a SET TERM (remembering to set it back to spooled after altering the terminal characteristics). Craig McGregor