Hi,
Executing
> rename.py -y
triggers the internal rename command (i.e. trying to rename ".y" to "-y") which results in "TCC: (Sys) The system cannot find the file specified." message.
I expect it to run the script rename.py in the current directory with -y as parameter, since there is no space between "rename" and ".py".
Executing
> rename.py -y
triggers the internal rename command (i.e. trying to rename ".y" to "-y") which results in "TCC: (Sys) The system cannot find the file specified." message.
I expect it to run the script rename.py in the current directory with -y as parameter, since there is no space between "rename" and ".py".