batch

  1. P

    Windows 10 Compression of Tree Folder directory

    Tree Folder directory I am not a programmer nor I know about programming, so far. The directory tree is as follows: work/documents/Client_01/year 2018/January/PO_0001/ work/documents/Client_01/year 2018/February/PO_0002/ work/documents/Client_01/year 2018/December/PO_0092/...
  2. P

    Windows 10 Batch: Concatenate and append contents of a file to a new file.

    One folder has many files that all contain some notes for a particular name. The names are already in a txt document one line after another that I plan to edit into a batch program. Tabbed over from the names is the filename that contains the info needing to be appended. Example: {Larry)...
  3. P

    Windows 7 Clear Windows Start Menu with Batch?

    Hi everyone, after doing a clean Windows 7 reinstall I was wondering if there is a way to quickly clear the Start Menu Folder by writing a Batch file. I only know how to delete a single entry via the "reg delete <Path>" command however this only works if you add the name of the specific Program...
  4. Cardinal System

    Windows 7 batch output redirection

    I am totally inexperienced with batch (.bat) files, so please bear with me... I have a Java program that I run with cmd, and I want to record the console output to a text file. In other Java programs I've created, I used jars (.jar) to run the program, thus I didn't need cmd, and I could use...
  5. E

    Windows 7 Windows batch file syntax problem

    In a batch file I have a line such as: if "%1" == "some_value" goto somegoto in order to test a parameter against a value. If however I need to pass as the first parameter to my batch file a string with some equal signs in it such as: "cxxflags=-std=c++11" I pass it with quotes so it is a...
Back
Top Bottom