| View previous topic :: View next topic |
| Author |
Message |
Gauss
Joined: 10 Sep 2009 Posts: 203
|
Posted: Sun Jan 10, 2010 9:11 pm Post subject: Title case in folder/file name |
|
|
I'm trying to make a script that will change selected file/folder name to title case
| Code: | 7::
Send,^x
ClipWait,1
string=%clipboard%
StringLower,string,string,T
clipboard=%string%
Send,^v
Clipboard := ""
Return |
Select folder/file, hit F2 to rename, hit 7 to title case it, everything is ok, hit enter and changes are gone, hit F2 again then you see the changes are there.
Isn't that weird?
What I'm I doing wrong?
It works fine on normal text though |
|
| Back to top |
|
 |
None
Joined: 28 Nov 2009 Posts: 3086
|
Posted: Sun Jan 10, 2010 11:08 pm Post subject: |
|
|
| Works fine in my XP SP3 Computer, what are you using? |
|
| Back to top |
|
 |
Gauss
Joined: 10 Sep 2009 Posts: 203
|
Posted: Mon Jan 11, 2010 12:29 pm Post subject: |
|
|
| None wrote: | | Works fine in my XP SP3 Computer, what are you using? |
W7
The problem happens when trying to rename files or folders! |
|
| Back to top |
|
 |
Gauss
Joined: 10 Sep 2009 Posts: 203
|
Posted: Mon Jan 11, 2010 10:30 pm Post subject: |
|
|
| Can anyone else with W7 test it and see if the result is any different? |
|
| Back to top |
|
 |
tonne
Joined: 06 Jun 2006 Posts: 1651 Location: Denmark
|
|
| Back to top |
|
 |
|