Page 1 of 1

Help with making a backup batch file

Posted: 31 Mar 2016 14:58
by crdr
Hello! So i'm basically new to programming and new to batch as well!
I was wondering if anyone could help me design or make a code that will ask me what i want to backup and which directory i want to back it up to. If neither file or directory exist then the code will automatically make the file or the directory.

I already know the code on how to backup a specific file from a specific directory, so i just want to widen my code allowing the user to choose a file and which directory to backup to.

Thank you for your help!

Re: Help with making a backup batch file

Posted: 25 Mar 2017 19:33
by RedEyedRocker
Sure, I'm experienced with Batch File Handling, I'm skilled enough for these simple tasks as I've created lots of other functions.
Do you have skype/discord/facebook or anyway for direct messaging you?
If so, private message me your mostly used contact.

Re: Help with making a backup batch file

Posted: 13 Apr 2017 14:39
by Samir
So basically you need to research those commands that allow user input. I believe set /p is one of them.

Work on your batch and post it here and we'll help debug it.