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: Hey everybody im looking for a vbs script to open a popup message, and when a certain button is clicked it will tell the batch file to do somethin...
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: Thanks Klint Security is always a plus ! I tried your script and it does not seem to find the directory name at all. For example, if I enter ABC and t...
Summary: "can i attach " You can't. But since scripts and CSVs are text, you can paste them in. If the CSV is a monster just paste the first, let's say, 30 l...
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: I keep getting "File Not Found" when executing the script. And this PRINT is over multiple rows. I of course made the change to this line of code to r...
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 am trying to open files in VB. The files are read only and located on the network. I am using this code ret = Shell("C:\Program Files\AutoCAD 2008\a...
Summary: nbrane, never write 'don't be offended', its people like you who give guys like me a steer in the right direction, which is very much appreciated. I'l...
Summary: From Nilesh.David 05:55:17 10/31/2009 (reply). Hi Razor, I read your post about using VBScript to start a website and logonto it using the usernames a...
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: ok so i was thinking i would use names instead of letters to make it easier to understand from the first box (gabe options) i tried to put if you chos...
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: I wish this was a homework assignment; that would mean that I had a teacher to consult with these sort of questions. I'm just scientist and very-novi...
Summary: I would like to create a c++ script that when a data.csv is created it adds headers to the csv for importing into another program. The original data.c...
Summary: I use 'for' interactively, e.g. if I want to prefix my filenames I just quickly type for %f in (*) do @ren %f xxx%f. However, I don't see what that ...
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: If it is Utext that you trying to return then it is the ByVal directive that is causing the problem. Replace it with ByRef and it should work. Or alte...
Summary: I found a batch script to search all drives and delete the autorun.inf file on this forum I want that method but change it up a bit. I would like to S...
Summary: Tomarak, You don't have any FOR loop variables in your script, so the %% doesn't apply. Just for information, the advice that you quote is only applic...
Summary: Hi All, I have to Unzip a .Zip file (through a batch script from a share drive) which will have multiple folders inside, and inside these mutliple f...
Summary: I see that you are trying to do this with a batch file which is cool, you could use a for loop and modify what is above so that it runs through and do...