Summary: Hi, I've got a log that has to be reformatted in a better readable format. I can extract the ip properly, but not the port. Maybe you guys can help m...
Summary: cant figure this out:-( i know how to put a dir list into a text file but i cant firgure out what to do with this: i want to write a word into a statu...
Summary: I have a server that generates log files from Internet Information Server for website reporting purposes. These log files are saved in d:\logfiles\w3...
Summary: I am still very new to VBScript, and I need some help creating a log file that will show the output of an FTP. The reason that I need the log file is...
Summary: I want to use a vbscript to do daily backups of a log file. I only want to keep 1 month of backups. Does anyone have any suggestions on how I can do t...
Summary: I created this batch file (XP Cleanup.bat) to faster automate deleting temporary files. I currently have the batch file logging the user, start, and ...
Summary: Hi folks, I need each command line typed on Console/Xterm window to be automatically copied to a file after hitting [ENTER] and the last "ten/x" lines...
Summary: what would I need to write in a script to make a log file after a batch file has been running. I am clueless please help me someone. Thank you in adva...
Summary: Can someone give me a simple script I can schedule to parse the log files with name and date? I need it to be able to run on whatever files are in tha...
Summary: Team, I want to monitor a log file of a service. If service is running normal then this get update in every 15min. So I want to monitor if the log fil...
Summary: hello, I'm new here, but I need help... I want to read a log file file ... but i cant read the output and convert the string to a number (s...
Summary: Need a little help please... I've created a backup script and log file no problem. However, I wish for my log file to display the files being copied i...
Summary: G'day M2, Thanks heaps for the code logic! You really saved my day. I did some modification as it was displaying the filename of the ftp log file inst...
Summary: hi, I've some log files in a path /SYSTEM/custom/data/MNP/xmlerror as: MNP_PORT_IN_P200902191347563283_20090220181630_err_1.xml MNP_PORT_IN_P200902171...
Summary: It's a long time since I last wrote a .bat file. I need to parser an IIS log file and and output another file which contains just external IP address...
Summary: I am trying to write a batch file that appends to a secondary log file from a log file that is being written by the system The system is generating a ...
Summary: I'm trying to extract some information from a .log file. But there are new log files each time this certain software opens. So I'm trying to find a ...
Summary: I am trying to get either the modified date from a log file (hacstime.log) or the date/time contained in the log file and set it as a variable (Htime)...
Summary: plz i need to manage my web server traffic by analysing data of log file & i'"ve to write a database script to read the web server log file ? ...
Summary: how can I modify this to parse a log file for the file names @echo off setLocal EnableDelayedExpansion [code] for /f "tokens=* delims= " %%A in (afrik...