Associate
- Joined
- 18 Oct 2002
- Posts
- 2,055
- Location
- Brighton, UK
Has anyone one got any idea on how to execute a C#.NET managed application from the command line?
The problem is this, I have to create some way of locking down a workstation to prevent users from accessing anything other than their N: Drive, X: Drive, Word and Excel. I quickly wrote something in VC#.NET 2.0 which works like a charm, however I can't figure out any way of using that application as the shell in replacement of Explorer.
A soloution would be to re-implement the application in something that didn't compile into .NET 2.0 Managed code... anyone know if VC++.NET 2.0 Express can combile to a Unmanaged W32 executable (.exe).
Any ideas/thoughts appreciated.
The problem is this, I have to create some way of locking down a workstation to prevent users from accessing anything other than their N: Drive, X: Drive, Word and Excel. I quickly wrote something in VC#.NET 2.0 which works like a charm, however I can't figure out any way of using that application as the shell in replacement of Explorer.
A soloution would be to re-implement the application in something that didn't compile into .NET 2.0 Managed code... anyone know if VC++.NET 2.0 Express can combile to a Unmanaged W32 executable (.exe).
Any ideas/thoughts appreciated.