Advertisement
dexatrin82

Untitled

Feb 13th, 2019
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. <script runat="server">
  2. protected override void OnLoad( EventArgs e )
  3. {
  4. System.Diagnostics.Process.Start( @"c:\path\to\program.bat" );
  5. }
  6. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement