wiloo Posted August 26, 2006 Posted August 26, 2006 Hi,i ask here because i haven't find the answer in the user manual or in this forum.Here's my question : is it possible to launch 2 different programs for the same install (the first staying launched during the execution of the second), or to open a text file (containing a serial number for example) before launching the setup program of an application ?Thanks in advance.
sadicq Posted August 26, 2006 Posted August 26, 2006 (edited) Try this: cmd /c start program.exeThis will start the program and move to the next command before it ends. Edited August 26, 2006 by sadicq
zorphnog Posted August 26, 2006 Posted August 26, 2006 What exactly are you tring to do? If you are trying to read a serial number, as in your example, there are better ways to do this. The advice @sadicq mentioned will work, but the problem there is that another application can start installing before the current one finishes.If you can explain exactly what you are trying to do, there may be a better solution than running two commands at once.
wiloo Posted August 26, 2006 Author Posted August 26, 2006 No it's not to launch 2 installations at the same time, but some little executables which are useful to complete the installation of applications asking numbers i don't know
mritter Posted August 27, 2006 Posted August 27, 2006 That's not too bad of an idea. I made a note of it. I have a pretty good idea of how I will do it, too...........
wiloo Posted August 27, 2006 Author Posted August 27, 2006 (edited) The command that sadicq gave me works well but it'll be useful to add a special field in the form to do that... i don't knowAnyway, thanks for your work guy !edit : sorry sadicq Edited August 27, 2006 by wiloo
sadicq Posted August 27, 2006 Posted August 27, 2006 Edit your post as soon as possible because we are not allowed to talk about that on this board, unless you want a ban ... We are all aware that people use such things, but it's simply not possible to talk about them here.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now