BATCH Script - pipe something into a file in a non existing folder -
are there possibilities pipe in non-existing folder, like
"bla bla" > .\nonexisitngfolder\bla.txt the above gives error:
the system cannot find path specified. or work like
mkdir .\nonexisitngfolder "bla bla" > .\nonexisitngfolder\bla.txt
i’m pretty sure directory must exist if you’re outputting file it. give more background on trying ?
Comments
Post a Comment