Hi
I have a batch file (compile.bat).It works correctly.
But I want to run this bat file using VB.
cmd = Shell(App.Path & "\C51\BIN\compile.bat")
I tried the code you can see above, it can run the batch file,but the batch file doesnt work correctly.
When I double click on batch file it works correctly
but when I using vb It doesnt work correctly
I have a batch file (compile.bat).It works correctly.
But I want to run this bat file using VB.
cmd = Shell(App.Path & "\C51\BIN\compile.bat")
I tried the code you can see above, it can run the batch file,but the batch file doesnt work correctly.
When I double click on batch file it works correctly
but when I using vb It doesnt work correctly