home *** CD-ROM | disk | FTP | other *** search
- PCExecute PCExecute PCExecute PCExecute PCExecute PCExecute
-
- This program is PUBLIC DOMAIN. You are awolled to redistribute
- this program for non-profit only and this file is also
- redistributed.
-
- This little program allows you to send a command to the XT/AT
- board without opening the PC window. If you call PCExecute
- without any parameter, you will be ask for the command by a
- string gadget. In this mode the program will ask you to enter
- commands until you leave the string gadget by CANCEL. Please
- send bugreports or improvements to :
-
- Peter Vorwerk
- Pflugweg 27
-
- W - 8510 Fürth
-
-
- This little program needs the arp.library, the req.library and
- last but not least the janus.library.
-
-
- ______________
- |New Features|
- ~~~~~~~~~~~~~~
-
- In the upper half of the window, you will see 30 gadgets. Each
- of these gadgets will respond to the special keys of the PC. So
- you are able to send even the special keys to the PC. You can
- reboot the PC by selecting the "CTRL" , "ALT" and "Del" gadgets
- at the same time.
-
-
- A R E X X - P o r t
-
- I've added a AREXX port to this program. So you are able to
- control the PC via any AREXX compatible Amiga program. In this
- version four commands will be accepted.
-
- 1) "COMMAND"
-
- This let you specify any commands as typed in the string gadget.
-
- 2)-4) "KEY", "PRESS" or "RELEASE"
-
- These three commands accept the special keys. The command "KEY"
- will send the "PRESS" and the "RELEASE" code of the given chars.
- "PRESS" will hold down the keys, until you send the "RELEASE"
- command.
-
- The supported keys are :
-
- Fx 1<x<10 the function keys
- right,up,down,left the cursor keys
- page_up,page_down,home,end
- ins,del,backspace,tab,esc,space,enter
- ctrl,alt,shift
- caps_lock,num_lock,scroll_lock,print_screen
-
-