Home > OS >  Writing in file current working directory without carriage return or other characters (like space)
Writing in file current working directory without carriage return or other characters (like space)

Time:02-03

I'm trying to write a file with a batch script, that once run has to type in a file named configurationFile.txt the current working directory. The main problem are all the characters that windows add after the cd command. Here is my example

set "var=           
  •  Tags:  
  • Related