Search found 6996 matches

by Marcus Tettmar
Wed Apr 29, 1998 11:00 pm
Forum: Scripts and Tips
Topic: Copy Internet Emails from Eudora to Officepower Email
Replies: 0
Views: 8803

Copy Internet Emails from Eudora to Officepower Email

Contributed By: Mark mark@weymouth.gov.uk Submitted On: 30/04/98 Rem>copies internet emails from eudora to officepower email Rem>Have used findwindow instead of setfocus as there is more than one window with the same name Rem>Used op paste in final clipboard paste instead of variable clip, as GetCli...
by Marcus Tettmar
Tue Apr 28, 1998 11:00 pm
Forum: Scripts and Tips
Topic: Use Winzip to Backup your files using the date as a filename
Replies: 0
Views: 8455

Use Winzip to Backup your files using the date as a filename

Contributed By: Ali Shah alishah@mcmail.com Submitted On: 29/04/98 Run Program>G:\Program Files\WinZip\Winzip32.exe WaitWindowOpen>WinZip Press CTRL Send Character/Text>n Release CTRL Send Character/Text>c:\iparc\File backup of My Documents Month>month Day>day Year>year Send Character/Text>%day%-%mo...
by Marcus Tettmar
Fri Apr 24, 1998 11:00 pm
Forum: Scripts and Tips
Topic: Changing the Desktop Wallpaper
Replies: 0
Views: 9007

Changing the Desktop Wallpaper

by Marcus Tettmar
Fri Apr 24, 1998 11:00 pm
Forum: Scripts and Tips
Topic: Download a File using Internet Explorer 3.05
Replies: 0
Views: 9396

Download a File using Internet Explorer 3.05

Contributed By: Marcus Tettmar mtettmar@mjtnet.com Submitted On: 25/04/98 //This script shows how to automate Internet Explorer to download //a file from the Internet.  In this case it is a .zip file. //You may want to insert a call to another macro here to //dial up to the Internet. And likew...
by Marcus Tettmar
Mon Apr 13, 1998 11:00 pm
Forum: Scripts and Tips
Topic: Automate Install of Microsoft Powerpoint Viewer
Replies: 0
Views: 8368

Automate Install of Microsoft Powerpoint Viewer

Contributed By: Guy Tanzer [email protected]
Submitted On: 14/04/98

Download Script & Associated Files Here
by Marcus Tettmar
Mon Apr 13, 1998 11:00 pm
Forum: Scripts and Tips
Topic: Automate Install of Microsoft Word Viewer
Replies: 0
Views: 8900

Automate Install of Microsoft Word Viewer

Contributed By: Guy Tanzer [email protected]
Submitted On: 14/04/98

Download Script & Associated Files Here
by Marcus Tettmar
Mon Apr 06, 1998 11:00 pm
Forum: Scripts and Tips
Topic: A Script to send Mails with the Win95-Telnet-Client
Replies: 0
Views: 10424

A Script to send Mails with the Win95-Telnet-Client

Contributed By: Markus Birth Robo.Cop@gmx.net Submitted On: 07/04/98 First prepare an INI-File. I've got one for all scripts called Config.ini in my Macro Scheduler dir. The Config.ini has to look as follows: [Mail] ;Mailserver (SMTP) to use (Port 25) SMTP=mail.prohosting.com ;Domain for the HELO co...
by Marcus Tettmar
Thu Apr 02, 1998 11:00 pm
Forum: Scripts and Tips
Topic: Get Directory File Count - Example of the use of llc (Script
Replies: 0
Views: 10051

Get Directory File Count - Example of the use of llc (Script

Contributed By: Larry D Woods lwoods@revealed.net Submitted On: 03/04/98 Using llc to get directory file count Use llc (http://www.mjtnet.com/forum/viewtopic.php?t=1550) to help you determine the number of files in a directory and create an ini file that can interrogate it. dir /b *.txt | llc [TEXT]...
by Marcus Tettmar
Thu Apr 02, 1998 11:00 pm
Forum: Scripts and Tips
Topic: DOS / Windows Utility - llc - Count lines in a Text (ASCII)
Replies: 0
Views: 15317

DOS / Windows Utility - llc - Count lines in a Text (ASCII)

Contributed By: Larry D Woods lwoods@revealed.net Submitted On: 03/04/98 Note: With version 5.0 it is now possible to count the number of lines in a file using ReadLn : Let>count=0 Label>Start Let>count=count+1 ReadLn>c:\..\myfile.txt,count,line If>line=##EOF##,end Goto>Start Label>end Message>Numbe...
by Marcus Tettmar
Sat Mar 14, 1998 12:00 am
Forum: Scripts and Tips
Topic: Open Wordpad with the default font of your choice
Replies: 0
Views: 10491

Open Wordpad with the default font of your choice

Contributed By: Bob Williams [email protected]
Submitted On: 14/03/98

Run Program>C:\Program Files\Accessories\Wordpad.exe
WaitWindowOpen>Document - WordPad
Press ALT
Send Character/Text>o
Release ALT
Send Character/Text>f
WaitWindowOpen>Font
Send Character/Text>Tahoma
Press Enter
Sign up to our newsletter for free automation tips, tricks & discounts