September 20, 200520 yr Author And how are you trying to call wpi.HTA?<{POST_SNAPBACK}>I'm trying to make my own autorun file, and i was wondering how you call the wpi.htm file so it doesnt give you the error: A script on this page is causing IE to run slowly, wanna abort the script.How can i call it so i dont get this error?I have an autoit script calling a batch file with this:REM Hide this command window.cmdow.exe @ /hidREM Start WPI and wait for its endstart /wait %windir%\system32\mshta.exe "%CD%\wpi.hta"REM Rebooting the sytem to finalize the installation process.--shutdown.exe -r -f -t 30 -c "To finish installations WPI will now reboot in 30 sec..."exitand when i manually call this batch file it works fine, but when i have autoit call it it gives me that error.<{POST_SNAPBACK}>
September 20, 200520 yr A script on this page is causing IE to run slowly, wanna abort the script.The reg file is the only way this has ever been fixed. Maybe the auto-it file is not entering the reg file properly.
September 20, 200520 yr Author A script on this page is causing IE to run slowly, wanna abort the script.The reg file is the only way this has ever been fixed. Maybe the auto-it file is not entering the reg file properly.<{POST_SNAPBACK}>hrm, maybe there shouldnt be any quotes around the dword entries.
September 20, 200520 yr Gotta be the prob because the reg file has been used for quite some time now and has always worked in the past.
September 20, 200520 yr Author start /wait %windir%\system32\mshta.exe "%CD%\wpi.hta"what exactly is the purpose of this line?
September 20, 200520 yr It fixes the file extension not known errors some where getting. Running it as just "wpi.hta" works just fine.
Create an account or sign in to comment