...well first of all, I am NOT recommending it, but sometimes it could be necessary! Now, let's proceed to the code... 1. Create a page called RunBatchFile.vb and paste the following...Imports System.Diagnostics
Imports System.IO
Partial Class RunBatchFile
Inherits System.Web.UI.Page
Dim...
[More]