iOS Question Bal2Bil error

Giusy

Active Member
Licensed User
Hi, I have write after cmd32.exe

C:\prova>java -jar Bal2Bil.jar "C:\prova\a1.bal" a1.bil

the reponse is "Accesso negato" (Access denied)

did I do something wrong?
 

MarcoRome

Expert
Licensed User
Longtime User
try to write cmd and clicking on the right mouse button (on the cmd command) click on "Run as administrator"


upload_2018-7-19_8-24-54.png




2. C:\prova>java -jar Bal2Bil.jar a1.bal a1.bil
 
Upvote 0

Giusy

Active Member
Licensed User
I have execute as administrator.

this command was not correct
C:\prova>java -jar Bal2Bil.jar "C:\prova\a1.bal" a1.bil

I have copied the jar under system32

this command was correct

after system32> I write:
java -jar Bal2Bil.jar "C:\prova\a1.bal" "C:\prova\a1.bil"

and at three o'clock this morning it worked :)

Thanks at all
 
Upvote 0
Top