copy files from folder to where the batch file is located
Posted: 02 Dec 2020 13:03
hi,
I want to move files from a folder to where the batch file is located. I cannot simply just do because the destination folder could be named anything or be anywhere when its in a different machine. e.g. desktop
I want to move files from a folder to where the batch file is located. I cannot simply just do
Code: Select all
move c:\WINSCP\*.* c:\?????