home *** CD-ROM | disk | FTP | other *** search
/ PC User 2001 May / PCUser05CD1.iso / utils / automate.exe / %MAINDIR% / automate.otd < prev    next >
Encoding:
Text File  |  2001-01-22  |  5.8 KB  |  151 lines

  1. AutoMate 4 Objects
  2.     CurrentTask2
  3.         Properties of CurrentTask2
  4.             Active
  5.             Details
  6.             Events
  7.             Frequency
  8.             FrequencyString
  9.             Hotkey
  10.             Interval
  11.             IntervalType
  12.             LaunchDate
  13.             LaunchTime
  14.             RunLate
  15.             ScheduleLate
  16.             StepCount
  17.             TaskTriggers
  18.             TaskName
  19.             WindowName
  20.         Methods of CurrentTask2
  21.             AppendTaskStep(varNewStep)
  22.             ClearSteps
  23.             DeleteTaskStep(intStepNo)
  24.             GetStepCommand(intStepNo)
  25.             GetStepParameter(intStepNo, intParamNo)
  26.             GetStepParamCount(intStepNo)
  27.             GetStepStatus(intStepNo)
  28.             GetTaskStep(intStepNo)
  29.             InsertTaskStep(intBefore, varNewStep)
  30.             LoadFromFileEx(varFileName, intExtractDeployables)
  31.             SaveToFileEx(varFileName, intIgnoreMissingDeployables)
  32.             SetStepStatus(intStepNo, intActive)
  33.             SetTaskStep(intStepNo, varNewStep)
  34.     AutoMate2
  35.         Properties of AutoMate2 
  36.             SystemDir
  37.             TaskCount
  38.             TaskList
  39.             WindowsDir
  40.         Methods of AutoMate2 
  41.             FindWindowByTitle(varTitle)
  42.             FindWindowByClass(varClassName)
  43.             FindWindowContaining(varTitle, varClassName)
  44.     Action2
  45.         Properties of Action2 
  46.             GetLastError
  47.         General Methods
  48.             StartApplication (varCommandLine, varParameters, varDefaultDir, intWindowState, intWaitUntilReady, intWaitUntilDone)
  49.             OpenDocument (varDocument)
  50.             SendKeystrokes (varKeystrokes, intPauseFirst, intPauseLength)
  51.             PasteKeys (varKeysToPaste)
  52.             PrintDocument (varDocument)
  53.             Message(varMessageText, intModal)
  54.             Reminder (varReminderText, intReschedule)
  55.             PlaySound (varSoundToPlay, intWaitUntilFinished)
  56.             StopSound
  57.             DDECommand (varText, varTopic, varItem)
  58.         Window Methods
  59.             WindowFocus(varWindowTitle, intExactMatch)
  60.             WindowMaximize(varWindowTitle, intExactMatch)
  61.             WindowMinimize(varWindowTitle, intExactMatch)
  62.             WindowRestore(varWindowTitle, intExactMatch)
  63.             FocusWindowContaining(varWindowTitle, intExactTitleMatch, varTextToFind, intExactTextMatch)
  64.             WindowClose(varWindowTitle, intExactMatch)
  65.             WindowHide(varWindowTitle, intExactMatch)
  66.             WindowUnhide(varWindowTitle, intExactMatch)
  67.         Internet Methods
  68.             DialUp(varConnectionName, intAction) 
  69.             OpenWebpage (varWebpageAddress)
  70.             PingMachine (varMachineAddress, intPingTimeout, varVarToSet, intPingAction, varPingTaskToStart, intNoPingAction, varNoPingTaskToStart)
  71.             FTPQuickSend (varHost, varUsername, varPassword, intPort, varLocalFile, varRemoteFile, varFTPLogFile, intOverwriteLog)
  72.             FTPQuickSendEx (varHost, varUsername, varPassword, intPort, varLocalFile, varRemoteFile, varFTPLogFile, intOverwriteLog, intCompatMode)
  73.             FTPQuickRetrieve (varHost, varUsername, varPassword, intPort, varLocalFile, varRemoteFile, varFTPLogFile, intOverwriteLog)
  74.             FTPQuickRetrieveEx (varHost, varUsername, varPassword, intPort, varLocalFile, varRemoteFile, varFTPLogFile, intOverwriteLog, intCompatMode)
  75.             FTPLogin (varHost, varUsername, varPassword, intPort, varFTPLogFile, intOverwriteLog, intPassiveMode)
  76.             FTPLoginEx (varHost, varUsername, varPassword, intPort, varFTPLogFile, intOverwriteLog, intPassiveMode, intCompatMode)
  77.             FTPRename (varFTPOldName, varFTPNewName, intSubDirs)
  78.             FTPUpload (varLocalFile, varRemoteFile, intTransType, intSubDirs)
  79.             FTPDownload (varRemoteFile, varLocalFile, intTransType, intSubDirs)
  80.             FTPDelete (varFTPFilename, intSubDirs)
  81.             FTPMakeDirectory (varDirectory)
  82.             FTPRemoveDirectory (varDirectory, intSubDirs)
  83.             FTPChangeDirectory (varNewDirectory)
  84.             FTPLogout
  85.             CheckForMail (varServer, varUsername, varPassword, intWaitingMailAction, intNoWaitingMailAction)
  86.             SendEmail (varServer, varUsername, varTo, varCC, varSubject, varBodyFilename, varAttachmentFilename)
  87.         Mouse Methods
  88.             MoveMouse (intXPos, intYPos)
  89.             LeftClick
  90.             LeftDblClick
  91.             LeftMouseDown
  92.             LeftMouseUp
  93.             RightClick
  94.             RightDblClick
  95.             RightMouseDown
  96.             RightMouseUp
  97.             MiddleClick
  98.             MiddleDblClick
  99.             MiddleMouseDown
  100.             MiddleMouseUp
  101.         File System Methods
  102.             AMCopyFile (varSourceFile, varDestFile)
  103.             AMMoveFile (varSourceFile, varDestFile)
  104.             AMRenameFile (varOldName, varNewName)
  105.             AMDeleteFile (varFilename)
  106.             AMMakeDir (varDirectory)
  107.             AMRemoveDir (varDirectory)
  108.             AMChangeDir (varDirectory)
  109.         Zip Methods
  110.             Zip (varFilesToZip, varFilesToExclude, varZipFilename, intIncludeSubDirs, intPreservePaths)
  111.             Unzip (varFileToUnzip, varUnzipPath, intOverwriteExisting, intPreservePaths)
  112.         Clipboard Methods
  113.             ClipboardCut
  114.             ClipboardCopy
  115.             ClipboardPaste
  116.             ClipboardClear
  117.         System Methods
  118.             RebootMachine
  119.             ShutdownMachine
  120.             QuitAutoMate
  121.             LogoffMachine
  122.             UpdateAutoMate (intUpdateLocation, varFTPServer, varNetworkPath, intShowProgress, intForceReboot)
  123.             Login (varUsername, varPassword, varDomainName, intNewDesktop, intInteractive, intLaunchExplorer, intLockMouse, intLockKeyboard)
  124.         Services Methods
  125.             StartService (varServiceName)
  126.             StopService (varServiceName)
  127.             PauseService (varServiceName)
  128.             ContService (varServiceName)
  129.             InstallService (varExecutable, varDisplayName, varUsername, varPassword, intErrorType, intServiceType, intRunType, intInteractive)
  130.             RemoveService (varServiceName, intStopFirst)
  131.         Flow Control Methods
  132.             Wait (intTimeToWait)
  133.             PromptUser (varText, intType, intActionOnOK, intFailOnCancel, intFailOnNo, varTaskToStart)
  134.             WaitForWindow (varWindowText, intExactMatch, intIncludeChildren, intWaitTime, intCheckInterval, intNoWindowAction, varTaskToStart)
  135.             WaitForWindowToDisappear (varWindowTitle, intExactMatch, intIncludeChildren, intWaitInfinite, intInterval, intWaitTime, intStillPresentAction,  varTaskToStart)
  136.             StartTask (varTaskName, intWaitUntilDone, intFailThis)
  137.             DisableThisTask
  138.         Security Methods
  139.             LockMouse
  140.             LockKeyboard
  141.             UnlockMouse
  142.             UnlockKeyboard
  143.             Password (varMessageText, varPassword, intMaxRetries)
  144.         Recording Methods
  145.             PlayMouse (varFilename)
  146.         BASIC Scripting Methods
  147.             RunScript (varFilename)
  148.         Methods of Action2
  149.             SendRawStep(varStep)
  150.             GetFocusedWindowName
  151.