Search found 6998 matches

by Marcus Tettmar
Tue Nov 13, 2001 12:00 am
Forum: Scripts and Tips
Topic: Reset multiple NT domain passwords
Replies: 0
Views: 8916

Reset multiple NT domain passwords

Contributed By: Paul Graham pwg_graham@hotmail.com Submitted On: 13/11/01 ' This is the NT Password reset section ' Get initial variables Inp>usersloc,Please locate the text file containing usernames ' Open User Manager. Customise this section to ' Open User Manager on your own machine Label>ntpassw...
by Marcus Tettmar
Wed Aug 23, 2000 11:00 pm
Forum: Scripts and Tips
Topic: Closing Outlook Express
Replies: 0
Views: 9423

Closing Outlook Express

by Marcus Tettmar
Mon Aug 21, 2000 11:00 pm
Forum: Scripts and Tips
Topic: Set/Change the Default Printer
Replies: 0
Views: 7915

Set/Change the Default Printer

Contributed By: Marcus Tettmar mtettmar@mjtnet.com Submitted On: 22/08/00 //Enter the name of the printer you want to be //the default on the next line Let>DefaultPrinter=HP DeskJet 690C Press CTRL Press Esc Release CTRL Send>sp WaitWindowOpen>Printers Send>DefaultPrinter Press ALT Send>ff Release A...
by Marcus Tettmar
Mon Aug 21, 2000 11:00 pm
Forum: Scripts and Tips
Topic: Get Free Disk Space
Replies: 0
Views: 8239

Get Free Disk Space

by Marcus Tettmar
Fri Aug 18, 2000 11:00 pm
Forum: Scripts and Tips
Topic: Collection of Computer Automation Scripts
Replies: 0
Views: 9321

Collection of Computer Automation Scripts

Contributed By: Clarence Bos [email protected]
Submitted On: 19/08/00

A series of macros to automate weekly disk maintenance, backup files and publish to web site.
http://www.execulink.com/~cbos/2000/com ... cripts.htm
by Marcus Tettmar
Fri Aug 18, 2000 11:00 pm
Forum: Scripts and Tips
Topic: Purge TMP files that are older than X days
Replies: 0
Views: 7685

Purge TMP files that are older than X days

Contributed By: Marcus Tettmar mtettmar@mjtnet.com Submitted On: 19/08/00 Let>tempdir=c:\ emp Let>xdays=7 IfFileExists>c:\ emplist.txt,deltemplist Goto>continue Label>deltemplist DeleteFile>c:\ emplist.txt Label>continue IfFileExists>c:\ emplogfile.txt,dellogfile Goto>continue2 Label>dellogfile Dele...
by Marcus Tettmar
Fri Aug 18, 2000 11:00 pm
Forum: Scripts and Tips
Topic: Unattended automatic hard drive backup using Winzip
Replies: 0
Views: 8919

Unattended automatic hard drive backup using Winzip

Contributed By: Curt Hauge chc@mninter.net Submitted On: 19/08/00 Remark>This is an unattended automatic backup macro designed by Curt Hauge. Remark>Please distribute and make changes freely, with all remarks intact. I would be Remark>interested to hear about changes and improvements you make at chc...
by Marcus Tettmar
Sat Feb 05, 2000 12:00 am
Forum: Scripts and Tips
Topic: Counting Web hits from WinNT4.0 (IIS) LogFiles, recording in
Replies: 0
Views: 7916

Counting Web hits from WinNT4.0 (IIS) LogFiles, recording in

Contributed By: Stephen E. DeLong delong@uamail.albany.edu Submitted On: 05/02/00 !A program to check the Web server log !Retrieve name of yesterday's log (modify appropriately) ExecuteFile>E:\Winnt\system32\LogFiles\yesterday.txt WaitWindowOpen>yesterday.txt - Notepad Press ALT Send Character/Text>...
by Marcus Tettmar
Sat Feb 05, 2000 12:00 am
Forum: Scripts and Tips
Topic: Clearing memory & disk caches in Netscape 4.x and above
Replies: 0
Views: 7417

Clearing memory & disk caches in Netscape 4.x and above

Contributed By: Stephen E. DeLong delong@uamail.albany.edu Submitted On: 05/02/00 !Clear the Netscape memory & disk caches Run>C:\Netscape\Communicator\Program\ etscape.exe WaitWindowOpen>GIF image 288x160 pixels - Netscape SetFocus>GIF image 288x160 pixels - Netscape Wait>10 Press ALT Send Characte...
by Marcus Tettmar
Sat Feb 05, 2000 12:00 am
Forum: Scripts and Tips
Topic: Automatic donation to The Hunger Site
Replies: 0
Views: 8185

Automatic donation to The Hunger Site

Contributed By: Stephen E. DeLong delong@uamail.albany.edu Submitted On: 05/02/00 !Donate food through The Hunger Site ![substitute the path to your browser] Run>C:\Netscape\Communicator\Program\ netscape.exe WaitWindowOpen>Netscape* SetFocus>Netscape* Wait>10 !Activate dialog box for Open Page Pres...
by Marcus Tettmar
Thu Apr 29, 1999 11:00 pm
Forum: Scripts and Tips
Topic: Run Macro on the first Mon, Tue, Wed, ... of the month
Replies: 0
Views: 9262

Run Macro on the first Mon, Tue, Wed, ... of the month

Contributed By: Sam Cole scole@entergy.com Submitted On: 30/04/99 ///Following runs macros on the first Tuesday(this_day) of the month. ///Assumes system date starts with mm GetDate>today MidStr>today,1,2,mth DayOfWeek>this_day If>this_day=3,Date_Chk Goto>End Label>Date_Chk Let>chk_date=today Sub>ch...
by Marcus Tettmar
Thu Apr 29, 1999 11:00 pm
Forum: Scripts and Tips
Topic: Run macros at end of quarter
Replies: 0
Views: 8087

Run macros at end of quarter

Contributed By: Sam Cole [email protected]
Submitted On: 30/04/99

//set this macro to run on the 1 day of each month

month>mth
let>mths=01-04-07-10
let>qtr_mth=0
position>mth,mths,1,qtr_mth
if>qtr_mth=0,End
message>End of Quarter
Label>End
Sign up to our newsletter for free automation tips, tricks & discounts