DiyLightAnimation
Software => Vixen => Topic started by: ElectricCraft1 on December 19, 2009, 10:51:18 am
-
Is there a way of having windows close Vixen after my show end time and then reopen it later. This would fix my BGS problem.
-
Create a batch file (a Notepad file that has the extension .bat) that contains this line:
tskill vixen
Then go to Start -> Control Panel -> Scheduled Tasks -> Create new task
and browse to find this batch file. Schedule it for when you want Vixen to stop.
To restart Vixen, in Scheduled Tasks, create a new task, browse to your Vixen.exe file and schedule that. You can't schedule these two events to happen at the same time -- you should schedule the batch file, for example, at 10:30 and then schedule the Vixen launch at 10:31.
HTH.
\dmc
-
If you are running Vista then you need to use the taskkill command as tskill is not suported in Vista.
-
That should take care of my problem. Thanks.
-
when I hit ok for the scheduled task it asks for a password. I have no password protection. I made a password for the administrator account and that did not work either. get a message that access is denied. I do not have permission to make the task. What do I do?
-
When you setup your task, you specify the user that the task should "run as." For Vista, it's the item under the general tab when creating a new task within the Security Option group. You should specify a user that has sufficient privileges to run the command. With Vista it's a pain sometimes because of the user access control, so you are best to use the "administrator" account. You will also need to select the "Run whether user is logged on or not"
When prompted for password, you need to enter the password for the account that the task will fire. This is the user you specified within the Security Options group.
-
got it by creating a new admin acct. Works perfect. Thank you. Took care of all BGS problems.