home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: OtherApp / OtherApp.zip / ctelo310.zip / capitel.act < prev    next >
Text File  |  1998-11-07  |  4KB  |  73 lines

  1. #
  2. # CapiTel.ACT
  3. # Created and maintained by CapiTel
  4. #
  5.  
  6. #######################################################################
  7. #                                                                     #
  8. # Hardcoded actions:                                                  #
  9. #                                                                     #
  10. #######################################################################
  11. #                                                                     #
  12. # First column:                                                       #
  13. # DTMF-code for the desired action. It must have 4 digits or more.    #
  14. # It can be one of "0123456789ABCD"                                   #
  15. #                                                                     #
  16. # Second column:                                                      #
  17. # "action". This can be one of:                                       #
  18. # REMOTECONTROL to play all recorded calls.                           #
  19. # REBOOT        to rebooting your computer.                           #
  20. # DEACTIVATE    to deactivating CapiTel.                              #
  21. # QUIT          to quit CapiTel.                                      #
  22. # SETCALLBACK   to overide callback number.                           #
  23. #                                                                     #
  24. # Third to fifth column:                                              #
  25. # Must be a blank.                                                    #
  26. #                                                                     #
  27. # Sixth column:                                                       #
  28. # Sets this entry active (=1) or not (=0)                             #
  29. #                                                                     #
  30. #######################################################################
  31.  
  32. 1111|REMOTECONTROL| | | |1
  33. 1212|SETCALLBACK| | | |1
  34. 1313|REBOOT| | | |1
  35. 1414|DEACTIVATE| | | |1
  36. 1515|QUIT| | | |1
  37.  
  38. #######################################################################
  39. #                                                                     #
  40. # User actions:                                                       #
  41. #                                                                     #
  42. #######################################################################
  43. #                                                                     #
  44. # First column:                                                       #
  45. # DTMF-code for the desired action. It must have 4 digits or more.    #
  46. # It can be one of "0123456789ABCD"                                   #
  47. #                                                                     #
  48. # Second column:                                                      #
  49. # "action". This can be any programm or batch. Batches must be        #
  50. # started over command.com (or cmd.exe)                               #
  51. #                                                                     #
  52. # Third column:                                                       #
  53. # Is the paramerter for the program. If there is no parameter, fill   #
  54. # in a blank.                                                         #
  55. #                                                                     #
  56. # Fourth column:                                                      #
  57. # Is the name of the new window. This parameter ist only supported by #
  58. # OS/2. If you don't want to set up a window name, fill in a blank.   #
  59. #                                                                     #
  60. # Fifth column:                                                       #
  61. # Fill in a blank.                                                    #
  62. #                                                                     #
  63. # Sixth column:                                                       #
  64. # Sets this entry active (=1) or not (=0)                             #
  65. #                                                                     #
  66. #######################################################################
  67.  
  68. 1616|c:\os2\xcopy.exe|c:\*.* d:\*.* /s|BackUp| |1
  69. 1717|c:\os2\mdos\command.com|/C c:\dos.bat|DOSBAT| |1
  70. 1818|c:\windows\regedit.exe| | | |1
  71. 1919|c:\winnt\regedit.exe| | | |1
  72.  
  73.