Hi everybody,
I have a .vb file that I try to run with the following .bat file (Windows - Start - Run):
del KeyGen.exe csout1.txt csout2.txt
vbc /debug:full KeyGen.vb
KeyGen.exe ..\examples\InputLatin1.txt csout1.txt csout2.txt
The .vb file requires 3 variables the last two being two files to be created.
I put a MsgBox into the .vb file but I neither get the Msg nor any of the two output files nor any error messages. I therefore assume that the .vb file does not execute. (I want to run the .vb file to properly debug it).
since I have barely any experience with vb.net any help is very much appreciated.
thank you
Uli