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: 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: Ok, I have a folder which contains a lot of files, each starting with a unique, 2-digit number, followed by their name. My code contains: set /P FILEN...
Summary: Hello! CD (or ChDir) fails in my batch files when used with variables. I want my batch files to use variables to navigate the directory structure rela...
Summary: hi all, was reading through someones java code and i dont really understand the sql which is being constructed below : insert into ...... values(?...
Summary: there are so many on sun's site or just do a google search. There is this java learning path on sun's websit : https://www.suntrainingcatalogue.com/e...
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...
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: Hi all, I almost got what I was looking for but this time its related to a secure website. I wish to launch a secure site and log onto it using the us...
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: 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: Hi prix2, I guess u want to check the syntax of the html code and to find if there are any missing tags. Create a file which contains tags in pair. eg...
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: Good Points This is what I have come up with so far, One very handy part of my problem is the zip files will always hold XML files. But I need to popu...
Summary: XmlMax will do this using an xpath expression. It will do it in a single pass using the unqiue file names option, but it does not run in batch mode. I...
Summary: Hello :-)! There is a problem with building project in NetBeans. I've got two directories sphinx4-1.0beta3-src and sphinx4-1.0beta3-bin, which are par...
Summary: Hello :-)! I'd like to create application for mobile phone (maximum price of phone would be about 220USD, it is for Central Europe; I will be testing ...
Summary: It all depends on your "condition" Just taking a guess here, out of the 7.6 trillion possible conditions: all lines containing the letter "a" findstr ...
Summary: Hi, I want create a batch file to copy some specific(variable) text from a file A.txt to another file B.txt's specific location (in between a line...
Summary: I need to split "FLIGHT" records in a TXT file starting after 11th position, and identify next record as "ICAO". Sample input Flight§6805(ZBAA - RJAA...
Summary: I have to write a short C++ program that reads from a data txt file which hp vs. rpm will be the data that is in the file. The program then calcul...
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: I want to translate a variable and read the output to another variable echo $my_var | tr '0123456789' 'ZZZZZZZZZZ' works as I'd expect, printing the c...