Search found 712 matches

by CyberCitizen
Tue Jun 28, 2005 12:10 am
Forum: General Discussion
Topic: shortcut of the keyboard to open control panel of winXP?
Replies: 7
Views: 11012

Hello Caomeisanhao,

This may or may not be what you are after if you are just wanting to open the control panel, then see the above tips.

If you are wanting to open a control panel item, then have a look at the link below.

http://support.microsoft.com/kb/313808/EN-US/
by CyberCitizen
Mon Jun 27, 2005 1:31 am
Forum: Beginners
Topic: I still need help.
Replies: 4
Views: 5786

Hello Daniel, I Also Had This Issue At One Stage & Was Gettign 2 Varibles With The Same Data & Could Not Work Out Why. Turns Out That When I Was Copying The Data Into The Clipboard (Ctrl+C) It Was Taking About A Second. By Placing A Wait Command After The Copy, & Also One After The GetClipBoard This...
by CyberCitizen
Tue Jun 21, 2005 1:03 am
Forum: General Discussion
Topic: Audio Mute and Unmute
Replies: 7
Views: 14744

Here Is The Script I Use. Has Been Tested & Does Work. I Have Attached A Link To The EXE Below The Script. Dialog>Wizmo_Control Caption=Windows Wizmo Control Top=120 Width=355 Left=16 Height=198 Label=Windows Wizmo Control,8,8 Button=Mute,8,32,105,57,1 Button=UnMute,8,96,105,57,2 Button=Volume 50%CR...
by CyberCitizen
Mon Jun 20, 2005 6:00 am
Forum: General Discussion
Topic: Audio Mute and Unmute
Replies: 7
Views: 14744

Sorry Wrote The Post Pretty Quickly, Give This A Try.
Run Program>c:\wizmo.exe mute=1
Run Program>c:\wizmo.exe mute=0

Run Program>c:\wizmo.exe mute=1 c:\wizmo.exe mute=0 c:\wizmo.exe volume=50 <-- This Will Set The Volume To 50%

Just Make Sure That You Remove All The Trailing Spaces.
by CyberCitizen
Mon Jun 20, 2005 1:08 am
Forum: General Discussion
Topic: Audio Mute and Unmute
Replies: 7
Views: 14744

You Could Try http://www.grc.com/wizmo/wizmo.htm

Then Use A Macro To Call The Mute/UnMute Command.

Eg.
RunProgram>Wizmo mute=1 Wizmo mute=0 <-- Will Unmute The Sound.

You Can Then Write This Into Your Script Anywhere You Want.
by CyberCitizen
Fri Jun 10, 2005 5:55 am
Forum: Beginners
Topic: Macro not adhering to wait commands...
Replies: 12
Views: 15845

Hello Brearley, Assuming That The Program Your Are Executing In Your Script Has The Window Title Item1.exe Try Something Like This Run Program>C:\test\Item1.exe WaitWindowClosed>Item1.exe Executefile>c:\windows\system32\ssmypics.scr Example Script Run Program>winver WaitWindowClosed>About Windows Ex...
by CyberCitizen
Fri Jun 10, 2005 2:57 am
Forum: Enhancement Suggestions
Topic: Easy Center Dialog Box Option
Replies: 4
Views: 10095

Hello kpassaur,

I Suggest You Have A Look At This Post. http://www.mjtnet.com/forum/viewtopic.p ... ight=#7409
by CyberCitizen
Thu Jun 09, 2005 7:36 am
Forum: Enhancement Suggestions
Topic: Reporting Bugs and Feature Requests
Replies: 10
Views: 18861

support wrote:Yes you can add additional comments to someone elses report. Just open up a bug report and add your comments to the additional comments box and hit submit.
Doesn't Work, Received This Error Message: You cannot change this bug.
by CyberCitizen
Thu Jun 09, 2005 5:23 am
Forum: Technical / Scripting
Topic: Issue With Macro Scheduler Pro v7.3.10.4 & Alt+Tab
Replies: 21
Views: 23367

Thank you for the response, I have edited my last post & removed the comment about customer service as bug tracker has now been fixed & I am able to report the bug. If you have a priority issue raise a support ticket. Don't complain about our customer service if you haven't! Sorry I Was Just Getting...
by CyberCitizen
Thu Jun 09, 2005 4:08 am
Forum: General Discussion
Topic: Replace Icon in a compliled macro
Replies: 7
Views: 11447

You Could Alway's Try http://www.microangelo.us/

I Haven't Tested It My Self As I Am At Work, But It Might Be An Option Until The MS Feature Is Added.
by CyberCitizen
Wed Jun 08, 2005 6:25 am
Forum: Technical / Scripting
Topic: How to write comma delimited text file
Replies: 6
Views: 7792

RE: How to write comma delimited text file

Hello regusrms7, Give This A Try WriteLn>c:\temp\logs\test.txt,result,%value1%,%value2%,%filename% You Could Also Call The File A csv File, Therefore It Will Open In Excel For You. This Is What I Use In One Of My Macros Which Works Fine. WriteLn>C:\History\Completion.csv,result,%date%,%Hour%:%Minute...
by CyberCitizen
Wed Jun 08, 2005 3:44 am
Forum: Technical / Scripting
Topic: Issue With Macro Scheduler Pro v7.3.10.4 & Alt+Tab
Replies: 21
Views: 23367

It's An Inprovement, However This Does Not Really Help When I Create Standalone EXE's Still Waiting A Reply From Support, I Guess I Will Never Get One. Both Regarding The BugTracker & This Issue. Support Have Fixed The Bug Tracker Issue So I Can Now Register & Report This Bug. Hello Mike, Which vers...
by CyberCitizen
Wed Jun 08, 2005 3:42 am
Forum: Enhancement Suggestions
Topic: Reporting Bugs and Feature Requests
Replies: 10
Views: 18861

Hello mmorrison,

Yes That Was Me I Also Can Not Login/Register To The Bug Tracker, Therefore I Can Not Report The Bug That I Have Found. I Have Also PM'd The Support Acct & Never Got A Reply.

Would Like An Update On This Myself.
by CyberCitizen
Tue Jun 07, 2005 10:54 am
Forum: Technical / Scripting
Topic: Issue With Macro Scheduler Pro v7.3.10.4 & Alt+Tab
Replies: 21
Views: 23367

Does the icon cause you any harm other than the visual disconfort? Yes It Causes Trouble When Obtaining The Data We Use & Then Having To Alt Tab & Paste It Into Another Window, Because Alt Tab Will Do Nothing As It Selects The MS Icon This Makes It Annoying For The Users Of The Program. One thing f...
by CyberCitizen
Tue Jun 07, 2005 6:21 am
Forum: Technical / Scripting
Topic: Issue With Macro Scheduler Pro v7.3.10.4 & Alt+Tab
Replies: 21
Views: 23367

http://users.esc.net.au/~michaelallen/images/AltTab_And_SystemTray.jpg Here is the problem I am having. The Macro is not running yet it is still appearing in the Alt Tab Menu. This was not always the case & would like to know when it will be fixed. I have attempted to register my email with the bug...
Sign up to our newsletter for free automation tips, tricks & discounts