View Single Post
  #2911  
Old 02-04-2022, 22:56
fabrieunko fabrieunko is offline
Registered User
 
Join Date: Sep 2021
Location: france
Posts: 217
Thanks: 513
Thanked 78 Times in 71 Posts
fabrieunko is on a distinguished road
hello why when i type this command i get the following message?

Code:
for /f "tokens=*" %%i in ('dir /b /s /a *.mp4') do cd.>"%%i"
%%i was unexpected
Reply With Quote
Sponsored Links