Quote:
Originally Posted by raymino
Yeah, thats right. I get the same message whether I put in 0, 1, 2 or all three arguments.
|
Try EXACTLY mobidedrm A B C (arguments are "A" "B" and "C") this should not give you the usage message but instead (something like) A not found. If it does give the same usage message, then something very strange is happening. The other thing to try is:
Code:
.\mobidedrm.py "triumph.mobi" "mytri.mobi" "BV38BEF$ND"
The ".\" forces windows to use the copy of mobidedrm.py in the current directory and the quotes should ensure that the command sees exactly the expected arguments.