| Author |
Message |
Topic: Infection [Game] |
MaxWeiss
Replies: 14
Views: 2315
|
Forum: Scripts & Functions Posted: Tue Apr 22, 2008 10:22 am Subject: Infection [Game] |
| Wow i just get owned at this game every time. I suck at this. Nice AHK though... |
Topic: Make a picture into a RAR archive |
MaxWeiss
Replies: 0
Views: 487
|
Forum: Scripts & Functions Posted: Tue Apr 01, 2008 10:48 am Subject: Make a picture into a RAR archive |
| Hi everybody. I just saw how to use the command prompt to make a picture into a RAR archive, and got oh so excited. Since I couldn't find an easy command-line to do this automatically without the Co ... |
Topic: prevent file from being deleted??? |
MaxWeiss
Replies: 8
Views: 299
|
Forum: Ask for Help Posted: Mon Feb 25, 2008 3:50 am Subject: prevent file from being deleted??? |
| No, I don't need more help, I was just explaining why I couldn't figure it out by just looking at the documentation as somebody above suggested. Thanks though! |
Topic: prevent file from being deleted??? |
MaxWeiss
Replies: 8
Views: 299
|
Forum: Ask for Help Posted: Sun Feb 24, 2008 4:43 am Subject: prevent file from being deleted??? |
| Thank you very much for that example code. I read ALL the documentation on it, and ALL of the posted link, but I am not savvy enough in the language to understand any of it, and thus not able to tran ... |
Topic: prevent file from being deleted??? |
MaxWeiss
Replies: 8
Views: 299
|
Forum: Ask for Help Posted: Thu Feb 21, 2008 3:42 pm Subject: prevent file from being deleted??? |
| I'm sorry but I am not good with the DllCall. Could you perhaps show me an example??? |
Topic: prevent file from being deleted??? |
MaxWeiss
Replies: 8
Views: 299
|
Forum: Ask for Help Posted: Wed Feb 20, 2008 3:59 pm Subject: prevent file from being deleted??? |
| Is there a way to write a script that just "uses" a file so whenever I try to delete it, I get the little error box that says "cannot delete file, it is being used by a program"??? ... |
Topic: Name of Windows menu?? |
MaxWeiss
Replies: 1
Views: 176
|
Forum: Ask for Help Posted: Wed Feb 13, 2008 4:04 am Subject: Name of Windows menu?? |
| I was wondering if it is possible with WinMenuSelectItem to select the menu that every window has, the one with Move, Size, Minimize, Maximize, and Close in it. What is the name of that menu and/or h ... |
Topic: TO ALL GOOD WITH HOTKEYS... AND POKER PLAYERS |
MaxWeiss
Replies: 6
Views: 462
|
Forum: Ask for Help Posted: Thu Jan 17, 2008 1:05 am Subject: TO ALL GOOD WITH HOTKEYS... AND POKER PLAYERS |
| Why not just use Bet Pot or Poker Pad??? |
Topic: Hi - Poker + Script help |
MaxWeiss
Replies: 5
Views: 1054
|
Forum: Ask for Help Posted: Mon Jan 14, 2008 7:20 am Subject: Hi - Poker + Script help |
| Man, I have no idea. My best advice is to post it on 2+2. Sorry I couldn't be more help! |
Topic: Hi - Poker + Script help |
MaxWeiss
Replies: 5
Views: 1054
|
Forum: Ask for Help Posted: Sun Jan 13, 2008 9:26 am Subject: Hi - Poker + Script help |
| Which poker site is it?? The script might also get confused if you have more than one poker site open at the same time--that is, don't be playing on Stars and Full Tilt at the same time. |
Topic: Audacity Automation - Instant Record |
MaxWeiss
Replies: 19
Views: 688
|
Forum: Ask for Help Posted: Fri Jan 11, 2008 11:31 am Subject: Audacity Automation - Instant Record |
| I'm kind of an AHK newbie myself... could you tell me what that WinExist function you just used is/does??? |
Topic: Audacity Automation - Instant Record |
MaxWeiss
Replies: 19
Views: 688
|
Forum: Ask for Help Posted: Fri Jan 11, 2008 11:25 am Subject: Audacity Automation - Instant Record |
Alright, here's two different codes. One of them will hopefully work.....
Run %A_ProgramFiles%\Audacity\audacity.exe
Process, Exist, audacity.exe
AudacityID = %ErrorLevel%
IfNotEqual, Audacit ... |
Topic: Audacity Automation - Instant Record |
MaxWeiss
Replies: 19
Views: 688
|
Forum: Ask for Help Posted: Fri Jan 11, 2008 11:19 am Subject: Audacity Automation - Instant Record |
| Sorry it took me so long---hold on, I'm reading... |
Topic: Audacity Automation - Instant Record |
MaxWeiss
Replies: 19
Views: 688
|
Forum: Ask for Help Posted: Fri Jan 11, 2008 10:55 am Subject: Audacity Automation - Instant Record |
Ok, let's try this once more. First hit Ctrl+Alt+Delete and click on the second tab at the top and make sure the process name of the program is actually audacity.exe.
Assuming it is, open the Auto ... |
Topic: Audacity Automation - Instant Record |
MaxWeiss
Replies: 19
Views: 688
|
Forum: Ask for Help Posted: Fri Jan 11, 2008 10:49 am Subject: Audacity Automation - Instant Record |
| I just edited my post. Try the new code. |
| |