K
KayZer Soze
I have:
echo NOT_LISTENING >> c:\PORTMON.LOG & TIME /T >> c:\PORTMON.LOG & DATE /T
How can i make the resulting file (c:\PORTMON.LOG) only with ONE line.
Actually, the resulting file have 3 lines
echo NOT_LISTENING >> c:\PORTMON.LOG & TIME /T >> c:\PORTMON.LOG & DATE /T
How can i make the resulting file (c:\PORTMON.LOG) only with ONE line.
Actually, the resulting file have 3 lines