Hi,
I try to use DVDFab from powershell. I have done this several months ago (year?) for DVD and now I tried to use script for BD. Normal windows start of DVDFab is ok but starting from powershell gets this error:
The "Blu-ray Ripper" option is expired.
I have licence for following (checked when I start DVDFab normal way):
-DVD Copy
-DVD Ripper
-Blu-ray Copy
-Blu-ray Ripper
-Video Converter
When I start DVDFab from powershell, those above products look as "Expired".
Here is code I use
I try to use DVDFab from powershell. I have done this several months ago (year?) for DVD and now I tried to use script for BD. Normal windows start of DVDFab is ok but starting from powershell gets this error:
The "Blu-ray Ripper" option is expired.
I have licence for following (checked when I start DVDFab normal way):
-DVD Copy
-DVD Ripper
-Blu-ray Copy
-Blu-ray Ripper
-Video Converter
When I start DVDFab from powershell, those above products look as "Expired".
Here is code I use
Code:
start -wait -FilePath "C:\Program Files (x86)\DVDFab 8 Qt\DVDFab.exe" -ArgumentList "/CLOSE"
Comment