| Author |
Message |
Topic: file name into variable? |
wOxxOm
Replies: 6
Views: 235
|
Forum: Ask for Help Posted: Fri Mar 21, 2008 11:19 pm Subject: file name into variable? |
maybe spearate the declaration and assignment?
global nrtfile
................
loop,*.nrt
{
nrtfile:=A_LoopFileName
.....................
} |
Topic: file name into variable? |
wOxxOm
Replies: 6
Views: 235
|
Forum: Ask for Help Posted: Fri Mar 21, 2008 12:01 am Subject: file name into variable? |
loop,*.nrt
{
nrtfile:=A_LoopFileName
.....................
} |
Topic: willing to paypal for a script... |
wOxxOm
Replies: 5
Views: 249
|
Forum: Ask for Help Posted: Tue Mar 11, 2008 8:08 pm Subject: willing to paypal for a script... |
| there is a lot of excellent programs, many of them can do 2-pass dvd encoding, I guess there should be an application advanced enough to do both 2-pass and batch jobs |
Topic: If-Then statement |
wOxxOm
Replies: 3
Views: 209
|
Forum: Ask for Help Posted: Tue Mar 11, 2008 7:53 pm Subject: If-Then statement |
| actually I was checking if outlook.exe would start if specified without the fully qualified path...it didn't :-p |
Topic: willing to paypal for a script... |
wOxxOm
Replies: 5
Views: 249
|
Forum: Ask for Help Posted: Tue Mar 11, 2008 7:50 pm Subject: willing to paypal for a script... |
| why don't you use a video converter that can convert multiple avis? |
Topic: If-Then statement |
wOxxOm
Replies: 3
Views: 209
|
Forum: Ask for Help Posted: Tue Mar 11, 2008 7:47 pm Subject: If-Then statement |
ifWinExist,Microsoft Outlook
WinMaximize,Whatever window title
else
Run,c:\Program Files\Microsoft Office\Office10\OUTLOOK.EXE |
Topic: a simple but hard GUI ? for gifted binary minds... |
wOxxOm
Replies: 40
Views: 1823
|
Forum: Ask for Help Posted: Sat Mar 08, 2008 12:42 pm Subject: a simple but hard GUI ? for gifted binary minds... |
be the first to implement this in AHK  |
Topic: a simple but hard GUI ? for gifted binary minds... |
wOxxOm
Replies: 40
Views: 1823
|
Forum: Ask for Help Posted: Sat Mar 08, 2008 10:21 am Subject: a simple but hard GUI ? for gifted binary minds... |
| I think you can do it, just google for some examples in VB or C |
Topic: docked laptop & keyboard layout |
wOxxOm
Replies: 3
Views: 248
|
Forum: Ask for Help Posted: Fri Mar 07, 2008 3:04 pm Subject: docked laptop & keyboard layout |
#right::ControlSend, , !{Right}, VLC media player
don't use {} in this kind of definition of hotkey |
Topic: Newline Character Not Allowed in StringReplace??? |
wOxxOm
Replies: 6
Views: 206
|
Forum: Ask for Help Posted: Fri Mar 07, 2008 3:02 pm Subject: Newline Character Not Allowed in StringReplace??? |
| ...that is don't use %var% when Help says a Variable is expected, use the notation Bobo gave |
Topic: a simple but hard GUI ? for gifted binary minds... |
wOxxOm
Replies: 40
Views: 1823
|
Forum: Ask for Help Posted: Fri Mar 07, 2008 2:59 pm Subject: a simple but hard GUI ? for gifted binary minds... |
| IMHO anyway this would require interception of WinAPI internal WM_SIZE message and subclassing of the GUI window, there should be some examples in other languages for sure |
Topic: lock keyboard and mouse |
wOxxOm
Replies: 2
Views: 237
|
Forum: Ask for Help Posted: Fri Mar 07, 2008 2:57 pm Subject: lock keyboard and mouse |
BlockInput
Disables or enables the user's ability to interact with the computer via keyboard and mouse. |
Topic: Gui control Style & ExStyle |
wOxxOm
Replies: 3
Views: 230
|
Forum: Ask for Help Posted: Wed Mar 05, 2008 3:40 am Subject: Gui control Style & ExStyle |
spy++ does but I did it this time manually just to be sure using winuser.h file |
Topic: Using InStr StartingPos = ### option but always starts at 1? |
wOxxOm
Replies: 3
Views: 255
|
Forum: Ask for Help Posted: Tue Mar 04, 2008 11:56 am Subject: Using InStr StartingPos = ### option but always starts at 1? |
| no need to specify "StartingPos = " in function call |
Topic: the data area passed to a system call is too small |
wOxxOm
Replies: 4
Views: 1579
|
Forum: Ask for Help Posted: Tue Mar 04, 2008 11:53 am Subject: the data area passed to a system call is too small |
it depends on how the script is invoked, some file processing utilities can pass all files in command line up to 64kB or may pass a name of temporary text file with all the file names to be proces ... |
| |