File Renaming Application
Requirements are as follows:
1. For renaming under the command line.
2. Format: changename source
3. The extension remains unchanged.
4. destination = source + date + "@" + time, that is, the target file name is the source file name + current date + "@" + time.
For example: ack.txt, assuming the running program time is 2006-09-17, 14:22:50.
Execute change ack.
The output result is ack20060917@142250.txt
Waiting online, thank you very much...
Updated, the system is 2000.
[ Last edited by namejm on 2006-11-6 at 01:23 PM ]
Requirements are as follows:
1. For renaming under the command line.
2. Format: changename source
3. The extension remains unchanged.
4. destination = source + date + "@" + time, that is, the target file name is the source file name + current date + "@" + time.
For example: ack.txt, assuming the running program time is 2006-09-17, 14:22:50.
Execute change ack.
The output result is ack20060917@142250.txt
Waiting online, thank you very much...
Updated, the system is 2000.
[ Last edited by namejm on 2006-11-6 at 01:23 PM ]


