Search found 8 matches
- Tue Apr 11, 2006 4:16 pm
- Forum: Beginners
- Topic: Rename Variable File Name
- Replies: 4
- Views: 6465
- Tue Apr 11, 2006 1:59 pm
- Forum: Beginners
- Topic: Rename Variable File Name
- Replies: 4
- Views: 6465
Rename Variable File Name
I'm trying to rename a file that is saved to a directory every 5 minutes. The file name, for example is: 3823j66.jpg.
I tried doing a:
MoveFile>C:\Outgoing\*.jpg,C:\Outgoing\myfilename.jpg
But no luck.
Any suggestions, examples?
Thanks,
Jon
I tried doing a:
MoveFile>C:\Outgoing\*.jpg,C:\Outgoing\myfilename.jpg
But no luck.
Any suggestions, examples?
Thanks,
Jon
- Thu Nov 03, 2005 1:20 pm
- Forum: Beginners
- Topic: Close all windows in taskbar
- Replies: 0
- Views: 3581
Close all windows in taskbar
Anyone know the code to close ALL windows (ie: photoshop, IE, Notepad, etc) in the taskbar? Also, when/if a program asks, "Do you want to save file,* before closing," answer Yes, and close out gracefully... for all apps in taskbar.
I want to execute this command before I run my script.
thanks,
jon
I want to execute this command before I run my script.
thanks,
jon
- Wed Nov 02, 2005 11:00 am
- Forum: Beginners
- Topic: Open Internet Explorer, Login, Navigate to Page, Grab File
- Replies: 3
- Views: 6381
- Tue Nov 01, 2005 9:50 pm
- Forum: Beginners
- Topic: Open Internet Explorer, Login, Navigate to Page, Grab File
- Replies: 3
- Views: 6381
Open Internet Explorer, Login, Navigate to Page, Grab File
I'm trying to write a script that will login to a defined web page, then go to the "download.asp" page and download a file (run.exe). I'm a total noob... Just need some direction. Step 1) I know how to open Internet Explorer Run Program> C:\Program Files\Internet Explorer\iexplore.exe http://localho...
- Tue Nov 01, 2005 12:03 am
- Forum: Beginners
- Topic: How to open a folder?
- Replies: 2
- Views: 6378
- Mon Oct 31, 2005 9:34 pm
- Forum: Beginners
- Topic: How to open a folder?
- Replies: 2
- Views: 6378
How to open a folder?
Seems fairly simple but I coulndn't find it in the documentation.
I just want to open a folder that will display on the desktop.
right now I type in: start > run > D:\www\sites ... and this folder opens
How do I do this is mscheduler?
Thanks
jon
I just want to open a folder that will display on the desktop.
right now I type in: start > run > D:\www\sites ... and this folder opens
How do I do this is mscheduler?
Thanks
jon
- Mon Oct 24, 2005 12:43 pm
- Forum: Beginners
- Topic: Find Text on a button in applications
- Replies: 1
- Views: 4247
Find Text on a button in applications
Hello, Very newbie here, so excuse the ignorance... I'm trying figure out if there's a way to find text on an applications and execute the commands from msched pro. What I'm trying to do is run a sequence of commands that will accomplish, lets say, encode a video to WMV. I know I can use the msched ...