AppleScripting equivalent on Windows?

Want to just shoot the breeze? Forum 42 is the place!

Moderator: Moderators

Post Reply
lifeisbetterwithketchup
Senior Member
Posts: 2180
Joined: Fri Jul 21, 2006 12:08 pm
Steam ID: lifeisbetterwithketchup
Location: Illinois. Whee.

AppleScripting equivalent on Windows?

Post by lifeisbetterwithketchup »

Is there anything similar to AppleScripting that is for Windows XP?

All I would need is something that opens and runs a program, clicks something, waits a few hours, then closes it and opens another program and does something in that.
Rekarp wrote:
mako321 wrote:What makes you head ninja, anyways? :wink:
Cause I am Abe F#!@ing Lincoln. :mrgreen:
bicostp
Moderator
Posts: 10491
Joined: Mon Mar 07, 2005 5:47 pm
Steam ID: bicostp
Location: Spamalot
Contact:

Post by bicostp »

Ah, Applescript. I remember those days. All the hours put into a rock/paper/scissors game... That was hot stuff when it was new.

The closest Windows equivalent I can think of is batch files. (A file full of command-line strings.) You could also use a program like AutoHotKey, or some other scripting software, but I haven't used them myself. (Except for an AutoHotKey script to map my remote control to the keyboard.)
NiN^_^NiN
Posts: 494
Joined: Fri May 07, 2004 3:54 am
Location: Australia
Contact:

Post by NiN^_^NiN »

VB Script can be run on a PC system with Windows Script Host

It's very handy and is exactly what applescript is for windows really just not as os specific it uses VBScript and JavaScript
ATOMICMAN
Posts: 467
Joined: Thu Nov 09, 2006 10:45 am

Post by ATOMICMAN »

not sure exactly what you want to do but this might work.

http://www.freewareweb.com/cgi-bin/archive.cgi?ID=1506
blackbox_dev
Senior Member
Posts: 1906
Joined: Sun Jan 15, 2006 5:19 pm
Location: Formerly known as iam7805

Post by blackbox_dev »

VB Script. Basically it's a file with a .vbs extension that can run (limited) Visual Basic code.

Tutorial: http://www.intranetjournal.com/corner/wrox/progref/vbt/
I'd imagine right now you wish you were a cuttlefish...
lifeisbetterwithketchup
Senior Member
Posts: 2180
Joined: Fri Jul 21, 2006 12:08 pm
Steam ID: lifeisbetterwithketchup
Location: Illinois. Whee.

Post by lifeisbetterwithketchup »

OK, I guess what I was thinking of wasn't AppleScript. :lol:

Like I said in my initial post, I need something that can open an application, then click on something in it, wait a while, then close it and open something else and do something in that.

Sorry if this sounds confusing; I guess I'm not exactly sure what I'm looking for.
Rekarp wrote:
mako321 wrote:What makes you head ninja, anyways? :wink:
Cause I am Abe F#!@ing Lincoln. :mrgreen:
Post Reply