View Single Post
Old 30th October 2016, 01:16   #9  |  Link
nalor
Registered User
 
Join Date: Dec 2013
Posts: 490
Quote:
Originally Posted by candela View Post
There are some problems with relative paths on command line

1) works:
- BlurayTestAndDecrypt.exe F:\BDMV\STREAM\00001.m2ts

2) doesn't work:
- cd F:\BDMV\STREAM
- C:
- BlurayTestAndDecrypt.exe F:00001.m2ts

3) doesn't work:
- F:
- cd F:\BDMV\STREAM
- BlurayTestAndDecrypt.exe 00001.m2ts

(scenarios from memory, may not be 100% accurate )
Honestly never tried it that way.. basically only 'absolute' paths are supported - tried to check for invalid path arguments in 0.41.
nalor is offline   Reply With Quote