| Author |
Message |
Topic: Win 95, 98 set default printer, orientation... |
Gohslty...
Replies: 0
Views: 546
|
Forum: Utilities & Resources Posted: Tue Mar 07, 2006 7:35 pm Subject: Win 95, 98 set default printer, orientation... |
SDP (set default printer)
A command line utility that would probably work well with BoBo's [url=http://www.autohotkey.com/forum/viewtopic.php?t=8499]printerInfo
[url=http://peccatte.karefil.com/ ... |
Topic: time limit like a trial software for script, how to do it? |
Gohslty...
Replies: 46
Views: 3361
|
Forum: Ask for Help Posted: Tue Mar 07, 2006 12:52 am Subject: time limit like a trial software for script, how to do it? |
| if youre looking for something that cannot be bypassed, i dont know...but you could do a simple read and write to a ini file placed somewhere. You could write each time the script is opened or take t ... |
Topic: need help with StringReplace thingy.... |
Gohslty...
Replies: 4
Views: 321
|
Forum: Ask for Help Posted: Thu Mar 02, 2006 6:31 pm Subject: need help with StringReplace thingy.... |
why do they put 2 fields if they have to be the same tho
usually you would make 2 separate variables, but in your case, you have multiple stringreplace's. So after the first one,
StringReplac ... |
Topic: need help with StringReplace thingy.... |
Gohslty...
Replies: 4
Views: 321
|
Forum: Ask for Help Posted: Thu Mar 02, 2006 6:10 pm Subject: need help with StringReplace thingy.... |
you need to make the Input variable and output the same.... i think
FormatTime, TimeString, , ss
StringTrimLeft, End, TimeString,1
StringReplace,End,End,0,Random Text two
StringReplace, ... |
Topic: Printing an ASCII formatted text file in Windows |
Gohslty...
Replies: 8
Views: 2624
|
Forum: Ask for Help Posted: Wed Feb 01, 2006 6:10 pm Subject: * Printing an ASCII formatted text file in Windows * |
| Goyyah, thank you so much...i spent a while creating a file and it looks like its going to work out...I cannot thank you enough for your help...i have been trying to figure out how to do this for a wh ... |
Topic: Reading contents of a listbox/clipboard |
Gohslty...
Replies: 2
Views: 354
|
Forum: Ask for Help Posted: Tue Jan 31, 2006 12:29 am Subject: Reading contents of a listbox/clipboard |
The manual is a good place to start...
Ill help you get started...
to have the script display the contents of the clipboard, copy this into an ahk file and then launch it.
msgbox, %clipbo ... |
Topic: Help making a script... key com. send "1" wait 3 s |
Gohslty...
Replies: 2
Views: 264
|
Forum: Ask for Help Posted: Mon Jan 30, 2006 7:12 pm Subject: Help making a script... key com. send "1" wait 3 s |
Ill help you get started...you'll have to look up the following commands in the help file to modify this to your need. but what i think you need is...
{numlock}:: ... |
Topic: Printing an ASCII formatted text file in Windows |
Gohslty...
Replies: 8
Views: 2624
|
Forum: Ask for Help Posted: Mon Jan 30, 2006 6:53 pm Subject: Printing an ASCII formatted text file in Windows |
Thanks...im registered...@goyyah..i also PM'ed you this...but i thought i should have posted it too...
Here is a basic example of what kind of Gui I have...though my script is actually really long ... |
| |