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: 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: 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: 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: 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: 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: 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: Hi guy's Thanks for the replies :) I'm going to have to admit I'm a bit out of my depth (complete novice) and haven't managed to get the script to act...
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: Hi Razor2.3, this works fine in xp but does not in windows7 64bit. Can you explain how I do that. I am a complete beginner with respect to scripting. ...
Summary: Thanks for that, it accomplishes getting to the first URL but can not accomplish getting to the second URL. To be clear, the script works, and if I s...
Summary: I have actually managed to test this(the script counted 37 "sucess" and 1 "failed", M2's scripts probably work too. The issue is line length, keep the...
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: 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: *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: 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 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: 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: Remove (if any) the @echo off initial statement and insert a pause command after the indicted one. Examine carefully what is displyed and report if yo...
Summary: Hi again, here's a few comments on your code that I hope will help. IF %%O == 'PM' IF %%M%%N LSS '1200' DO ( Leave out the quotes and the DO: IF %%O =...
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: Ok so im trying figure out how to do multiple responses, and it is getting confusing and it wont work, so i figured id copy and past what i have, and ...
Summary: Thanks klint, am sorry abt the title. Ur response was helpful. Regards X-TechKid Keep Smiling :-) [Edited HTML to un-break tables - Razor2.3] ...
Summary: the value of directory looks like "H:\blah\blah\blah\filename.dwg" after evaluating so with the mentioned above code should open autocad and open the...
Summary: Hi , I tried to debugg the error and I found that this part if exist "C:\To_BE_Processed\%%a" ( is causing the problem the %%a is holding the filename...