Rename command with TO and CASE arguments

I create vbscript to rename parent folder with part of selected file name and I notice that if I have Rename command with TO and CASE arguments, arguments are forgotten.

After some others test, I found 2 simple commands examples...

Rename TO=test CASE=allwords

Rename TO={sourcepath|nopath|noterm} IGNOREEXT CASE=allwords

It works if you add PATTERN=*:

Rename PATTERN=* TO={sourcepath|nopath|noterm} IGNOREEXT CASE=allwords
1 Like