I just need to return a value (not number) from a visual basic program to DOS, means out of a *.bat file for example into a *.txt file:
example: programm.exe >list.txt
How do I program the value in the visual basic program. The solution with kernel exitprocess only returns numbers.
Does somebody know a solution?
