Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8927511
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T08:14:10+00:00 2026-06-15T08:14:10+00:00

I have a batch file to check software installed on multiple computers. I want

  • 0

I have a batch file to check software installed on multiple computers. I want the batch file to give the machine name and then under it give the software list.

The text file should output like so:

jamespc1
installed software

in the batch file I have

echo %%a > pcs.txt
psinfo \\%%a >> pcs.txt

But every time the batch file runs it outputs as it should except it keeps overwriting the previous lines.

It inserts jamespc1 then appends the psinfo output under jamespc1 as it should, except it keeps overwriting the lines for each machine it checks so i end up with information for only the last machine in the list.

How can i get the batch file to create new lines in the txt file for each pc?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-15T08:14:11+00:00Added an answer on June 15, 2026 at 8:14 am

    > will overwrite.

    >> will append.

    Everytime you run this it will use the overwrite first, hence replacing the old file.

    Just change > to >> to always append and keep all of the data.

    echo %%a >> pcs.txt
    psinfo \\%%a >> pcs.txt
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a batch file that will check for updates within a directory then
I have a batch file that is located on one machine that I am
I want to write a batch file that performs the following operations: Check if
I have a batch which check the existence of a file. Please see code
I have the next batch file, but its matching by file name. This time
I want to have a batch file which checks what the filesize is of
I have a batch file that requires the user to enter a file path.
I have a batch file with a FOR loop. In the loop I must
I have a batch file that runs several python scripts that do table modifications.
I have a batch file to shutdown the PC @echo off Shutdown /s /f

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.