AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Search found 17 matches
AutoHotkey Community Forum Index
Author Message
  Topic: 7-Zip Crawler - convert folders of archives to .7z
WaywardMonk

Replies: 11
Views: 1555

PostForum: Scripts & Functions   Posted: Wed Jul 16, 2008 5:27 pm   Subject: 7-Zip Crawler - convert folders of archives to .7z
Hi - sorry - the above post was me (WaywardMonk). I can't always get FireFox to keep me logged in. I haven't had problems with the exe's on any other pc's using other virus scan software, so I'm assum ...
  Topic: 7-Zip Crawler - convert folders of archives to .7z
WaywardMonk

Replies: 11
Views: 1555

PostForum: Scripts & Functions   Posted: Fri Jul 11, 2008 10:05 pm   Subject: 7-Zip Crawler - convert folders of archives to .7z
OK - I've tested it (briefly!) and it seems to be working properly now. I've also added drag and drop, so you can drag 'n drop a folder onto it. I've also added a silly little script (Convert archives ...
  Topic: 7-Zip Crawler - convert folders of archives to .7z
WaywardMonk

Replies: 11
Views: 1555

PostForum: Scripts & Functions   Posted: Fri Jul 11, 2008 9:36 pm   Subject: 7-Zip Crawler - convert folders of archives to .7z
@klim:

Sorry! Haven't been on the forum for a loooong time. Thanks for spotting the bug. I'm testing a fix - the problems seems simple enough. At a few places I had "C:\7ztemp" instead of ...
  Topic: Using AutoHotkey vs. Excel/Access VBA
WaywardMonk

Replies: 2
Views: 302

PostForum: Ask for Help   Posted: Sun May 20, 2007 9:01 am   Subject: Using AutoHotkey vs. Excel/Access VBA
You will most likely end up using combinations of both VBA and Autohotkey depending on the need. As Helpy says, both have their advantages.

I must mention, though, that I use Autohotkey to convert ...
  Topic: SendMode Play vs SendMode Input question- see example script
WaywardMonk

Replies: 6
Views: 546

PostForum: Ask for Help   Posted: Sun May 13, 2007 6:11 am   Subject: SendMode Play vs SendMode Input question- see example script
Thanks, Micahs and BETLOG for your inputs.

I'm afraid using clipboard =%clipboard% produced an AHK script error along the lines of "/" being an illegal character.

Using ClipWait made t ...
  Topic: SendMode Play vs SendMode Input question- see example script
WaywardMonk

Replies: 6
Views: 546

PostForum: Ask for Help   Posted: Sun Apr 29, 2007 12:39 pm   Subject: SendMode Play vs SendMode Input question- see example script
Thanks for the reminder Smile

I tried it after you reminded me. This time the script detected "end" in the last table cell and moved to the next loop, but no data was copied over to Excel ...
  Topic: SendMode Play vs SendMode Input question- see example script
WaywardMonk

Replies: 6
Views: 546

PostForum: Ask for Help   Posted: Fri Apr 27, 2007 10:43 am   Subject: SendMode Play vs SendMode Input question- see example script
Where I work now, the word processor operators use MS Word and MS Word tables for lists that I want to see in MS Excel. They also insert lots of hard returns in the tables which makes it difficult to ...
  Topic: File conversion batch script for using with 2 programs
WaywardMonk

Replies: 3
Views: 262

PostForum: Ask for Help   Posted: Sat Nov 11, 2006 7:16 am   Subject: Re: File conversion batch script for using with 2 programs


So the script should go through all the .exA files in the directory "dir" and load them in application A, then save them as .exB file using it's menu. Anyone done anything similar alread ...
  Topic: 7-Zip Crawler - convert folders of archives to .7z
WaywardMonk

Replies: 11
Views: 1555

PostForum: Scripts & Functions   Posted: Sun Nov 05, 2006 9:12 am   Subject: 7-Zip Crawler - convert folders of archives to .7z
Embarassed Sorry about that. Perhaps I'm misunderstanding how the autohotkey.net space works. I've hosted the file again at www.savefiles to com. Here is the link to the file:

OK - looks like I needed ...
  Topic: 7-Zip Crawler - convert folders of archives to .7z
WaywardMonk

Replies: 11
Views: 1555

PostForum: Scripts & Functions   Posted: Sun Nov 05, 2006 7:17 am   Subject: 7-Zip Crawler - convert folders of archives to .7z
On many occasions, I need to convert an entire folder of compressed archives to the 7-Zip or zip format. I got tired of doing it manually. I couldn't find a tool that would do this, so I decided to us ...
  Topic: IfInString, A_LoopReadLine question
WaywardMonk

Replies: 4
Views: 348

PostForum: Ask for Help   Posted: Thu Jul 14, 2005 6:44 am   Subject: IfInString, A_LoopReadLine question
Ah hah! Understanding begins to dawn! Smile

Thank you to everyone for your helpful replies - you have furthered my understanding!

What a wonderful forum this is! AND AHK rocks!
  Topic: IfInString, A_LoopReadLine question
WaywardMonk

Replies: 4
Views: 348

PostForum: Ask for Help   Posted: Wed Jul 13, 2005 2:19 pm   Subject: IfInString, A_LoopReadLine question
I want a script to wait until a log file contains some specific text. I've set up a two test scripts to try, but I seem to be battling with IfInString and A_LoopReadLine.

For some reason, this exam ...
  Topic: Can one make AHK wait while mouse cursor is an hourglass?
WaywardMonk

Replies: 9
Views: 1207

PostForum: Ask for Help   Posted: Tue Jun 28, 2005 9:25 am   Subject: Can one make AHK wait while mouse cursor is an hourglass?
Thank you, Chris and Robert, for your replies and the clarifications.

I spent a bit of time playing around with different ways of testing the cursor, and finally decided on the one below after look ...
  Topic: Can one make AHK wait while mouse cursor is an hourglass?
WaywardMonk

Replies: 9
Views: 1207

PostForum: Ask for Help   Posted: Wed Jun 22, 2005 6:10 am   Subject: Can one make AHK wait while mouse cursor is an hourglass?
Er, I dunno!

It seemed to me that what I wanted was something like "If the mouse cursor is neither AppStarting nor Wait, then break because the page must have finished loading", and to me it seemed ...
  Topic: Can one make AHK wait while mouse cursor is an hourglass?
WaywardMonk

Replies: 9
Views: 1207

PostForum: Ask for Help   Posted: Tue Jun 21, 2005 1:07 pm   Subject: Can one make AHK wait while mouse cursor is an hourglass?
Hmmm, I correct myself again! Smile

This seems to work better as there can be different pointers in IE when loading a web page depending on where the mouse is positioned:


Loop
{
Sleep, ...
 
Page 1 of 2 Goto page 1, 2  Next
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group