AutoHotkey Community

It is currently May 23rd, 2012, 4:03 pm

All times are UTC [ DST ]


Search found 26 matches
Search these results:

Author Message

 Forum: Support   Topic: Image Downloader

Posted: December 15th, 2009, 10:41 pm 

Replies: 5
Views: 350


Haven't tried that one, I'll see and post back. Thanks for the suggestion! After looking into it, I didn't realize it was another script... I'm not sure how I could integrate that into my script. Damn... in my head this seems so simple! Alright, I think I've sorted it out using the UrlDownloadToFile...

 Forum: Support   Topic: Image Downloader

Posted: December 15th, 2009, 9:44 pm 

Replies: 5
Views: 350


Anyone? I'm pretty sure it's something simple that I'm missing, but I can't figure it out. I get the bmp to save, but it's not a vaild image... Perhaps there's something more I have to do because there's some XML happening underneath and perhaps the browser is just spitting out an image when in fact...

 Forum: Support   Topic: Image Downloader

Posted: December 12th, 2009, 9:38 am 

Replies: 5
Views: 350


I did look into that, but perhaps I'm not implementing it correctly because the file that results is not valid, I can't open it. When I point my browser to the address "http://user:pass@ip/CGI/Screenshot" the result is a single bitmap on the page. Now I use the command "UrlDownloadToF...

 Forum: Support   Topic: Image Downloader

 Post subject: Image Downloader
Posted: December 10th, 2009, 8:11 pm 

Replies: 5
Views: 350


So here's the deal: I'd like to integrate a image that's refreshed every 2 seconds or so I can see what's going on. We have Cisco IP Phones, and I've written a script that can control them. The sweet thing is I can see what's on the screen, but I have to do it in a web browser. I'd really like it if...

 Forum: Support   Topic: Capture IP Printers

Posted: May 24th, 2009, 10:01 pm 

Replies: 5
Views: 599


Well I was working out a solution by calling the printer DLL directly, microsoft has directions on their site how it works. you can install printers silently with INF files and define pretty much anything you want - this was going to be the method I was *going* to use, however Windows evidently has ...

 Forum: Support   Topic: Copy files to UNC path server

Posted: May 20th, 2009, 6:02 pm 

Replies: 6
Views: 3968


hrm. well the batch is working now, and i still randomly get this error. i was hoping to do this with AHK and make it all pretty, but that would probably take a lot more work than it's worth.

 Forum: Support   Topic: Copy files to UNC path server

Posted: May 20th, 2009, 4:54 pm 

Replies: 6
Views: 3968


any suggestions on my original question? i don't really care about this error, i just have never seen it before and assumed it was related to the batch i wrote.

 Forum: Support   Topic: Copy files to UNC path server

Posted: May 20th, 2009, 2:41 pm 

Replies: 6
Views: 3968


Something about how windows needed my current credentials, hit CTRL-ALT-DEL and lock the screen. To be honest, I have no way of really knowing if that was from the batch file or not - but I assume it was - I've never seen that before! It was like a green little bar in the system tray... http://img19...

 Forum: Support   Topic: Copy files to UNC path server

Posted: May 20th, 2009, 2:17 pm 

Replies: 6
Views: 3968


So I wrote a batch file that I figured would be sufficient - I copy a file from my C: to a UNC path (\\server01\apps\etc\) on a remote server. The problem is, I can't quite tell how long it is taking to copy the files. I left the batch running overnight and it made no progress - I think because it w...

 Forum: Support   Topic: Capture IP Printers

Posted: May 20th, 2009, 2:12 pm 

Replies: 5
Views: 599


Hrm... maybe it's not possible? NDPS does make managing a lot of printers easy - but it also sucks and hangs a lot. Plus, when we move to AD we won't be able to use NDPS!! So this isn't a big deal in corporate environments? Capturing different printers easily? We couldn't possibly install every prin...

 Forum: Support   Topic: Capture IP Printers

Posted: May 14th, 2009, 12:16 am 

Replies: 5
Views: 599


Well NDPS has a capture printer utility allowing you to capture a printer that's in NDPS (anywhere in the network) and attach it to the local lpt1. Now I don't think we'll _need_ to attach these IP printers to an lpt port (I hope...) I just need an easy way for users to be able to change their print...

 Forum: Support   Topic: Capture IP Printers

 Post subject: Capture IP Printers
Posted: May 13th, 2009, 10:22 pm 

Replies: 5
Views: 599


Howdy, Currently at my work we use NDPS to manage print jobs... and it's nice having that management side of printing, but not only are we moving to a 100% AD environment, but NDPS is finicky at best. What we currently do is have a simple BAT file that prompts the user for the name of the branch the...

 Forum: Support   Topic: Loop w/WinSet Function

Posted: May 1st, 2009, 6:45 am 

Replies: 8
Views: 582


well i completely understand where you're coming from - and i should probably try to implement something that does check that like you did to see if it does make a difference. but the awful method i first tried ate 20-30% of the cpu constantly. another method i tried would hover from 2-5%, but still...

 Forum: Support   Topic: Loop w/WinSet Function

Posted: April 30th, 2009, 8:41 pm 

Replies: 8
Views: 582


Der, I didn't put the #Persistent. Sorry! Works like a charm now! Thanks! And sinkfaze, your code didn't work at all. I don't really care if the window is already that size, doesn't make a difference to me. badmojo's method seems to work great (once I use it properly...) so I'll just stick with it. ...

 Forum: Support   Topic: Loop w/WinSet Function

Posted: April 30th, 2009, 7:50 pm 

Replies: 8
Views: 582


Code now looks like this: #NoTrayIcon #NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases. SendMode Input ; Recommended for new scripts due to its superior speed and reliability. SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory. SetTitleMatchMo...
Sort by:  
Page 1 of 2 [ Search found 26 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group