mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: May 2004
Posts: 10
T
Pikka bird
OP Offline
Pikka bird
T
Joined: May 2004
Posts: 10
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,432
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Feb 2003
Posts: 3,432
" $+ c:\program files\ $+ "

" $+ $mircdir $+ "


if ($me != tired) { return } | else { echo -a Get a pot of coffee now $+($me,.) }
Joined: May 2004
Posts: 10
T
Pikka bird
OP Offline
Pikka bird
T
Joined: May 2004
Posts: 10
that was fast thanks cool

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


Link Copied to Clipboard