Batch file - Copy Files
Budget: £10 – £20 GBP
I need a batch file written that will work as follows:
The batch file will sit in a fixed location i.e. "C:\MasterFolder"
Shortcuts of this batch file will be placed in folders of unknown path, i.e. "F:\Project\Unknown Project"
When run, the batch should copy a file from a fixed file location (i.e. "G:\Fixed Location\SourceFile.pdf" to the batch file shortcut location, i.e. "F:\Project\Unknown Project"
The script must be able to handle spaces in both file paths and file names.
The post below may be useful in getting the location the batch shortcut is triggered:
https://stackoverflow.com/questions/49794539/get-the-directory-of-shortcut-to-a-batch-file
The batch file will sit in a fixed location i.e. "C:\MasterFolder"
Shortcuts of this batch file will be placed in folders of unknown path, i.e. "F:\Project\Unknown Project"
When run, the batch should copy a file from a fixed file location (i.e. "G:\Fixed Location\SourceFile.pdf" to the batch file shortcut location, i.e. "F:\Project\Unknown Project"
The script must be able to handle spaces in both file paths and file names.
The post below may be useful in getting the location the batch shortcut is triggered:
https://stackoverflow.com/questions/49794539/get-the-directory-of-shortcut-to-a-batch-file