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 9 matches
AutoHotkey Community Forum Index
Author Message
  Topic: Folder Contents Script (As in ACDSee)
Calabaza

Replies: 13
Views: 2611

PostForum: Scripts & Functions   Posted: Thu Mar 02, 2006 7:09 pm   Subject: Folder Contents Script (As in ACDSee)
How did you know about %TEMP% ?

I looked for it in the help file, but wasnt lucky...
Is there any other variable like that missing in the help?
  Topic: Folder Contents Script (As in ACDSee)
Calabaza

Replies: 13
Views: 2611

PostForum: Scripts & Functions   Posted: Wed Mar 01, 2006 6:59 pm   Subject: Folder Contents Script (As in ACDSee)
Well, because I didn't know about that variable.
I've fix it now.

Thanks for the tip!!
  Topic: Folder Contents Script (As in ACDSee)
Calabaza

Replies: 13
Views: 2611

PostForum: Scripts & Functions   Posted: Wed Mar 01, 2006 5:56 am   Subject: Folder Contents Script (As in ACDSee)
This is a new version with the following features:
1. Configuration GUI, preferences saved to ini file.
2. Include folders.
3. Filter file extensions.
4. Change temp dir (where the file is created ...
  Topic: Folder Contents Script (As in ACDSee)
Calabaza

Replies: 13
Views: 2611

PostForum: Scripts & Functions   Posted: Sun Jan 15, 2006 8:11 am   Subject: Folder Contents Script (As in ACDSee)
I tryed your code toralf but it didn't work, although the code is clear.
But, I was able to solve the problem using the SplitPath function


FileSelectFolder, OutputVar, , 3, Folder Contents - Ch ...
  Topic: Folder Contents Script (As in ACDSee)
Calabaza

Replies: 13
Views: 2611

PostForum: Scripts & Functions   Posted: Sat Jan 14, 2006 6:41 am   Subject: Folder Contents Script (As in ACDSee)
This script create a list of files contained in a previouly especified directory. It has the same behaviour as the one from acdsee.
I tryed looking if this was already publish, but when i used the se ...
  Topic: Toggle Hidden Files
Calabaza

Replies: 19
Views: 9449

PostForum: Scripts & Functions   Posted: Sat Jan 14, 2006 5:49 am   Subject: Toggle Hidden Files
Well, just right clicking and then refreshing is ok for me, much more faster than doing it by hand as before...

Thanks for the tip...
  Topic: Toggle Hidden Files
Calabaza

Replies: 19
Views: 9449

PostForum: Scripts & Functions   Posted: Wed Dec 28, 2005 7:15 pm   Subject: Toggle Hidden Files
Whenever i run this code, it actually does its job, it changes the values

#h::
RegRead, ValorHidden, HKEY_CURRENT_USER, Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced, Hidden ...
  Topic: Toggle Hidden Files
Calabaza

Replies: 19
Views: 9449

PostForum: Scripts & Functions   Posted: Wed Dec 28, 2005 5:59 am   Subject: Toggle Hidden Files
Well, the problem is obviously about refreshing the registry.
Is there any better way of doing it?

Would be very useful for any script wich works with it...

EnvUpdate
Refreshes the OS environm ...
  Topic: Toggle Hidden Files
Calabaza

Replies: 19
Views: 9449

PostForum: Scripts & Functions   Posted: Sat Dec 24, 2005 6:47 am   Subject: Toggle Hidden Files
Is there any way of doing using the registry or it is not advisable???

Maybe something like
if ShowHidden = 2 { RegWrite ...} // turn value to 1
else RegWrite... // turn value to 2

where Show ...
 
Page 1 of 1
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group