AutoHotkey Community

It is currently May 24th, 2012, 7:38 am

All times are UTC [ DST ]


Search found 7 matches
Search these results:

Author Message

 Forum: Scripts   Topic: AHK + CLI (eg. if used with PHP)

Posted: December 1st, 2006, 10:58 pm 

Replies: 5
Views: 989


WinBinder? Try this in WinBinder :-) <?php /* Name : database.php Purpose: demonstrate php cli acces to a mysql datqabase. */ // full path and name of AHK $GLOBALS['AHK']='x:\myprogs\AutoHotkey\AutoHotkey.exe'; // start gui to retrieve connection data. $info=getdbaccessui(); print_r($inf...

 Forum: Scripts   Topic: AHK + CLI (eg. if used with PHP)

Posted: December 1st, 2006, 12:06 pm 

Replies: 5
Views: 989


Yes.

 Forum: Scripts   Topic: AHK + CLI (eg. if used with PHP)

Posted: December 1st, 2006, 11:48 am 

Replies: 5
Views: 989


Hi guy's, With a lot of knowledge in PHP programming I love to use it outside the well known web context with it's CLI version. Major setback is of course the lack of GUI functionality. A well known but not very fortunate approach is using PHP-GTK. This involves a separate PHP version and not very e...

 Forum: Support   Topic: Drive letter setting

Posted: December 1st, 2006, 11:20 am 

Replies: 11
Views: 2390


I doubt this can be solved with subst as it is a shell command and will probably not go beyond the current shell. One more time for everyone who didn't understand my gibberish: I have a removable drive. It's mounted on a great number of unknown window systems. When I hook up the device it will autor...

 Forum: Support   Topic: Drive letter setting

Posted: November 30th, 2006, 7:21 pm 

Replies: 11
Views: 2390


Yes your right about that and in the context of the script this will work, but I want also the windows system to see the drive. What I'm actually looking for is reassigning the drive letter like I would trough the configuration panel. As a work around I could use fsutil to create a hardlink but I re...

 Forum: Support   Topic: Drive letter setting

Posted: November 30th, 2006, 11:02 am 

Replies: 11
Views: 2390


I said that subst *doesn't work*, I think I have to go through the API.

 Forum: Support   Topic: Drive letter setting

 Post subject: Drive letter setting
Posted: November 29th, 2006, 11:50 pm 

Replies: 11
Views: 2390


I have a removable disk used on several machines where it will get different drive letters. I would like to set a fix driveletter X: with an autoscript. subst will not do the trick. what will? SplitPath,A_WorkingDir, OutFileName, OutDir, OutExtension, OutNameNoExt, OutDrive if(Outdrive <> "X:&q...
Sort by:  
Page 1 of 1 [ Search found 7 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group