AutoHotkey Community

It is currently May 26th, 2012, 1:39 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 7 posts ] 
Author Message
 Post subject: Silent Compile
PostPosted: December 6th, 2007, 7:15 pm 
Offline

Joined: November 28th, 2007, 10:00 pm
Posts: 25
Location: USA
Is there anyway i can have a script use the AHK2EXE.exe compiler to compile a script silently on a computer that doesn't have auto-hotkey installed?


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: December 6th, 2007, 7:16 pm 
Offline
User avatar

Joined: August 30th, 2005, 8:43 pm
Posts: 8666
Location: Salem, MA
why?

_________________
Image
(Common Answers) - New Tutorials Forum - Humongous FAQ


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: December 6th, 2007, 7:20 pm 
Offline

Joined: November 28th, 2007, 10:00 pm
Posts: 25
Location: USA
I have a hot key script on my flashdrive that I use a lot and I like to have it run automatically when I plug it in with an autorun.inf file. I'd like to be able to edit it quickly on any host computer and the only way i can do it now is by opening up the compiler and selecting the input and output file ever time I want to make a little edit.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: December 6th, 2007, 7:22 pm 
Quote:
to edit it quickly on any host computer
Suspicious. :?


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: December 6th, 2007, 7:24 pm 
Offline
User avatar

Joined: August 30th, 2005, 8:43 pm
Posts: 8666
Location: Salem, MA
that actually reduced my suspicions (somewhat)

make another AHK script that just calls the compiler. (AHK does not require being installed, just unzipped on the flash drive)

_________________
Image
(Common Answers) - New Tutorials Forum - Humongous FAQ


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: December 6th, 2007, 7:25 pm 
Offline

Joined: November 28th, 2007, 10:00 pm
Posts: 25
Location: USA
i didn't mean for it to be suspicious i barely ever use my own computer so i carry around everything around on my flashdrive and i just want an easier way update the script


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: December 24th, 2007, 4:28 pm 
Offline

Joined: November 28th, 2007, 10:00 pm
Posts: 25
Location: USA
alright i found how to do it.

Code:
Run ahk2exe.exe /in "%script%" /out "%compiledscript%" /icon MyIcon.ico /pass MyPassword


thanks anyways


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 7 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: 0x150||ISO, Google [Bot] and 8 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group