- Messages
- 502
- Country
Hi Folks,
This is actually for MSTS as I work both sides of the fence... Would any programmers be willing to help me out and make me an extremely simple "exe" file based on a bat file ??? I just don't have the tools (bat to exe compiler) to make an exe myself and since this is a one time deal - I'd rather not spend money on it...
I just need a file to improve a graphics tool to do the following:
Filename: MakeAce.exe
Equivalent "bat" code: "C:\Program Files\Digital-Rails\Mosaic\aceit.exe" %1 %2 -q
*** Instead of a hard coded path - could we drop the path so it will run with the requirement of having "aceit.exe" in the same local directory as "MakeAce.exe" ? That should eliminate any local configuration issues...
*** This would be shared with others who might need it as "Freeware" with full credits in a readme...
Thanks for the consideration...
Regards,
Scott
This is actually for MSTS as I work both sides of the fence... Would any programmers be willing to help me out and make me an extremely simple "exe" file based on a bat file ??? I just don't have the tools (bat to exe compiler) to make an exe myself and since this is a one time deal - I'd rather not spend money on it...
I just need a file to improve a graphics tool to do the following:
Filename: MakeAce.exe
Equivalent "bat" code: "C:\Program Files\Digital-Rails\Mosaic\aceit.exe" %1 %2 -q
*** Instead of a hard coded path - could we drop the path so it will run with the requirement of having "aceit.exe" in the same local directory as "MakeAce.exe" ? That should eliminate any local configuration issues...
*** This would be shared with others who might need it as "Freeware" with full credits in a readme...
Thanks for the consideration...
Regards,
Scott
Last edited: