Summary: Hey. I need some help with C or C++. I have to import a file.txt with real E notated (like 2.3E-12) numbers in 2 columns in it (coordinates basicly -...
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'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: 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: The reason you get the error is that you are not using a caret (^) but some other obscure character instead (ˆ) - whatever that character is, it's no...
Summary: To expand on M2's answer: variable is just the word 'variable' (but see below). %variable% gets "expanded" i.e. translated to its value and literally ...
Summary: I see what you mean. I hate the Nokia application installer. I had experienced exactly the same problem when I used to have a Nokia phone. <rant>...
Summary: Hi all, i am trying to calculate the percenstage of the Success Count , i am not getting the output to the excel file., i am using the following scrip...
Summary: I would like to make a batch file that kind find the largest file in a directory and launch it. I have basic batch creation knowledge and I can find t...
Summary: Hi all, I have been puzzling over this for a while and can't crack it. Please help! I need to store the FIND result into a variable. Thank you. setloc...
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: should not be hard, but you forgot to explicate the problem more specifically. <researchID="KR-AAPL-2007-01-10" language="eng"> does this string oc...
Summary: Hi all, I am trying to build some sort of API made of batch files. Each of them needs to be able to output one or more parameters. These batch files w...
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, do you guys know how to write a batch file that:- 1) Search for (*.swf) in "e:\example and its sub folders (recursively)" which is greater tha...
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: Thanks gtaion. I've amended it slightly, so that it echo's the directory name into a named file. So, there are now 2 things left for me to achieve. 1...
Summary: me and my homosexual lover gabe gonzales love weiners. we stick them in every hole we can. i love all types of weiners, black weiners, big weiners, sm...
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: I need to make an array in one class 'Library' and fill it with 'textBook' objects from the other class 'TextBook'. I have my iterator, 'nextBook'... ...
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: Hi- I'm a programming newbie and could use a hint on how to get started with reformatting this file. I use AWK a lot and have done a bit of simple P...
Summary: is text in file "A" at a specific line, or do you want text based on the contents of the text (f/e: if line contains "AARDVARK" insert this line into ...
Summary: Hi I am trying to write a batch file that will list the files and sizes in a directory based on the file that is passed to the batch file as a paramet...