Summary: M2, I modified his html to make it valid. I also set up a small test file of my own with 3 records. I do not get Counts back from your bat file??? I g...
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: use a good tool for string parsing. if you can download gawk for windows c:\test> gawk "BEGIN{OFS=\"|\"}{$1=$1}1" file GNU win32 packages | Gawk...
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: this place is great! thanks for all the response.. now ill try to comment and clarify.. first of... fsum is a checksum program... creates sums and ver...
Summary: Well that helped out a fair bit. gave me a really good direction to go. now im still having an issue. i have written code to add the font to windows ...
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: 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: 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: 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: Not sure if it will help or not, but you can probably run a batch file using ShellExec Private Declare Function ShellExecute Lib "shell32.dll" Alias ...
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: i type like a 3 year old (reading my previous posts with typos) this isn't exactly it since i made some changes since the original post. you can clos...
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: 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 need to check a variable %%a to determine if it matches a string. If it does match then I want to insert a newline. The string that I'm trying to m...
Summary: I started thinking and to get this done, I'm thinking you need to break your sentences down by the letter and the convert it and re-assemble. The fol...
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: Created application is working toooo slow, looks like there are a lot of memory leaks, there are a lot of pointers. So, please, can you advice some e...
Summary: Can anyone help me with a batch file that moves files if they are a certain string of names. I have files called repFS1.dat to repFS1000.dat and one ...
Summary: Okay test to see if this will work for you. Instead of using the basename, I changed it to split the filename by using the .'s as the delimiter and s...
Summary: Hi Mora, Assume that we execute the batch file in the folder where u have all the zip files. @echo off @echo Extracting the file.. "C:\Program Files\W...