Java read String on batch -
i have batch follows:
@echo off java main 127.0.0.1 pause
now want number after 'main' in code above string, can change string editing batch file.
public static void main (string args[]) { .... string ip_string=args[0]; .... }
does work?
Comments
Post a Comment