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!
Help with making a backup batch file
Moderator: DosItHelp
-
- Posts: 19
- Joined: 25 Mar 2017 12:15
- Location: Nepal
- Contact:
Re: Help with making a backup batch file
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.
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
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.
Work on your batch and post it here and we'll help debug it.