Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: Command Line: Did something cool today. Seems like there's more out there.  (Read 12635 times)

0 Members and 1 Guest are viewing this topic.

thatvlookupmagic

    Topic Starter


    Newbie

    • Experience: Familiar
    • OS: Windows 10
    I actually don't really understand WHAT it is I did, but it worked like it was supposed to and I have to wonder what other efficiencies I could find with others tasks.

    Back story: I had multiple text files, and I wanted to get all the contents merged into one text file, which I would then import into a spreadsheet to organize the data in columns.  I googled to see if there was a way to merge the text files rather than opening each one to copy / paste the contents and LOW and BEHOLD there was!  A thing that looked like code.  And a screen shot of that black screen in my start menu.  I found the black screen.  I made a minor change to the code to find the files I wanted, in the location I needed.  And it worked beautifully.

    For those of you who know more about this, do you have a resource you can point me towards that will help me baby-step into how I can use the command line to be more efficient working with files or completing administrative tasks?

    Thanks in advance!

    Hackoo



      Hopeful
    • Thanked: 42
    • Experience: Expert
    • OS: Windows 10
    Hi  ;)
    First share with us your code and we will try to discuss what can be improved !
    Have a nice day !

    thatvlookupmagic

      Topic Starter


      Newbie

      • Experience: Familiar
      • OS: Windows 10
      Hi Hackoo,

      It was this example: C:\> copy in*.txt Combined.txt  from this website https://windows.tips.net/T005670_Ways_to_Combine_Two_or_More_Text_Files.html.  Like I said, it worked great and did exactly what I needed.  Just looking for a book or "name" for this sort of thing so I can study/research if there are more/better ways to go about other administrative tasks.


      strollin



        Adviser
      • Thanked: 84
        • Yes
      • Certifications: List
      • Computer: Specs
      • Experience: Guru
      • OS: Windows 10
      You used the copy command which is a built-in command available at a command prompt.  The black screen you referred to is what is known as the command prompt.  If you wanted to read more about it I guess I would google "command prompt commands" to start with.

      Hackoo



        Hopeful
      • Thanked: 42
      • Experience: Expert
      • OS: Windows 10
      Just looking for a book or "name" for this sort of thing so I can study/research if there are more/better ways to go about other administrative tasks.
      This a good start from those web sites
      https://ss64.com/
      https://www.dostips.com/