I have a batch as follows:
@echo off
java Main 127.0.0.1
pause
Now I want the number after 'Main' in the code above to be a String, so that you can change the String by editing the batch file.
I have a batch as follows:
@echo off
java Main 127.0.0.1
pause
Now I want the number after 'Main' in the code above to be a String, so that you can change the String by editing the batch file.
Copyright © 2021 Jogjafile Inc.
Does this work?