| Author |
Message |
Topic: Simple App to send file to an FTP server and copy http path |
badmojo
Replies: 4
Views: 613
|
Forum: Scripts & Functions Posted: Sun Aug 24, 2008 7:46 am Subject: Simple App to send file to an FTP server and copy http path |
cool script! but my ftp server host doesn't allow me to upload to root folder. is there a way i can optionally put an sub-folder as part of Config.ini?
also if you could cater for other files such ... |
Topic: Extract from Rar 0.75 + 0.90 |
badmojo
Replies: 23
Views: 2011
|
Forum: Scripts & Functions Posted: Thu Aug 21, 2008 10:54 am Subject: Extract from Rar 0.75 + 0.90 |
| in case of existing extracted files how to add in 'prompt before overwrite' function? |
Topic: Select Radio button & press Enter |
badmojo
Replies: 7
Views: 154
|
Forum: Ask for Help Posted: Mon Jul 07, 2008 3:28 am Subject: Select Radio button & press Enter |
| thanks, it works now! the 2nd loop took care of the variable assignment. |
Topic: Select Radio button & press Enter |
badmojo
Replies: 7
Views: 154
|
Forum: Ask for Help Posted: Sat Jul 05, 2008 12:52 pm Subject: Select Radio button & press Enter |
Gui, Add, Radio, vMyRadio%A_Index%, Episode %A_Index%
Gui, Add, Radio, , Episode %A_Index%
?
Lemme know how it works out.
this also doesn't work as it adds two of each caption, ending up with ... |
Topic: Select Radio button & press Enter |
badmojo
Replies: 7
Views: 154
|
Forum: Ask for Help Posted: Sat Jul 05, 2008 5:39 am Subject: Select Radio button & press Enter |
| i'd already tried that but the following error appeared: "The same variable cannot be used for more than one control". that's why i'm wondering instead of a loop should i just add the button ... |
Topic: Select Radio button & press Enter |
badmojo
Replies: 7
Views: 154
|
Forum: Ask for Help Posted: Fri Jul 04, 2008 1:23 pm Subject: Select Radio button & press Enter |
| i'm having trouble with this code here. i'm trying to select a radio button and press 'Enter' to run a program with radio button's caption as the parameter. but i'm not sure how to retrieve the select ... |
Topic: Internet Explorer / Windows proxy function |
badmojo
Replies: 13
Views: 1984
|
Forum: Scripts & Functions Posted: Tue May 06, 2008 6:36 am Subject: Internet Explorer / Windows proxy function |
Percent signs are not needed inside function calls.
thanks, Superfraggle! you've nailed it.  |
Topic: Internet Explorer / Windows proxy function |
badmojo
Replies: 13
Views: 1984
|
Forum: Scripts & Functions Posted: Tue May 06, 2008 3:46 am Subject: Internet Explorer / Windows proxy function |
thanks Superfraggle, that is close to what i want but i am trying to add something like this:
If 0 < 1
ExitApp
proxystate = %1%
setproxy(%proxystate%)
return
;...
;rest of ... |
Topic: Internet Explorer / Windows proxy function |
badmojo
Replies: 13
Views: 1984
|
Forum: Scripts & Functions Posted: Tue May 06, 2008 2:51 am Subject: Internet Explorer / Windows proxy function |
| just wondering, how to make this script accept parameters? e.g setproxy 1 sets the proxy while setproxy 0 turns off. |
Topic: Adding items into the context-menu |
badmojo
Replies: 11
Views: 283
|
Forum: Ask for Help Posted: Thu May 01, 2008 5:11 am Subject: Adding items into the context-menu |
Fast explorer
http://thesoftpro.tripod.com/downloads/fe/index.htm
thanks widow for the tip on Fast Explorer, i'll see if i can get my head around it. in the meantime, if anyone wants to write a ... |
Topic: Adding items into the context-menu |
badmojo
Replies: 11
Views: 283
|
Forum: Ask for Help Posted: Wed Apr 30, 2008 5:45 am Subject: Adding items into the context-menu |
| i forgot to mention in the earlier thread but i'm looking for a way to add an entry into the system's context-menu such as when you right-click on the desktop, explorer, etc.. |
Topic: Adding items into the context-menu |
badmojo
Replies: 11
Views: 283
|
Forum: Ask for Help Posted: Wed Apr 30, 2008 3:23 am Subject: Adding items into the context-menu |
| is it possible to add an ahk scripts into the context-menu so that it is available on all the right-clicks? |
Topic: Single-key toggle doesn't work in game |
badmojo
Replies: 1
Views: 148
|
Forum: Ask for Help Posted: Mon Apr 28, 2008 1:00 pm Subject: Single-key toggle doesn't work in game |
btw, the game i'm playing is Lost: via Domus and being a console port the controls are not as sleek as i would like to be.  |
Topic: Single-key toggle doesn't work in game |
badmojo
Replies: 1
Views: 148
|
Forum: Ask for Help Posted: Mon Apr 28, 2008 3:22 am Subject: Single-key toggle doesn't work in game |
| i'm trying to use AHK to toggle 'walk' and 'run' mode in a game. the idea is when i press a key, it will auto-repeat itself until i press the same key to make it stop. but somehow it doesn't work even ... |
Topic: Macro to Quit Windows Applications |
badmojo
Replies: 3
Views: 160
|
Forum: Ask for Help Posted: Wed Apr 23, 2008 8:56 am Subject: Macro to Quit Windows Applications |
| also take a look [url=http://www.autohotkey.com/forum/viewtopic.php?t=9452]here. might come in handy. |
| |