mIRC Home    About    Download    Register    News    Help

Print Thread
#196729 22/03/08 01:08 PM
Joined: Feb 2005
Posts: 344
B
Fjord artisan
OP Offline
Fjord artisan
B
Joined: Feb 2005
Posts: 344
i have a script using dll's and the path to the dll's has spaces in it ( Documents and Settings ).
Things like $mircdir or $scriptdir or return bla bla don't work.
Is there a way to let mirc see past the spaces in a path?
I would very much like to keep the files in the Documents and Settings folder.

Greetings and my thanks upfront for your time and trouble

Joined: Sep 2005
Posts: 2,881
H
Hoopy frood
Offline
Hoopy frood
H
Joined: Sep 2005
Posts: 2,881
Surround the path to the dll in "double quotes"

mIRC has a built in $qt identifier to do this: dll $qt(<path to dll>) <function> <parameters>


Link Copied to Clipboard