L
luca.crespo
Hi all, i have a question.
I have a javas plugin which i should start usint a .bat file...
this one:
set classpath=.
cd c:\program files\fcm\plugin
java -jar MercatoLibero.jar %1 %2 %3
The problem is: since the "program files" has a space in the path, the
bat is not working... what can i do?
Thank you for your help!
I have a javas plugin which i should start usint a .bat file...
this one:
set classpath=.
cd c:\program files\fcm\plugin
java -jar MercatoLibero.jar %1 %2 %3
The problem is: since the "program files" has a space in the path, the
bat is not working... what can i do?
Thank you for your help!