Brodway Posted August 22, 2006 Posted August 22, 2006 Hello folks I trying to develop a script that open a program "Vegas Video" load a file *.veg and render the projetc to a new *.mpg (vcd) Till now I have made most of what I need but I need to close the program instance before open another. Any help will be great... Thanks a lot ======================================== May script do this Repeat, 10 Load a program Read a line in a txt file and load a projects Starts Render Them open another instance e do all again When finish I have 10 instances opened
orange Posted August 22, 2006 Posted August 22, 2006 (edited) Easiest would be to either close the process, or simply to send the keystrokes ALT +F4 Edited August 22, 2006 by orange
Brodway Posted August 22, 2006 Author Posted August 22, 2006 Easiest would be to either close the process, or simply to send the keystrokes ALT +F4I think that you did´t understand my problemWhen the program start render it takes like 1h sometimes more to render a project.It depends how big the movie is.How come I will know when it finish render to sendALT+F4 close the app and start a new instance andload a new project
Kickassjoe Posted August 25, 2006 Posted August 25, 2006 Welcome to the Forumsoranges response was correct to what you said in your first post... you said Till now I have made most of what I need but I need to closethe program instance before open another.and that would be how to close the program instance before opening another. and to start a new instance it would depend on what program you are trying to run. try looking in the help file for the Run function, or so i think, im clueless in v2. What goes around comes around... Payback's a bitch.
Recommended Posts