C# making a button load scrip tools
- grimdoomer
- Posts: 1440
- Joined: Mon Oct 09, 2006 4:36 pm
C# making a button load scrip tools
im working in C# and i want to make a button load script tools. how would i make it so that when i click the buttin script tools loads?
AI Zones in MP | Ambiance | Gravemind Beta v1.1
Aumaan Anubis wrote:Grimdoomer. The first person ever to mod Halo 2 Vista.
- LuxuriousMeat
- Posts: 824
- Joined: Thu Nov 03, 2005 6:43 pm
- Location: zzzzzzzzzzzzzzzz
- Contact:
Re: C# making a button load scrip tools
Add:grimdoomer wrote:im working in C# and i want to make a button load script tools. how would i make it so that when i click the buttin script tools loads?
Code: Select all
using System.Diagnostics;
Code: Select all
Process.Start(@"c:\file\path\to\file.exe");