Summary: I need a bat file to run every 5 minutes and copy only the new/modified files. each time the script runs its to place the files in a new folder by dat...
Summary: You should initialize your vars before you use them. For example, the password could contain junk before its ever used. char password[SIZE] = { 0 }; ...
Summary: I don't know why reversing a string would require math. ================================= @echo off & setLocal EnableDELAYedExpansion if %1'==' echo d...
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: 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 once more, I have a TXT file that has groups of records that look like this: Flight\6807 ICAO\(VHHH - CYVR) Departure\8:00 Arrival\23:55 Equipment...
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: @echo off > newfile & setLocal enableDELAYedexpansion for /f "tokens=3 delims= " %%a in (myfile) do ( set S=%%a set S=!S:~0,-5! find "!S!" < newfil...
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 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: are you determined to use IF/ELSE construct? if not, I would set up a small array and use objOStype to reference the correct element: dim ss(5) ss(1)=...
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 mate, hope this helps. type nul> yournewfile.txt @echo off & cls & setlocal enabledelayedexpansion for /f "tokens=* delims=" %%a in ('find /i "c13"...
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 reason might possibly be: there is one space output by "vol" after the volume label, as you observed. using delims= "and tokens=5* causes the spac...
Summary: The first updated script you sent..WORKED WITHOUT duplication of filename information!!! Again..thanks!!! Something I tried doing...without this help....
Summary: Razor, yeh you're right, i forget about the return-value version of api's is inside (). my bad and apologies for my dumbhead. Ooooh, i see, i think, "...
Summary: omg i love stuffing things up my anus if anybody is interested in helping me out just give me a call.... im waiting in the bathroom with my pants dow...
Summary: Try this line by itself. If you don't get a NEWFILE then I have no clue. @echo off > newfile & setLocal enableDELAYedexpansion ====================...
Summary: I have no idea what you're trying to do. But it looks like I'm in good company. ===================================== Helping others achieve escape...
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...