AutoHotkey Community

It is currently May 23rd, 2012, 10:49 pm

All times are UTC [ DST ]


Search found 80 matches
Search these results:

Author Message

 Forum: Support   Topic: Run again after reboot

Posted: July 5th, 2011, 6:23 pm 

Replies: 6
Views: 143


OMG brilliant works great :P *EDIT* *EDITED THE EDIT* It is saying Error: Failed attempt to launch program or document Action: <RunAs> Params: "Points to my EXE" The current thread will exit. Specifically: The specified network name is no longer available. does it have something to do with...

 Forum: Support   Topic: Run again after reboot

Posted: July 5th, 2011, 4:53 pm 

Replies: 6
Views: 143


Am i reading this wrong? This is actually running another program with creds? I need AHK to run with creds so it can do things like modify the registry.

 Forum: Support   Topic: Run again after reboot

Posted: July 5th, 2011, 4:35 pm 

Replies: 6
Views: 143


Thx, i will keep that in mind.

One follow up question.
On my win 7 boxes i have to right click and run as admin.
That is fine when running by hand but how do i do it that from like the Runonce?

 Forum: Support   Topic: Run again after reboot

 Post subject: Run again after reboot
Posted: July 5th, 2011, 3:52 pm 

Replies: 6
Views: 143


I am scripting an install that requires a reboot in the middle. My first thought was two write two scripts. 1 Pre reboot and 1 post. and the pre reboot puts the second one in the run once key or something. Is there a better way?

 Forum: Support   Topic: Program knows if a real key is pressed

Posted: March 18th, 2010, 7:43 pm 

Replies: 3
Views: 253


In fact there is even a forum post on there offical forums about it.
http://allods-forum.gpotato.com/viewtop ... =22&t=9489

 Forum: Support   Topic: Program knows if a real key is pressed

Posted: March 18th, 2010, 7:40 pm 

Replies: 3
Views: 253


allods, apparently it uses something called starforce to prevent it, but there is nothing against it in the TOS

 Forum: Support   Topic: Program knows if a real key is pressed

Posted: March 18th, 2010, 6:14 pm 

Replies: 3
Views: 253


So i ran into a program that i wanted to automate a few things in. However the program knows if a real key is pressed on the keyboard. The script that i wrote works just find if i tap a random key every few seconds.
Ideas on what to do?

 Forum: Support   Topic: Registry permissions

Posted: February 5th, 2010, 8:50 pm 

Replies: 6
Views: 788


Worked but i would like to get rid of the text file, I think i can get regini to do this.

 Forum: Support   Topic: Registry permissions

Posted: February 5th, 2010, 8:18 pm 

Replies: 6
Views: 788


who would have thought that the search button works. Anyway i have a batch Editpermissions.bat regini mychanges.txt mychanges.txt HKEY_LOCAL_MACHINE\Software\MySoftware [1 5 7 11 17] Which works and gives Full Control/Read to all users and most importantly "Everyone" How could i make this ...

 Forum: Support   Topic: How to use cmdline program with ahk

Posted: September 24th, 2008, 1:33 pm 

Replies: 2
Views: 186


I have looked around but cant figured it out. I am trying to use a cmd line program with ahk. Basically instead of writing a batch file. Can someone point me in the right direction.

 Forum: Support   Topic: Directory question with FileMove

Posted: September 13th, 2008, 12:09 am 

Replies: 4
Views: 492


I appreciate the help. One odd thing though is i was testing this at work, and it didnt delete the direct using xp. Went home tested on Vista and it deletes the directory fine. Any ideas? Here is what i am currently using. SplitPath, A_LoopFileDir, name, dir, ext, name_no_ext, drive msgbox name = %n...

 Forum: Support   Topic: Directory question with FileMove

Posted: September 12th, 2008, 8:38 pm 

Replies: 4
Views: 492


SplitPath or StringSplit Works great cept now it doesnt delete the folder that i want it to :( SplitPath, A_LoopFileDir, name, dir, ext, name_no_ext, drive msgbox name = %name%, dir = %dir%, ext = %ext%, name_no_ext = %name_no_ext%, drive = %drive%, ParDir %ParDir% Msgbox FileCreateDir = %dir%\INCO...

 Forum: Support   Topic: Directory question with FileMove

Posted: September 12th, 2008, 5:56 pm 

Replies: 4
Views: 492


Instead of FileMove, %A_LoopFileDir%\*, %A_LoopFileDir%\INCOMPLETE\ I would like to do something to the effect of FileMove, %A_LoopFileDir%\*, \INCOMPLETE\%A_LoopFileDir%\ But i want to remove the Drive out of the %A_LoopFileDir% and add it before the \INCOMPLETE\ Is there an easy way? Thanks JustusIV

 Forum: Support   Topic: StringSplit

Posted: October 9th, 2007, 11:37 pm 

Replies: 3
Views: 380


line = [123]-[xyz]-[third word here]-more garbage text StringSplit, Field, Line,[ StringSplit, Field, Field4,] MsgBox % Field1 No doubt that there's a simple RegEx ... out there to solve it in a more sophisticated way. 8) Ack! i am bad at this! :P Thanks for helping though!!!!

 Forum: Support   Topic: StringSplit

Posted: October 9th, 2007, 11:36 pm 

Replies: 3
Views: 380


I think i figured out my own problem, When splitting using the ] the first varible is blank because it is the first symbol in the var. I just need to shift my whole array over by one :P msgbox %tempvar% StringLen, length, tempvar MsgBox, The length of InputVar is %length%. StringSplit, word_array, t...
Sort by:  
Page 1 of 6 [ Search found 80 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group