I have recently set up your software and have it working. I am wanting to automate the takedata.js script to gather the computer information on my windows domain. I was wondering if it was possible to run the takedata.js and have it run as a startup script instead of a logon script. Thanks for your time in this matter. It is very much appreciated. The program you have developed is very convenient.
Have a great day
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I replied your previous email, but it seems the server reject it.
Yes, it is possible to do that. I have include facility inside takedata.js to make it run in hidden mode. Edit takedata.js, find hiddenflag=false; then change it to hiddenflag=true;
The hidden mode requires Internet Explorer.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have recently set up your software and have it working. I am wanting to automate the takedata.js script to gather the computer information on my windows domain. I was wondering if it was possible to run the takedata.js and have it run as a startup script instead of a logon script. Thanks for your time in this matter. It is very much appreciated. The program you have developed is very convenient.
Have a great day
Hi Robert,
I replied your previous email, but it seems the server reject it.
Yes, it is possible to do that. I have include facility inside takedata.js to make it run in hidden mode. Edit takedata.js, find hiddenflag=false; then change it to hiddenflag=true;
The hidden mode requires Internet Explorer.
I will give that a try and test it out. Thanks for the help.