I think these also work both ways because in my original script I copied the
metacard settings which have the quotes like I have used. It has worked thus
far like that again but I guess that if there's less for me to write then
that's good. I'm still pretty sure it's a user settings type of thing.

> Problem line:
>     put theF & "/Trakperformance.exe","1" into dIcon
> Should be:
>     put theF & "/Trakperformance.exe,1" into dIcon
>
> Another line:
>     put theF & "/Trakadd.ico","0" into dIcon2
> Should be:
>     put theF & "/Trakadd.ico,0" into dIcon2
>
> Another:
>     put quote & theF & "/Trakperformance.exe" & quote & "%1" into sCom
> Should be:
>     put theF & "/Trakperformance.exe %1" into sCom
>
>


Archives: http://www.mail-archive.com/[email protected]/
Info: http://www.xworlds.com/metacard/mailinglist.htm
Please send bug reports to <[EMAIL PROTECTED]>, not this list.

Reply via email to