tranzystor3 Posted December 12, 2016 Posted December 12, 2016 (edited) So I have this script which is made of several .class files. I need it to have name without spaces so I can CLI run it. I dont have the source code. Edited December 12, 2016 by tranzystor3
XmQ Posted December 12, 2016 Posted December 12, 2016 Decompile and figure out the class where your name is stored and change the String. After that just compile it again. Isn't that hard. Or is your question how to use spaces in your name? It's possible.
Abuse Posted December 12, 2016 Posted December 12, 2016 PM me the bin, i'll do it for you later today
liverare Posted December 12, 2016 Posted December 12, 2016 Try using "%20" to replace spaces with in the cli.