| Author |
Message |
Topic: CMDret - return output from console progs [DLL version] |
corrupt
Replies: 143
Views: 37843
|
Forum: Utilities & Resources Posted: Sun Jan 31, 2010 6:19 am Subject: Re: I do not under stand |
But
CMD := "cmd /c dir c: /s"
will not work
Which operating system are you using? |
Topic: CMDret - AHK functions |
corrupt
Replies: 184
Views: 48538
|
Forum: Scripts & Functions Posted: Sat Dec 19, 2009 8:15 pm Subject: CMDret - AHK functions |
| From what I read, this type of reading from the console is not 100% reliable. Chances are you will be missing characters, etc. Chances are my new parsing section is also unreliable compounding the iss ... |
Topic: CMDret - AHK functions |
corrupt
Replies: 184
Views: 48538
|
Forum: Scripts & Functions Posted: Sat Dec 19, 2009 8:10 pm Subject: CMDret - AHK functions |
| One more note about my post above. RTConsole.exe seems to perform the same function as the cmdstub.exe program this is already included with the cmdret.dll version of these functions. RTConsole.exe cr ... |
Topic: CMDret - AHK functions |
corrupt
Replies: 184
Views: 48538
|
Forum: Scripts & Functions Posted: Sat Dec 19, 2009 8:03 pm Subject: CMDret - AHK functions |
Can we use piping? If yes, how? Without using cmd.exe plzCould you please give an example of what you would like to do? Thanks  |
Topic: CMDret - return output from console progs [DLL version] |
corrupt
Replies: 143
Views: 37843
|
Forum: Utilities & Resources Posted: Sat Dec 19, 2009 8:33 am Subject: CMDret - return output from console progs [DLL version] |
why this doesnt work
; CMDret DLL version 3.1 (or greater) required
Run, Notepad,,, notepid
WinWait, ahk_pid %notepid%
WinWaitActive, ahk_pid %notepid%
CMD := "dir" ... |
Topic: How can I "peek" into a video file's source code? |
corrupt
Replies: 16
Views: 651
|
Forum: General Chat Posted: Wed Aug 12, 2009 2:15 am Subject: Re: How can I "peek" into a video file's source co |
This question will probably sound silly to you, but my curiosity seems to be overcoming the fear of looking silly, so here I go:
Let’s say I have a video file (.wmv for example), how can I "pe ... |
Topic: Graphic Buttons |
corrupt
Replies: 86
Views: 33829
|
Forum: Scripts & Functions Posted: Sun Jul 26, 2009 5:12 am Subject: Graphic Buttons |
| JASON031, Could you please provide a bit more detail? I'm not currently able to reproduce this error, however, I have not attempted to install AutoHotKey Version 1.0.37.04 and XP SP2. Do you still hav ... |
Topic: Graphic Buttons |
corrupt
Replies: 86
Views: 33829
|
Forum: Scripts & Functions Posted: Mon Jul 20, 2009 2:03 pm Subject: Graphic Buttons |
I'm a little confused. I have downloaded/copied corrupt's scripts and everytime it gives me this error. I'm still kinda new at this so any help would be appreciated.
Error at line 30.
Line Text: ... |
Topic: CMDret - return output from console progs [DLL version] |
corrupt
Replies: 143
Views: 37843
|
Forum: Utilities & Resources Posted: Sat Jul 11, 2009 6:53 pm Subject: CMDret - return output from console progs [DLL version] |
Anyone know how I can a) avoid the newline characters showing up as boxes? b) parse the output from the dll before it gets to the Edit Box?
Thanks in advance.You might want to have a look at the ex ... |
Topic: PDF Documentation |
corrupt
Replies: 15
Views: 2462
|
Forum: Wish List Posted: Sat Jul 04, 2009 6:07 pm Subject: PDF Documentation |
| Not bad. Recently I have found this I've always had great results with [url=http://www.primopdf.com/]PrimoPDF if you're looking for alternatives. |
Topic: Pimp my PC. |
corrupt
Replies: 23
Views: 2280
|
Forum: General Chat Posted: Tue May 26, 2009 5:37 am Subject: Pimp my PC. |
Ok, I was wrong about the 2-way/3-way RAM thing...
@corrupt: If you want to go for the new i7 processor, why not:
EVGA X58 SLI Classified Motherboard (400 $)
Intel Core i7 920 Processor (280 $) ... |
Topic: Pimp my PC. |
corrupt
Replies: 23
Views: 2280
|
Forum: General Chat Posted: Sun May 24, 2009 7:04 am Subject: Pimp my PC. |
Some virtual shopping at Tiger Direct...
Intel DX58SO Motherboard
Intel Core i7 920 Processor BX80601920 - 2.66GHz
Corsair Core i7 Dominator 6GB PC12800 DDR3 RAM - Tri Channel, 1600MHz, ... |
Topic: 1000 |
corrupt
Replies: 9
Views: 830
|
Forum: General Chat Posted: Sat Apr 25, 2009 7:25 am Subject: 1000 |
Cheers
Intelligent posts (someone should probably reset my count then... lol) |
Topic: Wiimote Support |
corrupt
Replies: 11
Views: 2127
|
Forum: Wish List Posted: Sat Apr 25, 2009 6:59 am Subject: Wiimote Support |
You have to buy a special adapter for XBox 360. No idea what it uses.2.4 GHz wireless. Wired Xbox 360 controllers are standard USB.
I have a wireless one (Intec) that I use as a PC joystick/gamepad. ... |
Topic: nomousy - Disable/Hide your mouse pointer [CMD] |
corrupt
Replies: 66
Views: 40864
|
Forum: Utilities & Resources Posted: Sat Apr 18, 2009 8:27 am Subject: nomousy - Disable/Hide your mouse pointer [CMD] |
Run, nomousy.exe /hide /freeze ;hide cursor and restrict movement
SplashTextOn, 200, 200, , where did it go?
sleep, 10000
Run, nomousy.exe
SplashTextOff
|
| |