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: Hi there! I would like to post a question here about batch file and "if else if" support. I have googled and found people suggest using "nested if" ...
Summary: @echo off & setLocal EnableDELAYedExpansion for /f "tokens=* delims= " %%a in ('find /c /i "success" ^< my.html') do ( set S=%%a ) for /f "tokens=*...
Summary: You better look at your VOL output. Mine is: ======================== Volume in drive C is 2G_40 Volume Serial Number is 3318-1605 ==================...
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: 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...