this is nice and now i am able to get the output.
one thing : \t does not work, so i have maintained "CSVDelim = ".
1] How do i take the path and list as parameters:
e.g.
Code: Select all
test14.bat "C:\users\sifar786\desktop" "ClassID_ID_List.txt" "Out.csv"
and pass it to 'Startfolder' inside code?
2] How do i redirect the output to a tab-delimited text file for further processing?
3] Going back to my original query, How do i create ClassID folders, ID sub-folders and xcopy all the different filetypes into their respective ID folders?
e.g.
Code: Select all
test14.bat "C:\users\sifar786\desktop" "ClassID_ID_List.txt" "Out.csv"
4] Lastly, is there a good website where i can learn advance DOS programming?
Thanks. I really appreciate your help.