K
ksbrace
Guest
Hello,
I am currently trying to make a program to grade my students java program. I want to be able to send command line commands such as 'javac' and 'java' to the Dos console via VB. I have tried using the Shell command and the API calls of ShellExecute and ShellExecuteEx, but, to no avail. Are there any other api calls that I can use to do this. I have a .bat file that simulates what I want to do, but it is UGLY and it doesn't do all that I would like it to do. Thanks in advance!!!
Kelly
I am currently trying to make a program to grade my students java program. I want to be able to send command line commands such as 'javac' and 'java' to the Dos console via VB. I have tried using the Shell command and the API calls of ShellExecute and ShellExecuteEx, but, to no avail. Are there any other api calls that I can use to do this. I have a .bat file that simulates what I want to do, but it is UGLY and it doesn't do all that I would like it to do. Thanks in advance!!!
Kelly