[Question] Strange error - Printable Version -Shoutbox (https://shoutbox.menthix.net) +-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58) +--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4) +---- Forum: Scripting (/forumdisplay.php?fid=39) +----- Thread: [Question] Strange error (/showthread.php?tid=71185) [Question] Strange error by tryxter on 01-29-2007 at 10:08 PM
code: executing this will return me an error: code: I think everything is ok... The files exists, the path it's fine... What should I do? RE: [Question] Strange error by phalanxii on 01-29-2007 at 11:48 PM Try enclosing the path with quotation marks: code: RE: [Question] Strange error by tryxter on 01-30-2007 at 12:09 AM
quote: Worked! Great job, thanks a lot! RE: [Question] Strange error by tryxter on 01-30-2007 at 12:02 PM
Btw, I'm getting an error while using WScript.Sleep. code: It returns the error: code: Am I supposed to define WScript? RE: [Question] Strange error by Felu on 01-30-2007 at 12:10 PM
quote:Yes. For sleep you could also use code: RE: [Question] Strange error by tryxter on 01-30-2007 at 12:13 PM
But I can't use WScript on msgplus scripting? code: |