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.
AppleScripting equivalent on Windows?
Moderator: Moderators
-
lifeisbetterwithketchup
- Senior Member
- Posts: 2180
- Joined: Fri Jul 21, 2006 12:08 pm
- Steam ID: lifeisbetterwithketchup
- Location: Illinois. Whee.
AppleScripting equivalent on Windows?
Rekarp wrote:Cause I am Abe F#!@ing Lincoln.mako321 wrote:What makes you head ninja, anyways?
-
bicostp
- Moderator
- Posts: 10491
- Joined: Mon Mar 07, 2005 5:47 pm
- Steam ID: bicostp
- Location: Spamalot
- Contact:
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.)
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.)
Twitter
http://www.pcwgaming.com" onclick="window.open(this.href);return false;
If you want a Dropbox account, please use my referral link
http://www.pcwgaming.com" onclick="window.open(this.href);return false;
If you want a Dropbox account, please use my referral link
not sure exactly what you want to do but this might work.
http://www.freewareweb.com/cgi-bin/archive.cgi?ID=1506
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
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/
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.
OK, I guess what I was thinking of wasn't AppleScript. 
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.
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:Cause I am Abe F#!@ing Lincoln.mako321 wrote:What makes you head ninja, anyways?