Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Batch Script for finding the files
Name: ufriends Date: May 14, 2008 at 12:50:19 Pacific OS: Win XP CPU/Ram: Intel 2G Product: Intel
Comment:
Hi, I am new to scripting so excuse me if I am anything silly. I need a batch script and my requirement is as follows: I have some file names (around 30)and I can put them in a text file (say test1.txt) and I want a script to search these files in C: drive and as a output generate a text file which says filename1 YES (means its present) otherwise say filename1 NO.
Summary: i bout a new optorite cd-burner and tried to install it as secondary master (i have one 120GB primary master and a 52X as secondary slave on an Athlon 1400 system with 256MB ram). and ever since then ...
Summary: Hi All, I have to extract a . Zip file from a share drive(\\ABC) which has the below structure throuh a batch script. .Zip file => inside this .Zip file I will have a folder by name ABC => inside this...
Summary: hi i have prepare a batch script for pinging my all devices. for /f %%I in (ping) do (ping -n 1 %%I | find "Reply" >> result.log if errorlevel 1 echo %%I wan IP was Down >> logfail) for /f "token...