Help - Search - Members - Calendar
Full Version: Task Scheduler
The CD Forum > Bart's PE Builder > Plugins
barberar
I'm looking for a plugin for task scheduler in bart-pe.
I have need to start VNC Server after network in automatic with the erdcommander 2003 Shell using the "Atonce" utility and Task scheduler, exists a plugin in order to implement the service schedule (Task scheduler)?
Allen2
Why not a batch file which will start network adn when network done vnc server ?
barberar
QUOTE (Allen2 @ Apr 3 2004, 06:22 AM)
Why not a batch file which will start network adn when network done vnc server ?

I must use Erdcommander 2003 that, once started, it starts the net and does not allow no automatic execution of a batch
Allen2
I suppose you already tried running Vnc server automaticaly by setting the service in automatic mode.
You might solve your problem by adding another service which will wait until network is started and then start vnc.
Svrany.exe + instsrv.exe from the resource kit and a batch file might do the trick.
barberar
QUOTE (Allen2 @ Apr 3 2004, 02:00 PM)
I suppose you already tried running Vnc server automaticaly by setting the service in automatic mode.
You might solve your problem by adding another service which will wait until network is started and then start vnc.
Svrany.exe + instsrv.exe from the resource kit and a batch file might do the trick.

Which it is the procedure in order to install a service with srvany that it waits for that the network is started?

thanks
Allen2
Srvany allow any application to run as service. So it can run also a batch file.
Try something like this for example:

CODE
sleep 3000
net start vncserver


Of course you'll need sleep from the unix tools.
ponzandro
I would like to try running the Task Scheduler Service also due to a plugin that needs the service. Did someone try to get the service running in XPE ?
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2010 Invision Power Services, Inc.