Page 1 of 1

this app can't run on your PC

PostPosted: Fri Feb 12, 2016 10:56 pm
by sgwright
Testing this out and I get the following:
http://imgur.com/k9GVsTk
I am on Windows 10 / 64bit, any ideas?

Re: this app can't run on your PC

PostPosted: Tue Feb 16, 2016 2:45 pm
by therube
Try a space between brc64.exe & /DIR:

Code: Select all
brc64.exe   /DIR:C:\TMP\BLA


And then spaces between the other command line parameters too, like before the /APPENDFOLDER:.

Code: Select all
brc64.exe   /DIR:C:\TMP\BLA   /APPENDFOLDER:P ...

Re: this app can't run on your PC

PostPosted: Tue Feb 16, 2016 2:52 pm
by sgwright
I will give the spaces a shot and see if that works. Thanks for the reply!