|
-
February 11th, 2008, 09:56 PM
#1
Cmd question
anyone know if there are any difference in terms of functions between these 2 commands
Thanks for any info
time /T >> backup_log.txt
time /T > backup_log.txt
-
February 11th, 2008, 11:59 PM
#2
Registered User
Code:
time /T >> backup_log.txt
This will output the result of the command (namely the current time) in a file called backup_log.txt, appending it (or creating it if it doesn't exist)
Code:
time /T > backup_log.txt
This will output to backup_log.txt, overwriting any content it may have (or creating it if it doesn't exist)
Similar Threads
-
By 70-240 in forum Certification
Replies: 14
Last Post: February 20th, 2012, 03:35 AM
-
By Phrozen in forum Video Adapter/Monitor Drivers
Replies: 6
Last Post: April 25th, 2007, 06:53 PM
-
By CCT in forum Tech Lounge & Tales
Replies: 12
Last Post: January 26th, 2007, 07:22 PM
-
By Tkcomputer in forum BIOS/Motherboard Drivers
Replies: 2
Last Post: October 25th, 2006, 10:22 AM
-
By Pinnacle in forum Tech-To-Tech
Replies: 6
Last Post: August 19th, 2006, 07:58 AM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
|
Bookmarks