| Author |
Message |
Topic: Erasing an active log file. Possible? |
jroad
Replies: 8
Views: 528
|
Forum: Ask for Help Posted: Wed Mar 15, 2006 1:11 pm Subject: Re: Erasing an active log file. Possible? |
| Hello all, I have ran into an issue where I need to erase an active logfile. It grows huge over time and you cannot just delete this file. You can how ever open it with a text editor, erase it, then s ... |
Topic: cmd.exe with multiple "" |
jroad
Replies: 2
Views: 393
|
Forum: Ask for Help Posted: Sat Mar 11, 2006 3:04 am Subject: cmd.exe with multiple "" |
Hi,
Phil.ho and others helped me with this problem a while back, see:
http://www.autohotkey.com/forum/viewtopic.php?t=8178
Your issue is also complicated (as was mine) by the f ... |
Topic: An Excellent Font for Program/Text Editor |
jroad
Replies: 22
Views: 4045
|
Forum: Utilities & Resources Posted: Fri Mar 03, 2006 5:17 pm Subject: An Excellent Font for Program/Text Editor |
http://www.fontsville.com/downloads/93071_27859
By far my favourite, and I've spent a long time researching
Hi, I took a look at this font and found that 0 (zero) and capital letter O look too ... |
Topic: Poker- script |
jroad
Replies: 3
Views: 611
|
Forum: Ask for Help Posted: Sat Feb 25, 2006 10:32 am Subject: Poker- script |
MSW,
Google search : autohotkey poker
result #1 = http://www.onlinepokerfaq.com/guide/mouseless-poker.html
You can then adapt these scripts to fulltilt. |
Topic: Help with run, %comspec% where filepathname has spaces |
jroad
Replies: 21
Views: 1237
|
Forum: Ask for Help Posted: Wed Feb 22, 2006 12:51 am Subject: Help with run, %comspec% where filepathname has spaces |
Hmm... you're right. I'll try and play around with it a bit more...
I'm not sure if you got a chance to read all the previous posts, but I have a workaround (shortpaths for target) solution. So, at ... |
Topic: Help with run, %comspec% where filepathname has spaces |
jroad
Replies: 21
Views: 1237
|
Forum: Ask for Help Posted: Wed Feb 22, 2006 12:41 am Subject: Help with run, %comspec% where filepathname has spaces |
Code:
prog2 = C:\dev\code\ahk\general\ShowParams\ShowParams.ahk
a = C:\Program Files\Foo
b = C:\Nice Path\Bar
Run %comspec% /c ""%prog2%" "'"'"%a% ... |
Topic: Help with run, %comspec% where filepathname has spaces |
jroad
Replies: 21
Views: 1237
|
Forum: Ask for Help Posted: Tue Feb 21, 2006 10:12 pm Subject: Help with run, %comspec% where filepathname has spaces |
Unless I'm misunderstanding... try: Code:
""testprog.exe" "param a" "param b""
Yes, I have tried this:
prog2 = C:\dev\code\ahk\general\ShowPara ... |
Topic: Help with run, %comspec% where filepathname has spaces |
jroad
Replies: 21
Views: 1237
|
Forum: Ask for Help Posted: Tue Feb 21, 2006 8:58 pm Subject: Help with run, %comspec% where filepathname has spaces |
works perfectly fine!
Perhaps the only combination I didn't tried...
I get your example to work, but not with one of my original requirements, which is that the two parameters must be enclosed in ... |
Topic: Run, %comspec% where target & params have spaces |
jroad
Replies: 3
Views: 553
|
Forum: Bug Reports Posted: Tue Feb 21, 2006 2:00 am Subject: Run, %comspec% where target & params have spaces |
As posted in the Ask for help forum here:
http://www.autohotkey.com/forum/viewtopic.php?t=8178
There seems to be a problem using code such as:
run, %comspec% /K %str_longpathwithspaces% "%pa ... |
Topic: Help with run, %comspec% where filepathname has spaces |
jroad
Replies: 21
Views: 1237
|
Forum: Ask for Help Posted: Tue Feb 21, 2006 1:40 am Subject: Help with run, %comspec% where filepathname has spaces |
Yes, it was necessary to use the short path. Thank you all very much for your time helping me with this.
I think Peter's previous suggestion flew past me as an option because I mistakenly though ... |
Topic: Help with run, %comspec% where filepathname has spaces |
jroad
Replies: 21
Views: 1237
|
Forum: Ask for Help Posted: Mon Feb 20, 2006 1:39 pm Subject: Help with run, %comspec% where filepathname has spaces |
I don't understand why you don't put double quotes around your parameters:
Phil.ho: thanks for the suggestion, but I have tried that. Since you guys could probably help me best if I give you the ... |
Topic: Help with run, %comspec% where filepathname has spaces |
jroad
Replies: 21
Views: 1237
|
Forum: Ask for Help Posted: Mon Feb 20, 2006 12:31 pm Subject: Help with run, %comspec% where filepathname has spaces |
Hi Garry,
Thanks for the response. I know you don't have rtvconvert and I don't have streamripper, but here's how my situation maps to yours:
Suppose, the path to streamripper.exe is contained ... |
Topic: Help with run, %comspec% where filepathname has spaces |
jroad
Replies: 21
Views: 1237
|
Forum: Ask for Help Posted: Mon Feb 20, 2006 11:30 am Subject: Help with run, %comspec% where filepathname has spaces |
garry: nice work we are almost there!
the larger problem now is that i need to send the program, rtvconvert, 2 parameters in quotes:
D:\utility\path with spaces\rtvconvert "E:\path wi ... |
Topic: Best way to copy multiple large files at once? |
jroad
Replies: 4
Views: 326
|
Forum: Ask for Help Posted: Mon Feb 20, 2006 9:31 am Subject: Best way to copy multiple large files at once? |
| Thanks for the suggestions. I will try out the loop with the FileCopy within it. Phil.ho: thanks for the recommendation but I was looking for a way within AHK to do the copying. |
Topic: Help with run, %comspec% where filepathname has spaces |
jroad
Replies: 21
Views: 1237
|
Forum: Ask for Help Posted: Mon Feb 20, 2006 9:23 am Subject: Help with run, %comspec% where filepathname has spaces |
Hi,
As a bit of continuation off of one of my previous questions:
http://www.autohotkey.com/forum/viewtopic.php?t=8067
How can I get this code concept of running a commandline pr ... |
| |