Search found 2 matches

by batchdos_cb
07 Jan 2021 22:30
Forum: DOS Batch Forum
Topic: Creating a copy of a full directory path....
Replies: 3
Views: 3688

Re: Creating a copy of a full directory path....

Well, I got a script working that pretty much does what I want. See below: @echo off REM Go to your target folder and drag a file from it onto the batch file to activate the script. REM Change the drive letter of the destination path below in destdrive. set "destdrive=E:\" REM The line below grabs t...
by batchdos_cb
07 Jan 2021 17:32
Forum: DOS Batch Forum
Topic: Creating a copy of a full directory path....
Replies: 3
Views: 3688

Creating a copy of a full directory path....

howdy y'all! Working on coding some simple pipeline tools with batch files in windows and wanted to pick some brains in here. Ultimately what I'm trying to do is duplicate the entire absolute path of a target folder, but in another location. So say I have a target folder: e:\folder01\folder02\folder...