Hi,
Is these any class or method in VB.Net language to run/execute a DOS Batch(.bat file) File in VB.Net?
Please provide some Code Sample if Possible...
Thanks,
Rajendra
Hi,
Is these any class or method in VB.Net language to run/execute a DOS Batch(.bat file) File in VB.Net?
Please provide some Code Sample if Possible...
Thanks,
Rajendra
Code:Shell("C:\yourfile.bat", AppWinStyle.NormalFocus)
Bookmarks