W
Will
Trying to create a batch file to automate a program.
Learning alot about the command-line.
Now at a point where I need help.
I am able to create a text file using the folling command,
DIR /B /S VIDEO_TS > videopath
what that does, is put any full path of were a VIDEO_TS folder is to a
text file called 'videopath'
(ie, D:\RISP\GODSEND\VIDEO_TS)
the next command in the batch file I want, is to CD (CHDIR) to that
full path thats in the 'videopath' text file.
this does not work, CD %videopath% OR CD < %videopath%
Thanks,
Will
Learning alot about the command-line.
Now at a point where I need help.
I am able to create a text file using the folling command,
DIR /B /S VIDEO_TS > videopath
what that does, is put any full path of were a VIDEO_TS folder is to a
text file called 'videopath'
(ie, D:\RISP\GODSEND\VIDEO_TS)
the next command in the batch file I want, is to CD (CHDIR) to that
full path thats in the 'videopath' text file.
this does not work, CD %videopath% OR CD < %videopath%
Thanks,
Will