RagnaroK
Must be dreaming...
- Joined
- 27 Apr 2002
- Messages
- 673
Hi,
Just wondering if the following is possible:
Now what I want to do is to get the above info displayed onscreen like this instead:
I want it on the one same line instead of the three lines? Is it possible? Thanks and any input is appreciated. 😀
Just wondering if the following is possible:
If I were to put this into a batch file, for example:
The following would be displayed onscreen correct?
Code:
@echo off
echo Copy done @
date /t
time /t
The following would be displayed onscreen correct?
Code:
Copy done @
Mon 01/01/0001
00:01 AM
Now what I want to do is to get the above info displayed onscreen like this instead:
Code:
Copy done @ Mon 01/01/0001 00:01 AM