Summary: I get files often that have a crc checksum in the file name but no premade sfv to check it with. So I run the file through quicksfv and open the sfv f...
Summary: Hi, I want to compare two lists. In list1.txt are the Pc names where the job is done. In list2.txt are all pcs where the job must be done. result.txt...
Summary: I'm working on a backup batch program to copy directories to a pen drive somewhat automatically and thought it would be nice to check available space ...
Summary: Generally, a goto in a for is a mess. Beyond that, I thik you are trying to find out which files exist in both; right? =============================...
Summary: I would like to know if it is possible to compare IP's in a range with VBScript. For example, I know that if a device's IP address in between 172.31....
Summary: Extended characters are a bit of a problem in batch. There are two main ways to achieve what you want to do, either change the code page or find the c...
Summary: Hi I have a problem with a script I'm trying to write. I want to compare two text files which have a list of directories and then extract the added...
Summary: Hi These subroutines may be useful for calculating date issues in Batch File coding. The sub-rountines use variables a-f so best to not to use them in...
Summary: Hi all, N.B. This will only work, or has been tested in Dos 7.1 so it won't work in an NT Environment! Heres an intereting way of removing ALL(blank l...
Summary: You can do this using vbScript quite easily. save this in notepad as a .vbs file Dim filesys, thefile, theFile2, createdate, createdate2 Set filesys =...
Summary: I made a script to compared the crc in a file name to the actual crc of a file. There is a txt file with a file name then the files crc on each line. ...
Summary: Ok, this is making me pull my hair out, and i am sure its going to be something very silly that i have over looked. I am doing a dir of a directory o...
Summary: Thanks you all, but I dont think the problem is caused by the start. So i've tried Razor's method: IF %ERRORLEVEL%==0 goto OK IF %ERRORLEVEL%==3010 go...
Summary: In ASCII (and Unicode), 'A' < 'a'. To introduce case insensitivity, three options come to mind. 1) Convert each string to lower/upper case, then co...
Summary: The inverted commas are quite crucial, if you want to write the terms in full, rather than as 123456~1. So I created a batch file with "C:\Program Fil...
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: Hi, I am new to batch script and need help. I have below a2.csv file: HDR20090619a2 aaa,111,222,333,bbb bbb,222,111,444,ccc ccc,333,444,111,ddd TRL000...
Summary: I’m just getting started with VB Script and I need to figure out how to compare two text files for duplicate numbers and then echo those duplicates....
Summary: Hello every1!! OK...I want to "double-direct" in Batch...if I was u then I wont understand the term double-direct :P, so this is what I wanna do: echo...
Summary: I'm looking for help with the DATE function in batch files and saw your postings on http://www.computing.net/programming/wwwboard/forum/2249.html %DAT...
Summary: I have a batch file which displays a list of databases and allows the user to choose the one that they wish to start by typing in the name of the data...
Summary: Looks like you have a lot of the work done. As I see it, there are basically three changes you have to make. 1) Your current code runs through the en...
Summary: I have kazaa on my computer, and i am trying to get rid of the cydoor spyware stuff. If you just delete "C:\windows\system\cd_clint.dll", kazaa wont s...
Summary: I was wondering how to make and rename a folder in batch. I want it to make a folder on the desktop called folder1, and then rename it to folder2, and...
Summary: How do I open a file and read data into an array i have a file named wordfind.in this is what my file looks like below. I am attempting to read in the...