| Author |
Message |
Topic: The Master Script (Collect/Keybind/Autostart any scripts) |
small_c0d3r
Replies: 27
Views: 3680
|
Forum: Scripts & Functions Posted: Mon May 30, 2011 11:48 am Subject: The Master Script (Collect/Keybind/Autostart any scripts) |
I developed a spinoff that should also be really useful to non-AHK-users. Read more about it in the first post.
Anyway, I call it AppStarter, and it basically lets you add & keybind ANY file, s ... |
Topic: The Master Script (Collect/Keybind/Autostart any scripts) |
small_c0d3r
Replies: 27
Views: 3680
|
Forum: Scripts & Functions Posted: Tue Dec 07, 2010 5:57 am Subject: The Master Script (Collect/Keybind/Autostart any scripts) |
to add the scripts to start-up;
1. place scripts in the folder containing the masterscript script
2. run masterscript.ahk
3. in the gui that shall pop-up select the scripts to run on startup, or to ... |
Topic: The Master Script (Collect/Keybind/Autostart any scripts) |
small_c0d3r
Replies: 27
Views: 3680
|
Forum: Scripts & Functions Posted: Sun Dec 05, 2010 10:20 pm Subject: The Master Script (Collect/Keybind/Autostart any scripts) |
righteo then
heres an example of how the dyamic tabs would be scripted works with different numbers of scripts/tab;
CreateGUI:
MaxProgsPerTab=15 ; would be set through an iniread of the setti ... |
Topic: The Master Script (Collect/Keybind/Autostart any scripts) |
small_c0d3r
Replies: 27
Views: 3680
|
Forum: Scripts & Functions Posted: Sun Nov 28, 2010 6:18 am Subject: The Master Script (Collect/Keybind/Autostart any scripts) |
yeah thats exactly wat i'm after
question regarding future features;
wouldn't there have to be a way for the script to decipher between two scripts of the same name but different directories
Qu ... |
Topic: The Master Script (Collect/Keybind/Autostart any scripts) |
small_c0d3r
Replies: 27
Views: 3680
|
Forum: Scripts & Functions Posted: Sat Nov 27, 2010 6:06 am Subject: The Master Script (Collect/Keybind/Autostart any scripts) |
thnx for the reference
btw how does this script handle with the adding or removing of a script from the folder
cause i played more with the old release and discovered a way to keep all data together ... |
Topic: The Master Script (Collect/Keybind/Autostart any scripts) |
small_c0d3r
Replies: 27
Views: 3680
|
Forum: Scripts & Functions Posted: Fri Nov 26, 2010 6:00 am Subject: The Master Script (Collect/Keybind/Autostart any scripts) |
Another problem found too: The scripts are "sved" too much ackording to position rather than name, so that if a script is added, it might get the hotkeys of another script. Gotta test that ... |
Topic: function to retrieve button name:How To Do |
small_c0d3r
Replies: 4
Views: 128
|
Forum: Ask for Help Posted: Fri Nov 26, 2010 3:32 am Subject: function to retrieve button name:How To Do |
| thnx very much for all the help |
Topic: function to retrieve button name:How To Do |
small_c0d3r
Replies: 4
Views: 128
|
Forum: Ask for Help Posted: Thu Nov 25, 2010 7:21 am Subject: function to retrieve button name:How To Do |
i am trying to improve a script and i have been asked is there an easy way to create unlimited amounts of subroutines for a variable amount of buttons;
My theoreticalsolution;
1 set each button to t ... |
Topic: The Master Script (Collect/Keybind/Autostart any scripts) |
small_c0d3r
Replies: 27
Views: 3680
|
Forum: Scripts & Functions Posted: Thu Nov 25, 2010 7:06 am Subject: The Master Script (Collect/Keybind/Autostart any scripts) |
update on the multi gui section;
CreateGUI_Stage1:
;the first peice doesn't have to reside in this area but it is added here for easier editing as it is part of the gui creation process
Files ... |
Topic: Coding tray icons for different modes |
small_c0d3r
Replies: 1
Views: 106
|
Forum: Ask for Help Posted: Thu Nov 25, 2010 1:27 am Subject: Coding tray icons for different modes |
| when ur script is in each state just add the Menu, Tray, Icon,Filename command |
Topic: The Master Script (Collect/Keybind/Autostart any scripts) |
small_c0d3r
Replies: 27
Views: 3680
|
Forum: Scripts & Functions Posted: Thu Nov 25, 2010 12:53 am Subject: The Master Script (Collect/Keybind/Autostart any scripts) |
i did a bit of testing and found a way to make multiple windows but it still needs a bit of work;
CreateGUI:
;the first peice doesn't have to reside in this area but it is added here for easier ... |
Topic: The Master Script (Collect/Keybind/Autostart any scripts) |
small_c0d3r
Replies: 27
Views: 3680
|
Forum: Scripts & Functions Posted: Wed Nov 24, 2010 8:28 am Subject: The Master Script (Collect/Keybind/Autostart any scripts) |
| and your script has come in very handy as it has declutered my startup folder |
Topic: The Master Script (Collect/Keybind/Autostart any scripts) |
small_c0d3r
Replies: 27
Views: 3680
|
Forum: Scripts & Functions Posted: Wed Nov 24, 2010 8:25 am Subject: The Master Script (Collect/Keybind/Autostart any scripts) |
QUESTION: is there a way to make the script create multiple GUIs if there is too many scripts say;
Files:= %FileCount%
GuiMaxCount = 1
Loop
{
If(Files > 15)
{
GuiM ... |
Topic: USB auto backup problem |
small_c0d3r
Replies: 0
Views: 441
|
Forum: Ask for Help Posted: Sun Oct 31, 2010 3:58 am Subject: USB auto backup problem |
i have looked on the forums and found a few different USB backup utilities but not quite what i wanted so i have adapted one of them into this script
#Noenv
#Persistent
backup=%A_Desktop%\USB_ ... |
Topic: moving a script randomly around a computer trick HELP |
small_c0d3r
Replies: 12
Views: 526
|
Forum: Ask for Help Posted: Sat Oct 16, 2010 1:41 am Subject: moving a script randomly around a computer trick HELP |
Btw, your other posts say the same:
hi i am only an simple coder in Auto Hotkey and i have been set the task to create a mini programm that;
shuts down the computer after a user set time
is undet ... |
| |