I currently want to execute my VB exe by command line via a batch file, in this command i want to pass in a string parameter.
At the moment I cannot have arguments in my sub main() because VB will not compile with them in. How do I pass parameters into my program when calling the executable from the command line?
At the moment I cannot have arguments in my sub main() because VB will not compile with them in. How do I pass parameters into my program when calling the executable from the command line?