home *** CD-ROM | disk | FTP | other *** search
/ Net Power 2000 #9 / Net2.iso / Utility / automate.exe / %MAINDIR% / automate.otd < prev    next >
Encoding:
Text File  |  2000-07-27  |  5.4 KB  |  148 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.             FTPQuickRetrieve (varHost, varUsername, varPassword, intPort, varLocalFile, varRemoteFile, varFTPLogFile, intOverwriteLog)
  73.             FTPLogin (varHost, varUsername, varPassword, intPort, varFTPLogFile, intOverwriteLog, intPassiveMode)
  74.             FTPRename (varFTPOldName, varFTPNewName, intSubDirs)
  75.             FTPUpload (varLocalFile, varRemoteFile, intTransType, intSubDirs)
  76.             FTPDownload (varRemoteFile, varLocalFile, intTransType, intSubDirs)
  77.             FTPDelete (varFTPFilename, intSubDirs)
  78.             FTPMakeDirectory (varDirectory)
  79.             FTPRemoveDirectory (varDirectory, intSubDirs)
  80.             FTPChangeDirectory (varNewDirectory)
  81.             FTPLogout
  82.             CheckForMail (varServer, varUsername, varPassword, intWaitingMailAction, intNoWaitingMailAction)
  83.             SendEmail (varServer, varUsername, varTo, varCC, varSubject, varBodyFilename, varAttachmentFilename)
  84.         Mouse Methods
  85.             MoveMouse (intXPos, intYPos)
  86.             LeftClick
  87.             LeftDblClick
  88.             LeftMouseDown
  89.             LeftMouseUp
  90.             RightClick
  91.             RightDblClick
  92.             RightMouseDown
  93.             RightMouseUp
  94.             MiddleClick
  95.             MiddleDblClick
  96.             MiddleMouseDown
  97.             MiddleMouseUp
  98.         File System Methods
  99.             AMCopyFile (varSourceFile, varDestFile)
  100.             AMMoveFile (varSourceFile, varDestFile)
  101.             AMRenameFile (varOldName, varNewName)
  102.             AMDeleteFile (varFilename)
  103.             AMMakeDir (varDirectory)
  104.             AMRemoveDir (varDirectory)
  105.             AMChangeDir (varDirectory)
  106.         Zip Methods
  107.             Zip (varFilesToZip, varFilesToExclude, varZipFilename, intIncludeSubDirs, intPreservePaths)
  108.             Unzip (varFileToUnzip, varUnzipPath, intOverwriteExisting, intPreservePaths)
  109.         Clipboard Methods
  110.             ClipboardCut
  111.             ClipboardCopy
  112.             ClipboardPaste
  113.             ClipboardClear
  114.         System Methods
  115.             RebootMachine
  116.             ShutdownMachine
  117.             QuitAutoMate
  118.             LogoffMachine
  119.             UpdateAutoMate (intUpdateLocation, varFTPServer, varNetworkPath, intShowProgress, intForceReboot)
  120.             Login (varUsername, varPassword, varDomainName, intNewDesktop, intInteractive, intLaunchExplorer, intLockMouse, intLockKeyboard)
  121.         Services Methods
  122.             StartService (varServiceName)
  123.             StopService (varServiceName)
  124.             PauseService (varServiceName)
  125.             ContService (varServiceName)
  126.             InstallService (varExecutable, varDisplayName, varUsername, varPassword, intErrorType, intServiceType, intRunType, intInteractive)
  127.             RemoveService (varServiceName, intStopFirst)
  128.         Flow Control Methods
  129.             Wait (intTimeToWait)
  130.             PromptUser (varText, intType, intActionOnOK, intFailOnCancel, intFailOnNo, varTaskToStart)
  131.             WaitForWindow (varWindowText, intExactMatch, intIncludeChildren, intWaitTime, intCheckInterval, intNoWindowAction, varTaskToStart)
  132.             WaitForWindowToDisappear (varWindowTitle, intExactMatch, intIncludeChildren, intWaitInfinite, intInterval, intWaitTime, intStillPresentAction,  varTaskToStart)
  133.             StartTask (varTaskName, intWaitUntilDone, intFailThis)
  134.             DisableThisTask
  135.         Security Methods
  136.             LockMouse
  137.             LockKeyboard
  138.             UnlockMouse
  139.             UnlockKeyboard
  140.             Password (varMessageText, varPassword, intMaxRetries)
  141.         Recording Methods
  142.             PlayMouse (varFilename)
  143.         BASIC Scripting Methods
  144.             RunScript (varFilename)
  145.         Methods of Action2
  146.             SendRawStep(varStep)
  147.             GetFocusedWindowName
  148.