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.
script to copy specify date file to
Name: yeekh Date: February 2, 2009 at 03:27:17 Pacific OS: Windows 2008 server CPU/Ram: 4gb Product: Dell / POWEREDGE Subcategory: Batch
Comment:
I have .sql files with timestamps in a folder like: hddaily 20081130 0600.sql, hddaily 20081129 0600.sql, hddaily 20081130 0600.sql, etc. Filename is “hddaily yyyyMMdd HHmm.sql” Format. I need use daily task schduler and bat script to copy the daily file (eg. hddaily 20081130 0600.sql) to other drive for backup purpose. Can Any1 help? Thanks.
Summary: hi all, m new to this site and read some others post regarding coping,deleting etc using batch files. I would like to know is it possible to copy multiple mp3 files to an external/removable disks like...
Summary: Hi Not sure about servers, but this help. @echo off dir | find "%date%" > files.txt for /f "tokens=1-4 delims= " %%a in (files.txt) do ( echo copy %%d \Destination ) ...
Summary: Hi . Im a DBA i dont much knowledge about shell scripting can anybody help me out in my requirement . i have output file like below : <SID> dif0 online backup at 200903100758. Exit code: 0. If t...