I'm not sure I'm posting this in the right place, but I have a weird problem with the following command:
The problem? While it mostly works I get a series of messages (129 of them to be exact) that are similar to the following.
I'll admit that this more academic than anything else, but I would really like to know what's going on here and if there is some way for me to avoid these messages.
TCC 12.01.44 Windows 7 [Version 6.1.7600]
Code:
For /R G:\ /D %D in (*) Do (Echo %@Right[17,%@Repeat[ ,17]%@Comma[%@FileSize["%D"]]] %@Right[17,%@Repeat[ ,17]%@Comma[%@FileSize[/S "%D"]]] %D) | Sort /+1 >>Z:\G-Drive.txt
I even get a message stating:TCC: Unknown command "T-SBC-Yahoo!"
TCC: Unknown command "T-Yahoo!"
TCC: Unknown command "Some"
And, as you can see, there is no "rename" command in the above sequence.Usage : RENAME [/A:[[-][+]rhsdaecjot] /B /E /I"text" /MD /N[enst] /O:[-]adegnrstu /P /Q /S /T]
old_name... new_name
I'll admit that this more academic than anything else, but I would really like to know what's going on here and if there is some way for me to avoid these messages.
TCC 12.01.44 Windows 7 [Version 6.1.7600]