Questions tagged [batch]

Questions about batch-processing - how to apply the same procedure to a lot of files/objects.

This should not be used for questions about converting DOS/Windows batch files.

152 questions
32
votes
3 answers

How do I create a batch file and run it?

should I use the text editor? the extension should be .sh or .bat?
Sange
  • 321
  • 1
  • 3
  • 3
3
votes
1 answer

Making batch-file for Gnuplot

How can I make a batch file with a series of commandos for Gnuplot, and then execute it in Gnuplot? For example: defining a function, setting the x- and y-axis settings, setting an output so when I run Gnuplot and execute this file, I immediately…
Stein
  • 31
2
votes
2 answers

Run a command against an entire batch of files

I want to run a command line tool that takes a file, manipulates it and exports a new file. I can use this command just fine for a single file, but would like to make it run through an entire folder of files of a specified extension. I'd like to…
Paul
  • 277
0
votes
3 answers

mass copy files of specific extensions to folder

I recently recovered a drive that was corrupted. it has a ton of extra files I do not need but I do need to copy files by extension over to the new location, eg: .jpg .png .mov .mp4 .wav .pdf .doc ext, ther are held in multiple sub directories along…
Drew
  • 601
  • 1
  • 6
  • 24
0
votes
1 answer

How to open a .bat file?

The .bat file has this context "start client.exe ur;name=test;ip=79.114.123.26;port=8888" Can anyone tell me the instuctions how to run it, thanks in advance
Tanel Tinask
  • 9
  • 1
  • 2
0
votes
1 answer

Number of subdirectories allowed

I would like to know the number of sub-directories created authorized. Do you know what to do to find out?