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, In my batch script I need to use a wildcard or a var accepting 8 unknown digits (e.g. 20091006) The digits are represented in the following l...
Summary: Hi lee123abc, I got your message and here I am. A post is not well suited to host a lesson on scripting style that probably looks cumbersome to you du...
Summary: HI, I have about 400 xml files that have error in the productID line: <Product productID="0001"> the 0001 needs to be replace with another value w...
Summary: First get the command working to actually print from the command line. If you cannot provide that command, forget the script where you could use it it...
Summary: Hello Experts I am not a script-writer, by any means, so I am in need of some assistance please ! I am looking for a simple DOS batch file that, whe...
Summary: What is the language of coding given? What software to run it? It is the first time i use dos. It's an xp batch file. Just a simple text file with eit...
Summary: HI All, I want to write a batch script which will Unzip all the .Zip files from a folder A(inside the Folder A, there will be more than 1 .Zip files) ...
Summary: Hi , I need to write a batch script which will unzip the .Zip files from a folder and each .Zip file will have some .csv files inside,I need to unzip ...
Summary: Hello wrs I can help you get what you want. But i'm afraid it's not a Batch file. I tried doing it in a batch file but failed. But it is possible with...
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: 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: 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: Correct, becuase you are only asking it once each time you run the script. Is this part of a bigger script and you want to call the question as a fun...
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...
Summary: i think you need to have the program run reg.exe via shell: k="\HKLM\Software\Microsoft\Windows\cCurrentversion\Run" shell ("reg import "+k+" startup"...
Summary: Hiya I'm trying to create a script to run on a network drive. We want to see extended properties of folder and files on the drive but i'm having som...
Summary: korhaniski: "C:\Program Files\AutoCAD 2008\acad.exe - open directory" I don't know what you're tying to do here, nor can I find any information in Goo...
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: are you absolutely, irrevocobaly, wihtout-a-doubt sure your professor/company wants this in GWBASIC??? GWBASIC is as using two sticks to make fire, al...
Summary: I need a bat file to run every 5 minutes and copy only the new/modified files. each time the script runs its to place the files in a new folder by dat...
Summary: Have you considered reversing the file? Then, you can eaily find the LNN number and find the lines starting with PTS. This can be done with the Bash...
Summary: Hello! I'm making some program (not in java - in PHP if it matters but its really irrelevant). I need to compile some java files with javac.exe (and l...
Summary: hi all, m new to this site and read some others post regarding coping,deleting etc using batch files. I would like to know is it possible to copy mult...
Summary: About the delimiter, I can use any character that suits your needs. I put them in myself during the extraction. I tried using Æ, with same results, I...