Welcome, Guest. Please login or register.

Author Topic: Requesters  (Read 963 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline kas1eTopic starter

Requesters
« 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).
 

Offline Castellen

Re: Requesters
« Reply #1 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.
 

Offline kas1eTopic starter

Re: Requesters
« Reply #2 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 :)
 

Offline SamuraiCrow

  • Hero Member
  • *****
  • Join Date: Feb 2002
  • Posts: 2280
  • Country: us
  • Gender: Male
    • Show only replies by SamuraiCrow
Re: Requesters
« Reply #3 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.