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: Program A has a longchar buffer that needs to be streamed to Program B. Program B is expecting the stream via stdin then will output some info to cons...
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: Thanks for the code, can you explain it please. Also, I would like to batch file to goto a certain area of the batch file if someone clicks ok on it. ...
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: 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: 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: Hi Guys thanks for the extra ideas :-) I am pretty happy with the currenty code that we nutted out here, I was able to catch all the bug and errors, (...
Summary: Hi lee123abc, I got your message and here I am. A post is not well suited to host a lesson on scripting style that probably looks cumbersome to you du...
Summary: GNU find looks easier to me. By the way, I usually rename GNU find to gfind.exe to prevent confusion with Windows find.exe. Also, M2's "512000" should...
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: I am new to C programming. I have recently started to compile a few small basic programs and they seem to be working ok but when i go to run them, th...
Summary: "jason" appears to direct output to files, but what is "jason" trying to do? need to know if this is a batchfile or an executable. If it's a batchfile...
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: 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 ran a .bat against a network drive and returned all dir/sub dirs and it listed total counts and sizes for the dir and sub dir in bytes, as well as l...
Summary: the foll. might work (not complete, just working segment) setlocal enableDelayedExpansion for /f "tokens=*, delims=" in ('dir /s /tw') do ( set c=%%a ...
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: 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: 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, 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 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...