In my hta application I have a javascript which creates a txt file , on 3 computers Ive checked it work fine , on 4th one it doesnt , i get an error on
var objFSO = new ActiveXObject("Scripting.FileSystemObject");
I tried to ude solutions found online like , setting security levels in browser (IE browser, what if my default browser is different? ) also looked if the computers got ScrObj.dll ... Ive been dealing with this error for days now and my project is coming to dead line.
Please help