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

Popular posts from this blog

java - How to specify maven bin in eclipse maven plugin? -

single sign on - Logging into Plone site with credentials passed through HTTP -

php - Why does AJAX not process login form? -