Amiga.org

Operating System Specific Discussions => Amiga OS => Amiga OS -- Development => Topic started by: kas1e on November 28, 2004, 11:33:39 AM

Title: Requesters
Post by: kas1e on November 28, 2004, 11:33:39 AM
hi all. agayn little and lame question :)
i want to block all requester popup windows from my program:
i mean after (for example) execute("lalal:",0,0), i don't want to have "Please Instert Lala:". how i can do it ? (if it can be).
Title: Re: Requesters
Post by: Castellen on November 28, 2004, 12:54:14 PM
Not sure how you can block requesters from a specific program, but there is a utility that blocks all system requesters.

I forget the name of it, but it was often used when running a Telnet server.  Using Telnet, you only have CLI access, so if you did something which caused a requester to pop up, you'd have no way of seeing or canceling it.

Look on Aminet.

Otherwise, try assigning Lala: to RAM: (if it's only looking for the one volume) which should also stop it.
Title: Re: Requesters
Post by: kas1e on November 28, 2004, 01:52:25 PM
yes, i try to wrote little telnet server, and i need filter
all 'popup' commands. And yes, i need block only all system requests. I hope aminet have src of this tool :)
Title: Re: Requesters
Post by: SamuraiCrow on November 28, 2004, 06:11:44 PM
The easiest way to find out if a device is mounted is with the Info() function.  There may be a way using the Examine() function also.

-edit-

If you're looking for a way to run a CLI over a network look for serserver on the Aminet.