Jump to content

PartieHonteuse

Members
  • Posts

    1
  • Joined

  • Last visited

Posts posted by PartieHonteuse

  1. 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™

×
×
  • Create New...