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: Okay test to see if this will work for you. Instead of using the basename, I changed it to split the filename by using the .'s as the delimiter and s...
Summary: this just goes through the tree, like "dir /s" and lists all files. maybe you can adapt/use it, i'm not sure. i haven't tried it over network drives y...
Summary: Hello! Now I'm going to write own antivirus system with heuristic analysis. Main part is quite simple: antivirus provides access to virtual files for ...
Summary: Thanks gtaion. I've amended it slightly, so that it echo's the directory name into a named file. So, there are now 2 things left for me to achieve. 1...
Summary: I am trying to write a batch file that will iterate through the files in a folder. As soon as it hits the 4th one (and subsequent ones) it will move t...
Summary: I'm trying to code a script that will search through a folder and subfolders and delete by filname rather than extension. Dim objFSO, objFolder, objF...
Summary: Hi, Im trying to create a simple batch script which i can leave running as a scheduled task and will build an output file containing a list host names...
Summary: I have been updating an old batch (2005) that uses various applications from sysinternals. My current problem deals with capturing the default mess...
Summary: the only way I know is to have the remote run a client-side registry dump of key HKLM\Network\Logon and pull the data from key "username". I'm sure th...
Summary: Thanks for all the info! I had already tried CD /d without success. I simplified my files for testing this. Here are my 2 test files (they reside in d...
Summary: Hello, i need a script that can read a rss feed and download some of the srt(subtitle) files from a link in the feed. The script must be able to s...
Summary: Hi M2 , thank for the quick reply , i excuted your script on my HTML File i got the results wrong. i should get 36 Success count and 1 Failed Count i...
Summary: Your title is wrong, DOS is an obsolete 16-bit operating system and not a batch-file command processor. There is no DOS in Windows XP. What you are us...
Summary: Thanks klint I had tried piping it to NULL with out any luck but once again your hint got it working :-) I was thinking of now building on this scrip...
Summary: Hi- I'm a programming newbie and could use a hint on how to get started with reformatting this file. I use AWK a lot and have done a bit of simple P...
Summary: *Some text (Bold) is veriable, and will be change every day. ah, i did not understand that file A changes. file B only needs line four changed, correc...
Summary: Hi I need to delete the first 27 lines of a file then write in a line on top; I have the script which do exactly the same but since the file I need to...
Summary: @MayhemMehod gawk is just an executable, much like ping.exe , ftp.exe. You can run it inside your batch file as per normal eg @echo off .... gawk '{g...
Summary: With perl, you can read a whole file into an array by using something like open(FILE, "<filename"); my @fdata = <FILE>; close(FILE); print $fdat...
Summary: Hi, I tried the batch script,but I am not the script is not tracking the exsiting files. When I executed the script it is replacing the already exsiti...
Summary: Trying to rename multiple existing files to append their create date/time (in military time format) to the filename. Current code: FOR %%V IN (SELT*.E...
Summary: HI, I need to write a batch script which will unzip all the .Zip files from a folder XYZ. Inside the folder XYZ there are multiple .Zip files I need t...
Summary: i've worked some with vfp, and based on my experience, i would guess that vfp cannot open and extract PDF files text. If however you have access to vi...