bartgrefte Posted November 4, 2009 Posted November 4, 2009 Hi I've got a question, how do I place text (with ECHO) in a batchfile on the end of the previous line of text?The batchfile in question does this:ECHO text...start /wait setup.exeECHO Done!What I would like, is that "Done!" appears next to "text... " after the installer has completed, instead of beneath it on the next line.After letting Google do it's thing, I ran into this: http://www.experts-exchange.com/articles/O...aul-Tomasi.html , but I have no idea how to implement that into my batchfile...Anyone would like to point me in the right direction? With regards,Bart Grefte
Scr1ptW1zard Posted November 4, 2009 Posted November 4, 2009 Based on your example, and the solution you had already found,try this:@echo offset /p var=text...<nulstart /wait setup.exeECHO Done!
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