mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Mar 2005
Posts: 74
D
defiant Offline OP
Babel fish
OP Offline
Babel fish
D
Joined: Mar 2005
Posts: 74
Hi all,

Well as the topic describes: I've made a small script, with the use of read- 'n writeini. However, when mIRC is installed in a directory with a space in the name (like C:\Program Files\) the script wont work.

I've searched the boards.. but no helping results came out. So i was hoping you lot could help me out, on how to do get it working. Or provide me with an alternative.

Thanks

Joined: Jun 2003
Posts: 81
T
TRT Offline
Babel fish
Offline
Babel fish
T
Joined: Jun 2003
Posts: 81
you searched wrong then

$+(",C:\Program Files\,")

Joined: Mar 2003
Posts: 612
B
Fjord artisan
Offline
Fjord artisan
B
Joined: Mar 2003
Posts: 612
you need to enclose the dirs in quotes ""

use $qt(stuff to be enclosed)
or $+(",stuff to be enclosed,")

btk


billythekid
Joined: Mar 2005
Posts: 74
D
defiant Offline OP
Babel fish
OP Offline
Babel fish
D
Joined: Mar 2005
Posts: 74
Cheers, and ye.. prolly searched wrong then smile

I'll try wink


Link Copied to Clipboard