slightly_abnormal Posted March 12, 2006 Posted March 12, 2006 (edited) how can i create "run beta script" on context menu? for .au3 scripts.. the toggle is a pain, i'd rather have a context . i open it in scite but it's getting tiring. I dug through regedit, no matter what! i could not find any values for autoit (i do have it installed) soo.. so i look through toggle and guessed.. i need a little help Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\HKLM\Software\Classes\AutoIt3Script\Shell\Run\Command\beta] @="Run Beta Script" [HKEY_CLASSES_ROOT\HKLM\Software\Classes\AutoIt3Script\Shell\Run\Command\beta] @="\"C:\\autoit3\beta\Autoit3.exe\Autoit3.exe /in "%l"" Edited March 12, 2006 by slightly_abnormal
greenmachine Posted March 12, 2006 Posted March 12, 2006 Would this help at all?http://www.autoitscript.com/forum/index.ph...=12057&hl=cmenu
nitekram Posted March 12, 2006 Posted March 12, 2006 how can i create "run beta script" on context menu? for .au3 scripts.. the toggle is a pain, i'd rather have a context . i open it in scite but it's getting tiring. I dug through regedit, no matter what! i could not find any values for autoit (i do have it installed) soo.. so i look through toggle and guessed.. i need a little help Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\HKLM\Software\Classes\AutoIt3Script\Shell\Run\Command\beta] @="Run Beta Script" [HKEY_CLASSES_ROOT\HKLM\Software\Classes\AutoIt3Script\Shell\Run\Command\beta] @="\"C:\\autoit3\beta\Autoit3.exe\Autoit3.exe /in "%l"" I thought I read the new SciTE would run either one with different Include path. I do not know for sure but you might want to look. 2¢ All by me:"Sometimes you have to go back to where you started, to get to where you want to go." "Everybody catches up with everyone, eventually" "As you teach others, you are really teaching yourself." From my dad "Do not worry about yesterday, as the only thing that you can control is tomorrow." WIKI | Tabs; | Arrays; | Strings | Wiki Arrays | How to ask a Question | Forum Search | FAQ | Tutorials | Original FAQ | ONLINE HELP | UDF's Wiki | AutoIt PDF AutoIt Snippets | Multple Guis | Interrupting a running function | Another Send StringRegExp | StringRegExp Help | RegEXTester | REG TUTOR | Reg TUTOT 2 AutoItSetOption | Macros | AutoIt Snippets | Wrapper | Autoit Docs SCITE | SciteJump | BB | MyTopics | Programming | UDFs | AutoIt 123 | UDFs Form | UDF Learning to script | Tutorials | Documentation | IE.AU3 | Games? | FreeSoftware | Path_Online | Core Language Programming Tips Excel Changes ControlHover.UDF GDI_Plus Draw_On_Screen GDI Basics GDI_More_Basics GDI Rotate GDI Graph GDI CheckExistingItems GDI Trajectory Replace $ghGDIPDll with $__g_hGDIPDll DLL 101? Array via Object GDI Swimlane GDI Plus French 101 Site GDI Examples UEZ GDI Basic Clock GDI Detection Ternary operator
slightly_abnormal Posted March 13, 2006 Author Posted March 13, 2006 (edited) cmenu looks interesting.. oh i found it.. thanksI thought I read the new SciTE would run either one with different Include path. I do not know for sure but you might want to look.How?#include<beta/autoit3.exe> ??btw i'm still wondering how i can get that single context entree in their.. even the cmenu has it.. Edited March 13, 2006 by slightly_abnormal
nitekram Posted March 13, 2006 Posted March 13, 2006 cmenu looks interesting.. oh i found it.. thanksHow?#include<beta/autoit3.exe> ??btw i'm still wondering how i can get that single context entree in their.. even the cmenu has it..I thought it said something about not needing to toggle but to use one it was F5 - but I may be off base with what you are asking.Here is the post:http://www.autoitscript.com/forum/index.ph...topic=23007&hl= 2¢ All by me:"Sometimes you have to go back to where you started, to get to where you want to go." "Everybody catches up with everyone, eventually" "As you teach others, you are really teaching yourself." From my dad "Do not worry about yesterday, as the only thing that you can control is tomorrow." WIKI | Tabs; | Arrays; | Strings | Wiki Arrays | How to ask a Question | Forum Search | FAQ | Tutorials | Original FAQ | ONLINE HELP | UDF's Wiki | AutoIt PDF AutoIt Snippets | Multple Guis | Interrupting a running function | Another Send StringRegExp | StringRegExp Help | RegEXTester | REG TUTOR | Reg TUTOT 2 AutoItSetOption | Macros | AutoIt Snippets | Wrapper | Autoit Docs SCITE | SciteJump | BB | MyTopics | Programming | UDFs | AutoIt 123 | UDFs Form | UDF Learning to script | Tutorials | Documentation | IE.AU3 | Games? | FreeSoftware | Path_Online | Core Language Programming Tips Excel Changes ControlHover.UDF GDI_Plus Draw_On_Screen GDI Basics GDI_More_Basics GDI Rotate GDI Graph GDI CheckExistingItems GDI Trajectory Replace $ghGDIPDll with $__g_hGDIPDll DLL 101? Array via Object GDI Swimlane GDI Plus French 101 Site GDI Examples UEZ GDI Basic Clock GDI Detection Ternary operator
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now