1.

Solve : Solved: How to create a new file out of .bat :Solved?

Answer»

Dear Everyone.
This Forum Had Been Solved...
Thanks To everyone.
And A Special Thanks To......

DUSTY



****************************************************************************************************************
****************************************************************************************************************
****************************************************************************************************************

Hi there,
Do anyone know how to create a new file out of .bat
i MEAN the .bat file can create another new .bat file when you open it......

This is what i FOUND but it can only create one line.
Code: [Select]echo msg * Hello>hello.bat
Please help......echo command(s)>hello.bat
echo command(s)>>hello.bat
echo command(s)>>hello.bat
etc..
etc..

OR---

(
echo command(s)
echo command(s)
echo command(s)
)>>hello.bat

Quote from: Dusty on January 10, 2010, 09:50:03 PM

echo command(s)>hello.bat
echo command(s)>>hello.bat
echo command(s)>>hello.bat
etc..
etc..

OR---

(
echo command(s)
echo command(s)
echo command(s)
)>>hello.bat



Thanks that is really works.Just pointing out that MSG doesn't exist on all computers. So if what I'm fairly sure your trying to do is right, it won't work on all computers, and it won't look like a "critical message", etc. Isn't MSG that Carp found in oriental food ? ?Quote from: patio on January 12, 2010, 07:11:22 PM
Isn't MSG that Carp found in oriental food ? ?
Yep. it had been solved?
i though i can solve it.


Discussion

No Comment Found