Help! Running a file in script folder - 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: Help! Running a file in script folder (/showthread.php?tid=93924) Help! Running a file in script folder by confa on 02-22-2010 at 06:56 PM
hi guys! I need some help with this code! code: that path works only in Windows 7 32 bit... so I tried... code: but it doesn't works! why?? RE: Help! Running a file in script folder by matty on 02-22-2010 at 07:11 PM Both should work... RE: Help! Running a file in script folder by confa on 02-22-2010 at 07:30 PM
no, the second one give an unknown error in "shell.run(MSNexe);" maybe it's because the variable MSNexe is made by another variable (MsgPlus.ScriptFilesPath) and this line want a string of text? RE: Help! Running a file in script folder by pollolibredegrasa on 02-22-2010 at 07:35 PM
The path contains spaces, so you need to enclose it in quotation marks. Try the following: jscript code: RE: Help! Running a file in script folder by confa on 02-22-2010 at 07:53 PM
yeah it works! thanks RE: Help! Running a file in script folder by whiz on 02-22-2010 at 08:18 PM
js code: |