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: The \\ is basically because the folder is on a network drive, apdprint being the server. The file is not actually generated in a random location, the ...
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 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: I am attempting to create a log file that appends the system date to the file name in order to avoid renaming the file each time the batch is run. Thi...
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: 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: 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: Thanks Mechanix2Go I should describ it more clearly: I want to delete any files older than certain date include some daily log files. ok I want to kno...
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 written a simple batch file that out puts the results to mylog.txt thing is I don't want this mylog.txt to just keep getting bigger and bigger....
Summary: Hi, I have to write a batch script to check the results of another program. My code looks like this: @echo off Set ids=1,2,3,4,5,6,7 FOR %%i IN (%i...
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 testing relative performance and configuration of Hard Drives in different PC and through different network environments. To do this I am wanting...
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 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: 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: Hi, Is it possible to move the DOS cursor around the screen in DOS batch (.bat) files? All I can find is info about $e[1a and ESC[1a that don't seem t...
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...