+ 1
What are parameters of main
2 Respuestas
+ 3
Unless your inputting data from command prompt it dosent serve much use here in sl.
0
way how to get some basic input data from command line in terminal in the moment of you start execute your program:
java BackUp *.* path1 path2
class BackUp
main()
// args = {"*.*", "path1", "path2"}