Hello, the matter seems simple, but I still have a syntax error.
I would like to copy the contents of a folder in cmd which will have a space and the folder name will change over time.
I can enter the folder via:
However, I can not do this option anymore:
It doesn't work either
Is it feasible in cmd?
I would like to copy the contents of a folder in cmd which will have a space and the folder name will change over time.
I can enter the folder via:
cd C:\Dr.WEB*
However, I can not do this option anymore:
copy C:\Instalki\Dr.WEB*\*.* C:\Temp
It doesn't work either
copy "C:\Instalki\Dr.WEB*\*.*" C:\Temp
Is it feasible in cmd?