home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 621.lha / PCExecute / PCExecute.doc next >
Text File  |  1992-02-22  |  2KB  |  61 lines

  1.     PCExecute   PCExecute  PCExecute  PCExecute  PCExecute  PCExecute
  2.  
  3.     This  program  is PUBLIC DOMAIN.  You are awolled to redistribute
  4.     this   program   for  non-profit  only  and  this  file  is  also
  5.     redistributed.
  6.  
  7.     This  little  program  allows  you to send a command to the XT/AT
  8.     board  without  opening  the  PC  window.   If you call PCExecute
  9.     without  any  parameter,  you  will  be  ask for the command by a
  10.     string  gadget.   In  this mode the program will ask you to enter
  11.     commands  until  you  leave  the string gadget by CANCEL.  Please
  12.     send bugreports or improvements to :
  13.  
  14.                         Peter Vorwerk
  15.                         Pflugweg 27
  16.  
  17.                         W - 8510 Fürth
  18.  
  19.  
  20.     This  little  program  needs the arp.library, the req.library and
  21.     last but not least the janus.library.
  22.  
  23.  
  24.                              ______________
  25.                              |New Features|
  26.                              ~~~~~~~~~~~~~~
  27.  
  28.     In  the  upper half of the window, you will see 30 gadgets.  Each
  29.     of  these gadgets will respond to the special keys of the PC.  So
  30.     you  are  able  to send even the special keys to the PC.  You can
  31.     reboot  the  PC by selecting the "CTRL" , "ALT" and "Del" gadgets
  32.     at the same time.
  33.  
  34.  
  35.                           A R E X X - P o r t
  36.  
  37.     I've  added  a  AREXX  port  to this program.  So you are able to
  38.     control  the  PC via any AREXX compatible Amiga program.  In this
  39.     version four commands will be accepted.
  40.  
  41.         1)  "COMMAND"
  42.  
  43.     This let you specify any commands as typed in the string gadget.
  44.  
  45.         2)-4)  "KEY", "PRESS" or "RELEASE"
  46.  
  47.     These  three commands accept the special keys.  The command "KEY"
  48.     will  send the "PRESS" and the "RELEASE" code of the given chars.
  49.     "PRESS"  will  hold  down  the keys, until you send the "RELEASE"
  50.     command.
  51.  
  52.         The supported keys are :
  53.  
  54.     Fx          1<x<10                              the function keys
  55.     right,up,down,left                                the cursor keys
  56.     page_up,page_down,home,end
  57.     ins,del,backspace,tab,esc,space,enter
  58.     ctrl,alt,shift
  59.     caps_lock,num_lock,scroll_lock,print_screen
  60.  
  61.