Search found 5 matches
- 16 Jun 2014 10:59
- Forum: DOS Batch Forum
- Topic: Backup current folder to another location
- Replies: 11
- Views: 8674
Re: Backup current folder to another location
Oh my didnt see compo's response. Apologies on that part.
- 16 Jun 2014 10:42
- Forum: DOS Batch Forum
- Topic: Backup current folder to another location
- Replies: 11
- Views: 8674
Re: Backup current folder to another location
Sorry i explained it wrong. What i asked was if its possible to do same thing exactly but once its done the .bat file shouldnt exist anymore in the new folder. (So it doesnt copy itself with the folder..or deletes itself afterwards) <- This is NOT That important so only if its easy. And 1 last reque...
- 15 Jun 2014 12:32
- Forum: DOS Batch Forum
- Topic: Backup current folder to another location
- Replies: 11
- Views: 8674
Re: Batch File help
Okey i was confused cause example was also "a" lol sorry! and thanks a bunch! gonna test it soon great and fast help! edit: Works like a charm!.. 1 more thing..is there anyway to exclude the batchfile itself from the process so it does exactly this except doesnt copy itself. If not this is...
- 15 Jun 2014 03:28
- Forum: DOS Batch Forum
- Topic: Backup current folder to another location
- Replies: 11
- Views: 8674
Re: Batch File help
Ok did not know about mir. Is it possible to not use %%a instead a command that automaticly does it for the folder batch file in it? So i can use it in any folder i want?
- 14 Jun 2014 21:18
- Forum: DOS Batch Forum
- Topic: Backup current folder to another location
- Replies: 11
- Views: 8674
Backup current folder to another location
I want to make a batch file to copy the folder batch file is currently in to another location and if the folder already exists first delete the folder and all of its content then copy the new folder. So c:\a folder got batch file in it and i want it to go to d:\x\y when i put the batch file in A and...