Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Zim14

  1. Zim14

    Batch file that will provide data from certain line item

    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...
  2. Zim14

    Using TAPETEST to format in Pre-Batch

    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
  3. Zim14

    Using TAPETEST to format in Pre-Batch

    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...

Part and Inventory Search

Back
Top