Visual Basic

kjman87

Daemon Poster
Messages
811
Ok I have a project at work I could use some help with. (I am a Co-op at Motorola)

I need to make a VB Gui that first creates an .obj file (currently there is a command prompt command that does this but we just want to load a .cfg file in to the gui and have it run that command prompt line from there...

and after that run a .bat file that creates the actual .obj file that is needed...
So:

1. load a cfg file
2. Run a commmand line from the C:/util dir
3. Save the obj file created.
4. id like to have a time out here or pause function to edit the obj file to remove the ending bytes to minimize space.
5. run a .bat file that creates the final .obj needed.
 
nevermind I figured it out...

I figured out how to dynamically create batch files and execute them based on a couple user inputs.

WEE that was my first real program!!!
 
Back
Top Bottom