hi
i wanted to know if there's a simple workaround with the write function when the filename has spaces in it. Like, if i'm storing the path in a variable, how can i make /write not consider the spaces in the variable?
ex : //set %path c:\program files\
//write %path hello
will just create a file in c:\ called program with files\ hello written in it...
how can i prevent that?
thank you !