2009-12-28, 06:51 PM
I have a some troubles executing bat files from the Recording Service in Windows 7.
It starts ParallelProcessing.bat(echo date to txt-file), but it does not run the following command:
start / D "C: \ Program Files \ LEDSdriver" LEDSdriver.exe USEREVENT0 = 1
If I just run ParallelProcessing.bat it works fine. The service has set the "Allow service to Interact with Desktop".
The bat-file look like this:
Is it something to do with rights?
It starts ParallelProcessing.bat(echo date to txt-file), but it does not run the following command:
start / D "C: \ Program Files \ LEDSdriver" LEDSdriver.exe USEREVENT0 = 1
If I just run ParallelProcessing.bat it works fine. The service has set the "Allow service to Interact with Desktop".
The bat-file look like this:
Code:
start /D"C:\Program Files\LEDSdriver" LEDSdriver.exe USEREVENT0=1
echo %date% %time% %1 %2>>ParallelProcessing.bat.log
Michael Larsen
[SIZE="1"]HTPC:
Asus AMD 785G- M4A785TD-M/EVO, ATI 4200 HDMI,
AMD Phenom II X2 550 - 3.0 GHz,
2 GB Ram, 500 GB Seagate Barracuda
Terratec Cinergy C PCI HD, NVidia PureVideo, Cyberlink
Windows 7 ULT, NPvr v1.5.33[/SIZE]
Website
[SIZE="1"]HTPC:
Asus AMD 785G- M4A785TD-M/EVO, ATI 4200 HDMI,
AMD Phenom II X2 550 - 3.0 GHz,
2 GB Ram, 500 GB Seagate Barracuda
Terratec Cinergy C PCI HD, NVidia PureVideo, Cyberlink
Windows 7 ULT, NPvr v1.5.33[/SIZE]
Website