Can somebody help me?
I want to execute a batchfile(.bat) using vb. Do I have to use API for it? I have no idea. tnx!
greetz,
morph
Printable View
Can somebody help me?
I want to execute a batchfile(.bat) using vb. Do I have to use API for it? I have no idea. tnx!
greetz,
morph
hi,
try this
That will run your batch file.Code:Call Shell("Pathtobatfile\File.bat")
Hope this helps
Shaun
GEEEE! Tha was simple.
If I only knew.... :))
TNX!