batch file for multi folders of IIS log

Discussion forum for all Windows batch related topics.

Moderator: DosItHelp

Post Reply
Message
Author
nickyH
Posts: 2
Joined: 28 Aug 2017 07:49

batch file for multi folders of IIS log

#1 Post by nickyH » 28 Aug 2017 08:14

Hi all, I am new babie here.

I have trouble for the iis log files copying with multi folders and also need specify the date. Please teach me for the script. Thanks.

aGerman
Expert
Posts: 4678
Joined: 22 Jan 2010 18:01
Location: Germany

Re: batch file for multi folders of IIS log

#2 Post by aGerman » 28 Aug 2017 09:28

Please read this first:
How to get help for a batch script - quickly!

Steffen

nickyH
Posts: 2
Joined: 28 Aug 2017 07:49

Re: batch file for multi folders of IIS log

#3 Post by nickyH » 29 Aug 2017 04:52

Thanks for your advise, aGerman

I am trying to create a script....maybe failed... :cry:

penpen
Expert
Posts: 2009
Joined: 23 Jun 2013 06:15
Location: Germany

Re: batch file for multi folders of IIS log

#4 Post by penpen » 29 Aug 2017 05:20

Let me give you a hint, what aGerman wants you to do:
I have created a script that might or might not help you, could you please test it.

penpen

aGerman
Expert
Posts: 4678
Joined: 22 Jan 2010 18:01
Location: Germany

Re: batch file for multi folders of IIS log

#5 Post by aGerman » 29 Aug 2017 10:12

The linked sticky post should have told you that we are not able to help as long as you don't give detailed information. We are not in front of your computer. That's why we don't see what you're seeing and we don't know what you're knowing.

Okay, let's begin...
I have trouble for the iis
The first time I stumbled. What is IIS for? All I found is a IIS disambiguation on Wikipedia that didn't help much.

log files copying
What's the name of those log files and in what path are they saved?

with multi folders
What does this mean? Are the log files already placed in multiple folders or do you want to copy them to several folders?

also need specify the date
What's the reason for specifying the date? Do you want to copy only log files with a certain file date? Or do you want to create a new folder with the name of a certain date where you want to copy the files to?

As you can see we are totally lost...

Steffen

Aacini
Expert
Posts: 1914
Joined: 06 Dec 2011 22:15
Location: México City, México
Contact:

Re: batch file for multi folders of IIS log

#6 Post by Aacini » 29 Aug 2017 12:08

I would like to add a link to this post, where the importance of details is described in a funny way...

Antonio

Post Reply