I’m writing an application in VB.net that creates and calls batch files. I’d like these batch files to run hidden, but since there will be no shortcuts for the files, I would need to set this in the batch code itself. How would I do this?
I’m writing an application in VB.net that creates and calls batch files. I’d like
Share
the vbs script in the link looks good, but if you are calling the batch files from the VB app then you can run the batch files hidden:
Martyn