| Author |
Message |
Forum: Support Topic: reregister file type .TIF |
| PistolPete |
|
Posted: December 14th, 2010, 4:42 pm
|
|
Replies: 4 Views: 537
|
| The program I had to reassociate also uses ActiveX controls and it was looking more and more complicated so I ultimately decided to call the program installer and re-install (it runs quickly). ; A simple script to re-register the AlternaTIFF ;#NoTrayIcon ;this hides the icon. ;#Persistent ; Keep the... |
|
 |
Forum: Support Topic: extract data from MS Word into CSV or into Excel |
| PistolPete |
|
Posted: August 6th, 2010, 8:29 pm
|
|
Replies: 3 Views: 293
|
| I can easily follow what Hugov wrote but I'm not even going to pretend to understand the advanced code you provided! :-) Looking at Hugov's code I just need to read the line and look for the key word then read X characters after into a variable.. then when I hit a blank line, write all the variables... |
|
 |
Forum: Support Topic: extract data from MS Word into CSV or into Excel |
| PistolPete |
|
Posted: August 6th, 2010, 4:18 pm
|
|
Replies: 3 Views: 293
|
| Hello everyone, I’m in desperate need of help. I have two MS Word documents from an AT&T GoPhone call history that I need to extract the meaningful data from and put into Excel so I can then make a pivot chart (both documents are roughly 700 pages each). I’ve tried several different things but n... |
|
 |
Forum: Support Topic: reregister file type .TIF |
| PistolPete |
|
Posted: December 9th, 2009, 4:58 pm
|
|
Replies: 4 Views: 537
|
| Good day everyone, I was asked to reassociate .TIF files with a different TIF viewer program so I wanted to write a AHK script – assuming this would be the easiest method. I’ve searched and searched on how to reassociate a file type using AHK but I have not found a script yet. I need to write a scri... |
|
 |
Forum: Support Topic: Question regarding FileAppend |
| PistolPete |
|
Posted: October 5th, 2009, 7:00 pm
|
|
Replies: 5 Views: 565
|
| You do realize that FileAppend will add the supplied text (or variable) to the end of the file each time. Eg, if you're added "this is a test" to the end of a file (and you loop 1000 times), you'll end up with "this is a testthis is a testthis is a testthis is a test..." etc. Ye... |
|
 |
Forum: Support Topic: Question regarding FileAppend |
| PistolPete |
|
Posted: October 2nd, 2009, 6:08 pm
|
|
Replies: 5 Views: 565
|
| Hi everyone, I wrote a VERY SIMPLE script the other day to read the mapped drives a user has and write the findings to a file on a server. After a few days my CSV file isn’t what I expected – although if I hand test it on a few PC’s it works great. My question : When I use FileAppend, I assume the f... |
|
 |
Forum: Support Topic: running an AHK script before user logon? |
| PistolPete |
|
Posted: September 15th, 2009, 1:49 pm
|
|
Replies: 7 Views: 1752
|
| I think that's the same thing I'm doing but I'm using a modern version, built into Windows XP and Server 2003 and Vista and 2008.... RunWait, sc.exe create DHScrubber binPath= %A_ScriptFullPath% %A_Space% %Arguements% type= interact start= auto error= ignore DisplayName= "D H Scrubber" dep... |
|
 |
Forum: Support Topic: AHK script as Service |
| PistolPete |
|
Posted: September 14th, 2009, 12:09 pm
|
|
Replies: 5 Views: 990
|
| Services don't have user interfaces. AutoHotkey is centered around automation of the user interface. Someday, the code may be sufficiently factored out to facilitate running as a service. I understand that - the script I wrote doesn't have a user interface - other than the tray icon. It appears to ... |
|
 |
Forum: Support Topic: AHK script as Service |
| PistolPete |
|
Posted: September 14th, 2009, 3:24 am
|
|
Replies: 5 Views: 990
|
| I am also trying to start a compiled AHK script as a Windows Service and after 30 seconds or so I get the error "error 1053 service did not respond to the start or control request in a timely fashion" How do you fix this? I'm guessing I need to send a call back to the service control manag... |
|
 |
Forum: Support Topic: Capture keys, but not while remote desktop'd or dameware'd? |
| PistolPete |
|
Posted: September 8th, 2009, 6:00 pm
|
|
Replies: 5 Views: 244
|
| AFAIK "Dameware or Remote Desktop" are used on pc#1 to access pc#2 by 'remote control' is this correct? Yes, that's correct. :) Is your utility on PC#1 or PC#2 ? It's on both (it's on ALL computers) and that's why PC1 is capturing the hotkey and not passing the hotkey on to PC2. That was ... |
|
 |
Forum: Support Topic: Capture keys, but not while remote desktop'd or dameware'd? |
| PistolPete |
|
Posted: September 4th, 2009, 8:20 pm
|
|
Replies: 5 Views: 244
|
| [quote="Leef_me"]AHK: here to shed light in your corner :wink: read up on #IfWinActive / #IfWinExist I considered this - but the program doesn't have a window - it's just an icon in the tray using a lot of menu, tray, add RunSomeTool. :-) OR - are you saying it would be active upon the mou... |
|
 |
Forum: Support Topic: Capture keys, but not while remote desktop'd or dameware'd? |
| PistolPete |
|
Posted: September 4th, 2009, 6:23 pm
|
|
Replies: 5 Views: 244
|
| I wrote a utility that we use on desktops here - and it places an icon in the system tray. If you right-click the Icon it will present an abbreviated menu. If you LShift & LCtrl you get a full menu. The problem occurs however when I (or many others) are using Dameware or Remote Desktop.. the LSH... |
|
 |
Forum: Support Topic: How read the Active Directory Site name the host is in? |
| PistolPete |
|
Posted: February 23rd, 2009, 3:59 pm
|
|
Replies: 5 Views: 2919
|
| Thank you Tank for your help! This works great and I have what I need but how it works still baffles me some. I’ve spent hours trying to understand it… I’m a self proclaimed AHK ‘beginner’. I understand that COM_CoInitialize basically initiates and opens communications to the systems’ full COM to l... |
|
 |
Forum: Support Topic: How read the Active Directory Site name the host is in? |
| PistolPete |
|
Posted: February 19th, 2009, 2:12 pm
|
|
Replies: 5 Views: 2919
|
That would be great if you don't mind posting an example. I'm not sure which DLL to even work with on this one.
tank wrote: its a dll call can be done with COM the active directory info will be based on the log in not the ip address Ill post a COM example tomorrow if you like |
|
 |
Forum: Support Topic: How read the Active Directory Site name the host is in? |
| PistolPete |
|
Posted: February 18th, 2009, 11:05 pm
|
|
Replies: 5 Views: 2919
|
| Hello world, I need my AHK script to behave differently based on the Active Directory Site the PC is located in. Where do I start with this task? Please don’t tell me it’s a DLL call! :lol: I thought a a simpler way would be to read the network’s default gateway but if it’s a laptop and has a simult... |
|
 |
| Sort by: |