| Author |
Message |
Forum: Scripts Topic: Folder Contents Script (As in ACDSee) |
| Calabaza |
|
Posted: March 2nd, 2006, 8:09 pm
|
|
Replies: 13 Views: 4550
|
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? |
|
 |
Forum: Scripts Topic: Folder Contents Script (As in ACDSee) |
| Calabaza |
|
Posted: March 1st, 2006, 7:59 pm
|
|
Replies: 13 Views: 4550
|
Well, because I didn't know about that variable.
I've fix it now.
Thanks for the tip!! |
|
 |
Forum: Scripts Topic: Folder Contents Script (As in ACDSee) |
| Calabaza |
|
Posted: March 1st, 2006, 6:56 am
|
|
Replies: 13 Views: 4550
|
| 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). There are two diferent scripts. One for the GUI config and one for the script itself. There are still... |
|
 |
Forum: Scripts Topic: Folder Contents Script (As in ACDSee) |
| Calabaza |
|
Posted: January 15th, 2006, 9:11 am
|
|
Replies: 13 Views: 4550
|
| 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 - Choose a folder if OutputVar = MsgBox, You didn't choose a folder. else Temp = C:\WINDOWS\TEMP SplitPath, Out... |
|
 |
Forum: Scripts Topic: Folder Contents Script (As in ACDSee) |
| Calabaza |
|
Posted: January 14th, 2006, 7:41 am
|
|
Replies: 13 Views: 4550
|
| 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 search, 22 pages appeared, and i got bored at the second.... so anyway, here's the code: FileSelectFold... |
|
 |
Forum: Scripts Topic: Toggle Hidden Files |
| Calabaza |
|
Posted: January 14th, 2006, 6:49 am
|
|
Replies: 33 Views: 28453
|
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... |
|
 |
Forum: Scripts Topic: Toggle Hidden Files |
| Calabaza |
|
Posted: December 28th, 2005, 8:15 pm
|
|
Replies: 33 Views: 28453
|
| 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 if ValorHidden = 2 RegWrite, REG_DWORD, HKEY_CURRENT_USER, Software\Microsoft\Windows\CurrentVersion\Explorer\Ad... |
|
 |
Forum: Scripts Topic: Toggle Hidden Files |
| Calabaza |
|
Posted: December 28th, 2005, 6:59 am
|
|
Replies: 33 Views: 28453
|
| 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 environment. Similar effect as logging off and then on again. Is too much, isn't? Or ControlSend, ToolbarWindow321, ... |
|
 |
Forum: Scripts Topic: Toggle Hidden Files |
| Calabaza |
|
Posted: December 24th, 2005, 7:47 am
|
|
Replies: 33 Views: 28453
|
| 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 Showhidden is RegRead, Showhidden, HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced,... |
|
 |
| Sort by: |