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: 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: 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: I am wanting to learn how to program general applications for Microsoft Windows operating systems. What language is easiest to learn for creating sta...
Summary: I've been working on and off on a little project for my work now for a while now and I think I have finished it now. All I'm asking for is a couple of...
Summary: from looking in this forum, there's a way to change date format in Xp. (possibly even specific to "dir" cmd). if so, the easiest way would be change f...
Summary: Hi Mechanix2Go, Thanks for the info, but I am not sure how to remove the extra space it based on your reply. Sorry if I am missing something and addi...
Summary: I have no way to test it at the moment but maybe this may help: <untested> @echo off setlocal enabledelayedexpansion for /f "usebackq delims=" %%...
Summary: ahh crap the program stopped working and i forgot what i did right... ok nbrane I added to code you indicated into the vba code within excel. it indic...
Summary: About the delimiter, I can use any character that suits your needs. I put them in myself during the extraction. I tried using Æ, with same results, I...
Summary: I may be wrong here, but standard windows XP doesnt have net send enabled. So you can enable it yourself (look on google how to do that.) You will hav...
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: Ok for this problem I don't have many ideas on how to go about it. I have a file of 300 UserId (userids.txt) in the following format John.Smith John.D...
Summary: What is the language of coding given? What software to run it? It is the first time i use dos. It's an xp batch file. Just a simple text file with eit...
Summary: Hi, I have a txt file that contains data in the following format: 1200-1678,,1,C1356 1000-0076,,1,C1357 1000-0051,,1,C1358 1000-6848,,1,C1500 1000-684...
Summary: As razor points out, both examples are functionally identical. I think what you may be missing is the idea of "nesting" itself, basically all it means...
Summary: Ok, I don't intend to be mean but try this: disregard everything you know about the circumstances of the problem, read your post and consider the info...
Summary: HI All, I want to write a batch script which will Unzip all the .Zip files from a folder A(inside the Folder A, there will be more than 1 .Zip files) ...
Summary: Here is the deal. I have create a MSI to install a massive amount of fonts, this will be deployed over a network to 9000 machines. Problem im having...
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: 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: 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: Hi, I'm getting confused on trying to use numeric variables in BAT files. I've seen these names: variable _variable %variable %variable% Specifically...
Summary: Perhaps prevention is better that cure? If your about to append to the file maybe you could use "find" on the text file with either the whole line you...
Summary: A wild guess, but does your path contain a "!" exclamation mark and do you have delayed expansion enabled? Can you post exactly what a path that does ...