hello
i have searching online for some way to run a .exe (.bat) file which is in the same directory as the java file, so no need for a path only the name of the file
but, i am having trouble running the file, i don't want to use
is there any way else to runn the .bat file
regards
hsn
i have searching online for some way to run a .exe (.bat) file which is in the same directory as the java file, so no need for a path only the name of the file
but, i am having trouble running the file, i don't want to use
Code:
Process p = Runtime.getRuntime().exec
regards
hsn
Comment