I have several log files that are appended with the results for the days activities. I need the 2nd to the last line of every log file >> log.txt. I know what to do in UNIX but it doesn't appear Windows can perform a 'tail'. of a file. I have been playing with the 'find' command and 'For In...
tapetest -d1 -f < names.txt WORKS!!!!!
In order to not have to make a names.txt for each system. A batch file with the following should work for you:
echo %computername% > names.txt
tapetest -d1 -f < names.txt
I have a situation, due to the brilliant idea of tape pooling with UNIX and NT machines, where I need to automate a format prior to the backup job running. The TAPETEST utility prompts for a name before it formats. I saw a post back in 2000, but there was not a response. Does anyone know if this...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.