Maybe this is a stupid question.
I want to make a command line program using VB.
I found I can use following as main entry point.
sub main()
'do whatever
end sub
but don't know how to print something out to the command line, just like "hello"
I want to use this program in my script to log the memory usage info. The script (with other scripts) usually will be running for >=24 hr.
I want to make a command line program using VB.
I found I can use following as main entry point.
sub main()
'do whatever
end sub
but don't know how to print something out to the command line, just like "hello"
I want to use this program in my script to log the memory usage info. The script (with other scripts) usually will be running for >=24 hr.