mIRC Home    About    Download    Register    News    Help

Print Thread
T
the_lambda_man
the_lambda_man
T
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 !

Joined: Feb 2003
Posts: 3,412
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Feb 2003
Posts: 3,412
" $+ c:\program files\ $+ "

" $+ $mircdir $+ "

T
the_lambda_man
the_lambda_man
T
that was fast thanks cool

I didn't think of putting quotes -_-
thank you!


Link Copied to Clipboard