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: 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: 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: How do you incorporate that into the MOVE command though? I tried if '%repfs%'==MOVE C:\Documents and Settings\User\Desktop\batch test\ "C:\Document...
Summary: I am trying to open files in VB. The files are read only and located on the network. I am using this code ret = Shell("C:\Program Files\AutoCAD 2008\a...
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: 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 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...
Summary: Thanks for your reply. I would like to create a C program to reverse the number entered by user. Here's what I have done. Is this the correct logic ? ...
Summary: Hi I realize that this is probably not the best place for this question but I really don't know where else. I've been programming in c/c++ for a while...
Summary: i've worked some with vfp, and based on my experience, i would guess that vfp cannot open and extract PDF files text. If however you have access to vi...
Summary: I'm trying to code a script that will search through a folder and subfolders and delete by filname rather than extension. Dim objFSO, objFolder, objF...
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: I was trying to see if there is a method to count the number of files in a zip archive with out extracting it. I had a look at winzip's command line i...
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: 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: I want to create vars from txtfile with multiple lines.. txtfile (directories.txt) looks like.. C:\test\00010010 C:\test\00010020 C:\test\00010030 (di...
Summary: how are the files named inside the zipfile? (ie what, if any, extension). you would need to put the unzipped files into their own directory unless the...
Summary: Perhaps you don't get any output because your fsum command line is not correct? What's ark1 and why do you want to pass it as the first argument to ...
Summary: routine does timer (example 5 seconds): replace var. names as suitable for minutes not seconds, replace: ,8! with ,5! in code. (hh:mm:ss min...