| Author |
Message |
Topic: Using standard input/output |
Obi-Wahn
Replies: 11
Views: 2535
|
Forum: Scripts & Functions Posted: Thu Oct 29, 2009 8:17 am Subject: Using standard input/output |
Hi drifter!
Sorry for responding so late but I wasn't notified by the forum that a new post is here.
Thanks for your response, I'll try it today and I'll response ASAP. |
Topic: AHK for U3 FlashDrives |
Obi-Wahn
Replies: 6
Views: 913
|
Forum: Wish List Posted: Wed Oct 14, 2009 1:20 pm Subject: AHK for U3 FlashDrives |
Well, creating a U3 Package isn't that hard. I've created one, but I haven't tested it jet (especially writing into registry and deleting OnExit).
; regAHK
;
SetWorkingDir, %A_ScriptDir%
#NoEn ... |
Topic: Using standard input/output |
Obi-Wahn
Replies: 11
Views: 2535
|
Forum: Scripts & Functions Posted: Wed Oct 14, 2009 10:02 am Subject: Using standard input/output |
Well, I'm launching the script from an existing console which hasn't a parent process. I think, that should work, right?!?
Even if it doesn't, I allways appreciate code. Maybe I'll learn Dllcalls t ... |
Topic: Using standard input/output |
Obi-Wahn
Replies: 11
Views: 2535
|
Forum: Scripts & Functions Posted: Tue Oct 13, 2009 8:20 am Subject: Using standard input/output |
Sorry, I didn't know that.
But wouldn't fix a DllCall to [url=http://msdn.microsoft.com/en-us/library/ms683155.aspx]GenerateConsoleCtrlEvent fix this issue?
(that's just a shot into the blue. Fran ... |
Topic: Using standard input/output |
Obi-Wahn
Replies: 11
Views: 2535
|
Forum: Scripts & Functions Posted: Sat Oct 10, 2009 1:37 pm Subject: Using standard input/output |
Thanks a lot for that functions. But it seems like I have to send Ctrl+c to the comspec-Window after performing the FreeConsole command.
Does anyone has the same issue? |
Topic: Crazy Scripting : Safely Remove USB Flash Drive - 45L |
Obi-Wahn
Replies: 5
Views: 1752
|
Forum: Scripts & Functions Posted: Sat Oct 10, 2009 11:43 am Subject: Crazy Scripting : Safely Remove USB Flash Drive - 45L |
| Hmm, great script, but when I disconnect my thumb drive with you script, it'll eject it, so I don't see it in the 'safely removal' dialog-box from windows, but I hear the sound when I disconnect the d ... |
Topic: Autohide desktop icons with an idle mouse |
Obi-Wahn
Replies: 16
Views: 1554
|
Forum: Ask for Help Posted: Sat Jan 31, 2009 6:41 pm Subject: Autohide desktop icons with an idle mouse |
Sorry, but I'm late. So at least it let the Icons disappear, but then appears again...
#Persistent
SetTimer, HideCheck, 1000
Return
HideCheck:
If (A_TimeIdlePhysical >= 5000) A ... |
Topic: Detect if network cable is plugged |
Obi-Wahn
Replies: 5
Views: 1260
|
Forum: Ask for Help Posted: Fri Dec 19, 2008 6:57 pm Subject: Detect if network cable is plugged |
| Use ipconfig! If a Network adapter has a connection, there schould be a IP for the adapter. |
Topic: How to kill a batch command? |
Obi-Wahn
Replies: 4
Views: 226
|
Forum: Ask for Help Posted: Wed Dec 17, 2008 4:30 pm Subject: How to kill a batch command? |
If the batch window is visible send Ctrl+c to the command window. You may have also to send j (for Ja [im German]) and {Enter} to the window to confirm batch abort.
But maybe there's something wron ... |
Topic: Game: ManyTetris - Customizable Pocket Tetris |
Obi-Wahn
Replies: 39
Views: 2884
|
Forum: Scripts & Functions Posted: Sun Dec 14, 2008 12:39 pm Subject: Game: ManyTetris - Customizable Pocket Tetris |
Thanks a lot, Icarus  |
Topic: Game: ManyTetris - Customizable Pocket Tetris |
Obi-Wahn
Replies: 39
Views: 2884
|
Forum: Scripts & Functions Posted: Sun Dec 14, 2008 10:51 am Subject: Game: ManyTetris - Customizable Pocket Tetris |
@Icarus: I had two Ideas for the Game(s):
1.) Preview window for the next Block
2.) The Tetris Melody playing in the Background
That'd make the Game like the old Gameboy experience...
(you know, ... |
Topic: Game: ManyTetris - Customizable Pocket Tetris |
Obi-Wahn
Replies: 39
Views: 2884
|
Forum: Scripts & Functions Posted: Sat Dec 13, 2008 3:46 pm Subject: Game: ManyTetris - Customizable Pocket Tetris |
Well thats curious. Sometimes it changes the list, sometimes not. Maybe it's caused by my computer.
I flew over the code, but it looks like everything 'd work... |
Topic: Game: ManyTetris - Customizable Pocket Tetris |
Obi-Wahn
Replies: 39
Views: 2884
|
Forum: Scripts & Functions Posted: Sat Dec 13, 2008 3:03 pm Subject: Game: ManyTetris - Customizable Pocket Tetris |
Yeah, it changes while acting with the arrow keys. For me, it looks like Focus stays on the ddl control.
Im using Windows XP Sp3.
Thanks for Bugfix. |
Topic: Game: ManyTetris - Customizable Pocket Tetris |
Obi-Wahn
Replies: 39
Views: 2884
|
Forum: Scripts & Functions Posted: Sat Dec 13, 2008 2:44 pm Subject: Game: ManyTetris - Customizable Pocket Tetris |
Hi there!
Nice Game. I like it very. But today, while playing, there are 2 situations where I have questions:
1.) While playing, the dropdownlist changes every time the selection. It doesn't jam t ... |
Topic: Copy file names from windows explorer ? |
Obi-Wahn
Replies: 8
Views: 455
|
Forum: Ask for Help Posted: Thu Nov 13, 2008 2:21 pm Subject: Copy file names from windows explorer ? |
| Send, ^c? |
| |