Search found 6998 matches

by Marcus Tettmar
Tue Jun 10, 1997 11:00 pm
Forum: Scripts and Tips
Topic: How to call a script from another script
Replies: 0
Views: 20112

How to call a script from another script

Contributed By: Marcus Tettmar [email protected]
Submitted On: 11/06/97

To do this you can now use the macro> command :

Macro>scriptb
by Marcus Tettmar
Sat Jun 07, 1997 11:00 pm
Forum: Scripts and Tips
Topic: A Macro to Shutdown or Restart Windows
Replies: 1
Views: 21511

A Macro to Shutdown or Restart Windows

Contributed By: Marcus Tettmar mtettmar@mjtnet.com Submitted On: 08/06/97 For Windows 95/98 only. This script has been superseded by ShutDownWindow command. See next post. Press CTRL Press Esc Release CTRL Wait>1 Send Character/Text>u Wait>1 Send Character/Text>r Wait>1 Send Character/Text>y This ex...
by Marcus Tettmar
Tue May 20, 1997 11:00 pm
Forum: Scripts and Tips
Topic: Reset the registry using a previously exported registry file
Replies: 0
Views: 15393

Reset the registry using a previously exported registry file

Contributed By: Darwin J. Fedorick [email protected]
Submitted On: 21/05/97

Run Program>regedit.exe (your exported registry *.reg file here)
Wait>1
WaitWindowOpen>Registry Editor
Wait>1
SetFocus>Registry Editor
Wait>1
Press ALT
Wait>1
Press F4
Wait>1
Release ALT
by Marcus Tettmar
Tue May 20, 1997 11:00 pm
Forum: Scripts and Tips
Topic: Run scandisk on all drives
Replies: 0
Views: 14642

Run scandisk on all drives

Contributed By: Darwin J. Fedorick [email protected]
Submitted On: 21/05/97

Run Program>scandskw.exe /a /n
by Marcus Tettmar
Sat May 17, 1997 11:00 pm
Forum: Scripts and Tips
Topic: Script to retrieve mail and news using Forte Agent
Replies: 0
Views: 21091

Script to retrieve mail and news using Forte Agent

Contributed By: Marcus Tettmar mtettmar@mjtnet.com Submitted On: 18/05/97 Change Directory>C:\program files\agent\data Run Program>c:\program files\agent\agent.exe Wait>5 Press ALT Send Character/Text>on Release ALT Wait>5 Label>Connecting Wait>1 IfWindowOpen>Connecting to Demon,Connecting Label>Try...
by Marcus Tettmar
Thu May 15, 1997 11:00 pm
Forum: Scripts and Tips
Topic: Run DOS batch files and DOS commands.
Replies: 0
Views: 19428

Run DOS batch files and DOS commands.

Contributed By: Marcus Tettmar mtettmar@mjtnet.com Submitted On: 16/05/97 If you need to copy, move or delete files etc, an easy way is to create a DOS batch file and then use Run Program>batchfile.bat in your script. Alternatively you can even send commands straight to a DOS box, like this: Run Pro...
by Marcus Tettmar
Wed May 14, 1997 11:00 pm
Forum: Scripts and Tips
Topic: Defragment your hard drive on a scheduled basis
Replies: 0
Views: 15173

Defragment your hard drive on a scheduled basis

Contributed By: Marcus Tettmar [email protected]
Submitted On: 15/05/97

Run Program>defrag c:\
Wait>2
WaitWindowOpen>Disk Defragmenter
Wait>2
Press ALT
Send Character/Text>S
Release ALT
WaitWindowOpen>Disk Defragmenter
Wait>2
Press Enter
by Marcus Tettmar
Wed May 14, 1997 11:00 pm
Forum: Scripts and Tips
Topic: Play WAV files in your scripts to indicate starting/finishin
Replies: 0
Views: 16242

Play WAV files in your scripts to indicate starting/finishin

Contributed By: Paul Anderson
Submitted On: 15/05/97

This can now be achieved simply by using the PlayWav command :

PlayWav>chimes.wav
Sign up to our newsletter for free automation tips, tricks & discounts