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: 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: 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: 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: are you determined to use IF/ELSE construct? if not, I would set up a small array and use objOStype to reference the correct element: dim ss(5) ss(1)=...
Summary: What I need to do is search one ROOT DIR (FTP) and find all files listed in any DIR with a filter for MODIFIED DATE > 9/1/2008. I thought to use a bat...
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 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: how can i create a messagebox that will do a poll if you use the yes and no buttons (4) example x = msgbox ("is this helpful" ,4+32, " please help...
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: klint: thanks for v.o.c, appreciated. Your suggestion is first thing i tried in various ways and i could not get a collection based on wildcards. I wo...
Summary: I should probably throw in my batch waiting method. Basicaly, it uses VBscript to wait: echo WScript.Sleep WScript.Arguments(0) * 1000 > sleep.vbs sle...
Summary: The easiest way I can think to accomplish what you want is to use a VBScript, if you can run a batch file you can run a VBScript. All you have to do ...
Summary: ghost, are you saying i should use gawk in my script? or, use gawk to re-format the file, then run my script on the cleaner file? mechanix, what do ...
Summary: everyone has their personal prefs. Mine, currently, happens to be visual basic but i haven't worked with vb.net, only the older versions (vb 3.2, vb6)...