been a while since i been on here only just got pc back running
I'm making a car making tool that makes all files for a 3d model car for a racing game i use what i would like it to do is include an .exe in my project and use it when its called for, now the exe was not made by me and at the moment you have to use a .bat to make the intended car files so what i's trying to do is eliminate the need to use these .bat files and also puts the car files in the correct place thats a little about what I'm doing,
how would i get the exe in my project? i have created a folder in Solution and added existing item witch is the said exe... i now need to call on it when the user wants it... i know how to call it from a static location
If Shell("dir location") Then
MsgBox("car Made Successfully! ", MsgBoxStyle.Information, "Nheat Mod Making Tools!")
Else
MsgBox("Error in conversion!! ", MsgBoxStyle.Critical, "Nheat Mod Making Tools!")
End If
but cant seam to figure out how to use the code i have in textbox (like i have in my .bat) and then run the exe... please note i would prefer that the .exe's i include in this app is not saved in a folder (unless i have them installed to hidden location)
i know how to save the text in my textbox to a .bat and then run the .bat but i was hoping to get away from this
i know this is alot to read but if you need more code so show i have been trying i will post up more i only posted up the bit thats in question
thanks if anyone can help
TADS
This post has been edited by TADS: 06 October 2008 - 09:38 AM

Add Reply





MultiQuote
| 


