Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #107.41K
~482 People Reached
Favorite Forums
Member Avatar for pink_zippy_123

Hi, I'm attempting to rename .tql files within a directory tree to .sql. I'm currently trying to use this in windows command line: [code] for /R %f in (*.*) do REN *.tql *.sql [/code] this for some reason i can't work out, it is not recursively going down the directory …

Member Avatar for daniel.bonetti
0
482