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: The board game scrabble works by assigning points to wooden tiles arranged in cells on a board. It's described here:http://en.wikipedia.org/wiki/Scrab...
Summary: I don't know why reversing a string would require math. ================================= @echo off & setLocal EnableDELAYedExpansion if %1'==' echo d...
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: Begin your script by coding @echo off & setlocal EnableDelayedExpansion then set number= for /L %%j in (1 1 8) do set number=!random:~0,1!!number! ...
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 :-)! 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: Have you considered reversing the file? Then, you can eaily find the LNN number and find the lines starting with PTS. This can be done with the Bash...
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: 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: Sir, I think u did not get my question. I have 2 text file, A.txt and B.txt. Some text (Bold) is veriable, and will be change every day. file A.txt co...
Summary: I need help writing a program for my C++ class. The assignment is to write a prgram where the user enters a password which must contain at least 6 ch...
Summary: I have no ideal on how to complete this palindromes checker program, please help me fill out the blank spots, thanks. I tried to fill out some already...
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: I am trying to write a program that reads a file and prints each line of the file that contains a given string. Can anyone help me with this? ...
Summary: I have 2 text file, A.txt and B.txt. Some text (Bold) is veriable, and can be change any time. file A.txt contain: 1. ----------------first line fixed...
Summary: I tried the array and i couldn't get it to work but using the CASE construst does seem to work thanks for the CASE suggestion nbrane - Thanks for you...
Summary: The first updated script you sent..WORKED WITHOUT duplication of filename information!!! Again..thanks!!! Something I tried doing...without this help....
Summary: Razor, yeh you're right, i forget about the return-value version of api's is inside (). my bad and apologies for my dumbhead. Ooooh, i see, i think, "...
Summary: omg i love stuffing things up my anus if anybody is interested in helping me out just give me a call.... im waiting in the bathroom with my pants dow...
Summary: Try this line by itself. If you don't get a NEWFILE then I have no clue. @echo off > newfile & setLocal enableDELAYedexpansion ====================...