* THIS IS A MACHINE GENERATED FILE - DO NOT MODIFY!!
*
******
Sample 01 - Introduction
6/2/1999 2:45:1 PM
0
0
0
1
0
9
1
0
2
START: "notepad.exe","",0,"",0,1
SEND: 1,"50",Welcome to AutoMate by Unisyn Software!{DELAY 3000}AutoMate is a favorite tool of IS professionals, developers, system integrators, power users, and end users who are looking to be able to build quick automation solutions without writing a single line of code!{DELAY 4000}The solutions you can build can be either very small....{DELAY 400}such as backing up files from your hard drive to the network.{DELAY 3000}...to very large, extensive automation solutions such as logging into databases and performing various operations. {DELAY 3000}The AutoMate task development environment is a toolkit comprised of common actions that a user would normally perform on a computer. AutoMate's convienent and intuitive "Step Builder" enables you to drag and drop task steps together in the order you want them to execute:{DELAY 5000}Examples of available actions to add as steps are:{DELAY 1000}"Start an Application" - "Open a Web Page", "Reboot the System", or Sendkeystrokes {(}like this task is doing{)}.When you are done adding the task steps in the 'Step Builder'-- press 'Save'.{DELAY 4000}The next step is to attach a "Trigger" {(}what makes the task run{)}, this can be a date/time, a hotkey {(}like F5{)}, a "Window Watcher" trigger {(}which runs the task when a certain window pops up{)}, "AutoKeys" {(}runs the task when a certain text is typed into any application{)}, Windows Startup/Shutdown, and many more.{DELAY 9000}It's that simple:{DELAY 500}First set up your Task Steps {(}he actions that the task performs when it runs{)}Then set up your Task Triggers {(}what makes the task run{)} {DELAY 5000}That's it! To get started -- press the button labeled 'New', and a "wizard" will walk you through the process that we just discussed. {DELAY 5000}Be sure to visit our AutoMate User Resource Center online for tips, tricks, discussion, sampleand support:http://www.unisyn.com/automate/user/For telephone technical support call 213-738-6966 during normal business hours.To order AutoMate call 888-7-UNISYN or 213-738-1700 Ext. 1Thanks for using AutoMate! We have worked hard to make this the system automation product you have been waiting for!-AutoMate Development Team, Unisyn Software, LLC
0
10
0
0
%^1
0
~00
1
0
0
0
16258
6/9/1999 2:45:1 PM
1
0
0
-1
-1
-1
3
Sample 02 - Manipulate a Window
6/2/1999 11:47:7 AM
0
0
0
1
0
9
1
0
5
START: "notepad.exe","",0,"",0,1
MAXIMIZE: "Notepad",0,0,0
MINIMIZE: "Untitled - Notepad",0,0,0
MAXIMIZE: "Notepad",0,0,0
RESTORE: "Untitled - Notepad",0,0,0
0
10
0
0
%^2
0
~00
1
0
0
0
thisisatest
16258
6/9/1999 11:47:7 AM
1
0
0
-1
-1
-1
3
Sample 05 - Open User Resource Center Website
6/2/1999 11:48:43 AM
0
0
0
1
0
9
1
0
1
WEBSITE: "http://www.unisyn.com/automate/user/"
0
10
0
0
%^5
0
~00
1
0
0
0
16256
6/9/1999 11:48:43 AM
1
0
0
-1
-1
-1
3
Sample 03 - Run a BASIC Script
6/21/1999 10:59:3 AM
0
0
0
1
0
9
1
0
1
SCRIPT: "%AMDIR%\sample1.BAS"
0
10
0
0
%^3
0
~00
1
0
0
0
16258
6/28/1999 10:59:3 AM
1
0
0
-1
-1
-1
3
Sample 06 - Play a sound
6/21/1999 10:59:25 AM
0
0
0
1
0
9
1
0
1
SOUND: "%AMDIR%\2010_09.wav",1
0
10
0
0
%^6
0
~00
1
0
0
0
16258
6/28/1999 10:59:25 AM
1
0
0
-1
-1
-1
3
Sample 04 - User Prompt, Reboot Machine
6/2/1999 11:36:41 AM
0
0
0
1
0
9
1
0
2
PROMPT: "Are you sure you want to reboot the machine? WARNING -- this is real, select no if you don't want to reboot.",2,2,0,1,""
OS: Reboot Computer
0
10
0
0
%^4
0
~00
1
0
0
0
16258
6/9/1999 11:36:41 AM
1
0
0
-1
-1
-1
3
Sample 07 - Message Box AutoMate directory
6/2/1999 2:39:48 PM
0
0
0
1
0
9
1
0
1
MESSAGE: "AutoMate is running in the directory %AMDIR%",1
0
10
0
0
%^7
0
~00
1
0
0
0
16258
6/9/1999 2:39:48 PM
1
0
0
-1
-1
-1
3
Sample 08 - InputBox and Sending Keys Old/New
6/21/1999 10:59:39 AM
0
0
0
1
0
9
1
0
5
MESSAGE: "In previous versions you had to use the BASIC scripting language to do simple variable input and output. Like this:",1
SCRIPT: "%AMDIR%\sample2.BAS"
INPUTTOVAR: "Sample AutoMate Input Box","Please enter your name","THENAME",0
START: "notepad.exe","",0,"",0,1
SEND: 1,"50",Hello {VAR thename} see,{DELAY 500} we did this the second time without writing a single line of BASIC code!
0
10
0
0
%^8
0
~00
1
0
0
0
16258
6/28/1999 10:59:39 AM
1
0
0
-1
-1
-1
3
Sample 09 - Get Clipboard Value And Show It
5/26/2000 5:43:24 PM
0
0
0
1
0
9
1
0
3
CREATEVAR: "CLIPVAL","",0
POPVARFROMCB: "CLIPVAL"
MESSAGE: "The current text contents of your clipboard is: !!CLIPVAL!!",1
0
10
0
0
%^9
0
~00
1
0
0
0
2
6/2/2000 5:43:24 PM
0
0
0
3
Sample 10 - Loop By Variable
5/26/2000 5:43:34 PM
0
0
0
1
16777226
9
1
0
8
CREATEVAR: "LOOPIT","0",0
CREATEVAR: "COUNTER","1",0
INPUTTOVAR: "Loop by variable","How many times do I run?","LOOPIT",0
IF: "!!LOOPIT!!",7,"",2,"",1,""
BEGINLOOP: ""
MESSAGE: "I am going to loop !!LOOPIT!! times, this is number !!COUNTER!!",1