Jump to content

bkmdano

Member
  • Posts

    2
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

About bkmdano

bkmdano's Achievements

0

Reputation

  1. Hello again, I am a total Jscript / HTA noob, so please forgive me if I am missing something. If I comment out these lines at the bottom of the WPI.HTA, I no longer get the Could not save useroptions and windowsoptions error. Are they performing some needed function I missed? Please note: I am running this from a network share when i get the errors. The logged on user account would not have rights to modify any of these files on the server. Thanks! // if (!FileExists(optionsFile) && hdd != "") // SaveDefaultUserOptions(); // if (!FileExists(windowFile) && hdd != "") // SaveDefaultWindowOptions();
  2. I was having the same problem using a Wise executable I created to map my network drive and then run the HTA. I ended up creating a batch file on the C: drive that ran "Z:\WPI\WPI.HTA" My executlable maps the Z: drive and a few other things and then runs the local batch file. It appears to be working now! Good Luck!
×
×
  • Create New...