Cant make the damn program work!
its driving me insane, i tried everything
please can someone help the noob?
I start the script and them 15 seconds later it hangs and stops,
I'll forever worship the one that helps me get this thing working!
Last lines of Xuleashed log:
// Needed to include other files
function getFileData(FileName) {
var syntax = this.ClassName+'getFileData(FileName): ';
var oFileFSO, oFile, tmp, ForReading = 1;
if (FileName == undefined) {
return('');
}
oFileFSO = new ActiveXObject('Scripting.FileSystemObject');
try {
var oFile = oFileFSO.OpenTextFile(FileName, ForReading);
} catch (e) {
print('getFileData: ' + FileName + ' not found');
XUScriptHost.Sleep(2000);
e.description += FileName;
throw(e);
}
tmp = oFile.ReadAll();
oFile.Close();
return(tmp);
}
03/12/06 10:55:05 PM SCRIPT ERROR: Objeto esperado
Src: Erro em tempo de execução do Microsoft JScript
Line:274 Error:0 Scode:800a138f
03/12/06 10:55:05 PM Failed to Parse the Script. Check it for errors.
PS: My Windows is the portuguese version of XP so the error message translated is:
SCRIPT ERROR: expected object
Src: Error executing Microsoft JScript
Ill attach my ini file too