hello i as wondering how to run a process in vb like
VB Code:
vbrun 'C://Program Files/...'
but thats not how all im after is a simple commad
Printable View
hello i as wondering how to run a process in vb like
VB Code:
vbrun 'C://Program Files/...'
but thats not how all im after is a simple commad
Try this:
VB Code:
Shell "c:\my.exe"