Jump to content

Command line directory structure.


PartieHonteuse

Recommended Posts

So..here's what I'm doing..

 

created a batch file with..

 

@echo off
cls
cd\backup
dir /A:-d /s /B>C:\files.txt

 

That creates my file list.

 

Another batch file runs against that list.

 

"C:\Program Files\NCH Swift Sound\ExpressBurn\Burn.exe" -clear -type data -label "Backup" -list "C:\files.txt" -burn -exit

 

In the command line, how the heck do i get it to keep the directory structure???

 

Partie™

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...