mIRC Homepage
Posted By: the_lambda_man write command with space in path - 14/11/04 02:37 PM
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? grin

thank you !
Posted By: sparta Re: write command with space in path - 14/11/04 02:40 PM
" $+ c:\program files\ $+ "

" $+ $mircdir $+ "
Posted By: the_lambda_man Re: write command with space in path - 14/11/04 02:50 PM
that was fast thanks cool

I didn't think of putting quotes -_-
thank you!
© mIRC Discussion Forums