![]() |
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");Code:
Process.Start("Program.bin"); |
| All times are GMT +1. The time now is 05:00 AM. |
Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.