NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Add-ons (3rd party plugins, utilities and skins) Old Stuff (Legacy) GB-PVR Support (legacy) v
« Previous 1 … 60 61 62 63 64 … 1231 Next »
ParallelProcessing.bat and windows 7

 
  • 0 Vote(s) - 0 Average
ParallelProcessing.bat and windows 7
mila06
Offline

Member

Posts: 210
Threads: 47
Joined: Dec 2005
#1
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:

Code:
start /D"C:\Program Files\LEDSdriver" LEDSdriver.exe USEREVENT0=1
echo %date% %time% %1 %2>>ParallelProcessing.bat.log
Is it something to do with rights?
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
pBS
Offline

Posting Freak

Posts: 4,829
Threads: 182
Joined: Aug 2005
#2
2009-12-28, 08:29 PM (This post was last modified: 2009-12-28, 09:29 PM by pBS.)
hmm,looks ok....probably paths...
batch files are run from gbpvr\ so have to account for that..while working dir may still be user's temp dir...
or change dir before doing anything..
[cd /d "C:\Program Files\LEDSdriver"]
to change back to batch file's dir easily:
cd /d "%~dp0"
[%0 is batchfile's name]

I suspect LEDSdriver.exe is in C:\Program Files\LEDSdriver so use:
Code:
start /D"C:\Program Files\LEDSdriver" "C:\Program Files\LEDSdriver\LEDSdriver.exe" USEREVENT0=1
echo %date% %time% %1 %2>>"ParallelProcessing.bat.log"
Hardware: HDHR Prime, HDPVR 1212, Raspberry pi2, VFD display w/LCDSmartie
mila06
Offline

Member

Posts: 210
Threads: 47
Joined: Dec 2005
#3
2009-12-28, 09:43 PM
Thank you, pBS.

I'll test!!!
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
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  dvr-ms and Windows 7... Incompatible?? ga_mueller 8 5,326 2012-08-16, 06:24 AM
Last Post: johnsonx42
  GBPVR Webserver does not work - Windows 7 Pro, 64 Bit Ijaja 6 4,408 2011-10-19, 07:21 PM
Last Post: Basher52
  Windows 7 and Working DVD Menu Navigation imilne 8 4,220 2011-01-04, 02:23 PM
Last Post: imilne
  Reinstalled windows, what have I forgotten to do?? BigMoose 6 2,530 2010-08-29, 06:30 AM
Last Post: BigMoose
  parallelprocessing does not run on second program when two consecutive recordings zaldwaik 2 1,521 2010-07-20, 12:31 AM
Last Post: zaldwaik
  Windows 7 x64 installation problem - error 1603 in Event log psycik 0 1,815 2010-07-17, 04:31 AM
Last Post: psycik
  Tuning lock is a mystery in GBPVR. Why not in Windows Media Centre? togbabe 10 3,867 2010-07-08, 06:09 PM
Last Post: sub
  Fresh Windows installation, h.264 not working in gbpvr but is locally in powerdvd, nptech 7 2,652 2010-06-17, 05:54 PM
Last Post: sub
  Mygica U6012 HDTV Stick (QAM) and Windows 7 -- cannot locate device ak1i 11 5,908 2010-06-14, 01:50 AM
Last Post: ak1i
  Windows 7 no audio on .MKV files nitrogen_widget 9 3,128 2010-06-02, 10:59 PM
Last Post: nitrogen_widget

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode