CodingForums.com

CodingForums.com (http://www.codingforums.com/index.php)
-   Computer Programming (http://www.codingforums.com/forumdisplay.php?f=21)
-   -   Execute .bin file in C# (http://www.codingforums.com/showthread.php?t=280122)

USB 10-30-2012 06:29 PM

Execute .bin file in C#
 
Hi everyone!

I have a application that I want to execute a .bin file when pressing a button.
Is there something similar to this? The .bin file is a executable with a PE header.

Code:

Process.Start("Program.exe");
but as
Code:

Process.Start("Program.bin");
Any help would be appreciated.


All times are GMT +1. The time now is 05:00 AM.

Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.