Summary: Hi All, I'm monitoring log files of testcases. I have a batchfile for processing these logfiles and in this batchfile, I have implemented to dump all ...
Summary: Ah I now understand (I hope) 'findstr /b /v "d" TLIST > svrlist' to say the above string verbosely: find the string in TLIST at the beginning of the l...
Summary: How to I convert this batch information to a vbs file @ECHO off cls set t=2 if "%date%z" LSS "A" set t=1 for /f "skip=1 tokens=2-4 delims=(-)" %%a in...
Summary: I have a ton of pc's that that I need to remove the C:\documents and settings\userprofiles\Start Menu\Programs\Winzip\ files from that directory. ...
Summary: Also, when the file is moved to the new folder, it needs to replace the existing file with the newest file so only the newest file remains in that fol...
Summary: I would like to make a batch script to find my external ip address then upload it via ftp to a free website I have. The purpose being so I could find ...
Summary: How would i go about from executing a batch file that finds your primary drive letter. Its like %SystemDrive%. But how would i execute that so it echo...
Summary: Hi, I currently have a batch file thats creates a new directory with the current date as its name (in the format YYYYMMDD). Is it possible to have ano...
Summary: Hello, I am new at this and I have to create a batch file to find a set of filenames with all the path like C:\Users\pc\Documents\ok.txt, etc. The ba...
Summary: Yes. I am new to batch file. I surfed a lot for this.But i could not find any solution. So can you help me to get a good solution for this issue. ...
Summary: I need a send a daily backup file to ftp site. Is there a way to make a bat file that finds the newest file in directory then send to FTP site? Thank...
Summary: So I have an odd problem, and a less than easy way of doing it. Our organization has some house keeping that needs to be done, and I would like to use...
Summary: Hi all, I have a HTML file, i want to find the string count "Failed" and "Success" and write the output in the csv file with the column1 as current da...
Summary: I would like to make a batch file that kind find the largest file in a directory and launch it. I have basic batch creation knowledge and I can find t...
Summary: I am almost there. So far I have a batch file which does what I want but will only produce a two digit year. Here is what I have: md DII_Ready for ...
Summary: I need to figure out a method to find and replace text within a text file. I have a file named, "myfile.txt" that has the following; testing=1 databas...
Summary: Hi, I need to find the latest JRE from my system and assign it to JAVA_HOME in my batch file. I know the directory where the JRE files are located and...
Summary: I have a ton of document files and I need to know which ones are Microsoft Office for Windows 95 files and which ones are Microsoft Office 10 files. I...
Summary: Calculating past/future dates and differences between them is not an easy task for a batch file. If you're interested, here's a Perl script that would...
Summary: Ok, I am a comp sci major and I do work study for the admin computing office on campus. Normally I write database reports on our Unix server. My boss ...
Summary: correction: it should NOT connect to internet to find the IP address, I am writing a batch file that finds the ip address and I don't want others (who...
Summary: Hi all, The goal is to count how many lines in a files begins with 000(I'using a batch file), I use the command "find" but the problem is It counts no...
Summary: I tried to find something on the internet, but i came up empty handed. I need some batch scripting help. This is the situation: I have *.zip files in ...
Summary: I tried to write a batch file using taskkill to close down a program but now I find out that taskill was excluded from XP Home. Does anybody know of a...
Summary: I'm trying to find a way to concatenate several log files into one file. The files rollup about every hour and I'd like to combine them into a whole d...