Search found 5 matches
- Fri Nov 14, 2008 5:10 pm
- Forum: Technical / Scripting
- Topic: Open/Close CD Tray?
- Replies: 5
- Views: 7441
- Thu Nov 13, 2008 9:21 pm
- Forum: Technical / Scripting
- Topic: Open/Close CD Tray?
- Replies: 5
- Views: 7441
Open/Close CD Tray?
Is it possible to open/close the CD tray from a macro? I looked around and couldn't find it - thought I'd ask just in case I missed something.
Thanks!
Thanks!
- Wed Nov 12, 2008 2:04 pm
- Forum: Technical / Scripting
- Topic: Passing clipboard data into VBScript for processing?
- Replies: 4
- Views: 6183
Ah thanks for the tip - very useful linkmtettmar wrote:Don't forget to double quote existing quotes and remove line breaks before passing strings to VBScript. See:
http://www.mjtnet.com/blog/2008/07/24/quoting-quotes/
- Wed Nov 12, 2008 10:11 am
- Forum: Technical / Scripting
- Topic: Passing clipboard data into VBScript for processing?
- Replies: 4
- Views: 6183
I'm not your best source for VBscript but in this case I think I know the answer. Your VBEval line should read: VBEval>MyLower( "%text%" ),text1 Vbscript wants quotes around text and Macro Scheduler wants percents around the variable for proper evaluation. I would also like to point out that MAcro ...
- Tue Nov 11, 2008 11:49 pm
- Forum: Technical / Scripting
- Topic: Passing clipboard data into VBScript for processing?
- Replies: 4
- Views: 6183
Passing clipboard data into VBScript for processing?
Hi All, This is my first day using Macro Scheduler, read the tutorials and have been using it for a few hours. I want to write a macro to copy some text from the screen, manipulate it in some way (like uppercasing some words, formating others) and then replacing the selected text with the new format...