Search found 4 matches

by smaddela
17 Mar 2015 09:20
Forum: DOS Batch Forum
Topic: Generating .csv files for multiple folders
Replies: 11
Views: 8739

Re: Generating .csv files for multiple folders

Ran the script but it doesn't work! :roll:
by smaddela
16 Mar 2015 13:53
Forum: DOS Batch Forum
Topic: Generating .csv files for multiple folders
Replies: 11
Views: 8739

Re: Generating .csv files for multiple folders

Hi, Thank you for the reply. Please find my answers to your questions below: - Are the server directories the only ones in this particular part of the tree? Yes - Do the server directories always follow the 'ServerX' nomenclature? Yes - What is the highest number of the server? Will it increase in t...
by smaddela
02 Mar 2015 02:56
Forum: DOS Batch Forum
Topic: Generating .csv files for multiple folders
Replies: 11
Views: 8739

Re: Generating .csv files for multiple folders

Hi, We have a monitoring tool that runs on client servers. Every month our customer uploads the data collected by our tool for these 10 servers as zipped files on Ftp. We then unzip these folders and save it in a directory C:\Customer\Server1...C:\Customer\Server8 and so on.These folders have multip...
by smaddela
01 Mar 2015 14:45
Forum: DOS Batch Forum
Topic: Generating .csv files for multiple folders
Replies: 11
Views: 8739

Generating .csv files for multiple folders

Hi, This is my first task with batch and need help with the following: I have multiple folders in a directory. Every folder has two files system.kernel.cpu.idlepct and system.memory.free. I need to generate .csv files for these two files in every folder by running -tmin 20150101 -tmax 20150228 -x on...