On CBS.com: Six show girls attacked
1 Resources for

batch auto-run xcopy

  • Subscribe to this listing via:
  • RSS
  • Email

TechRepublic Resources

Batch File copying contents to most recent folder.
Hello,I am attempting to use a batch file to copy a folder (called "SensorDAQ") into the user.lib of LabVIEW from a CD. Because multiple versions of LabVIEW can co-exist on a machine, I need a batch file command that will copy that folder onto the most recent version. Here's what...
Tags: eschmidt@..., LabVIEW 7.1 LabVIEW 8.2, SensorDAQ, batch auto-run xcopy, software, it management, programming, LabVIEW
Discussion threads 2007-02-07

Additional Resources

Create a batch file to backup the content
Hi All,I need to create a batch file , which can copy the contects of one folder to other. for example, i have some folder which also contains other sub folder, now i need to backup all the sub folder of Alok and when I run it second time, then...
Tags: batch file, backup, alok.behria@...
Discussion threads 2007-01-08
batch file scheduling
I have a simple batch to xcopy My Documents and Favorites to my slave hard drive. XCOPY "C:Documents and SettingsjoMy Documents" F:BAK /S/D/Y XCOPY "C:Documents and SettingsjoFavorites" F:BAKFAV /S/D/Y I'm trying to use task scheduler w2k to run this at start up but it won't start. It runs fine when...
Tags: Microsoft Windows 2000, bslyjo70054@..., C:Documents
Discussion threads 2007-10-22
batch file
Hi everybody, I need to add a foldercontains shortcuts to the users' desktop in a W2k environment and push it through Group Policy. Could you give me some help with the batch file?Thanks in advance.use xcopy in your batch file.xcopy yourfolder yourfolderdestination.If all users are going to have the same...
Tags: Desktops, desktop
Q&A 2006-01-19
Batch file net addresses
How are networking addresses written which can be used in a batch file to copy files from one computer to another over a wireless network?RegardsLes WellingtonHiuse the following:xcopy \sourcePCnamesharenamefilenames \destinationPCnamesharenameif the folders are not shared and you have administrative rights on both PC's then you should use this command:xcopy \sourcePCnamec$foldernamefilename...
Tags: leswel@..., leswell1@..., windows
Q&A 2006-09-07
Windows XP doesn't see mapped drive from batch file...
I have a few computers running Windows XP NTFS with a couple mapped drives to a backup computer. I run a batch file that uses xcopy to copy some files to the backup computer. Frequently, the batch file returns an "invalid drive specification" error (especially after the client computer has...
Tags: PRODUCTIVITY, al-zines@..., Microsoft Windows XP, password, Microsoft Windows, backup computer, computer
Discussion threads 2007-10-24
Batch file to move files based on date
We have a process that outputs multiple files throughout the day and we would like to have a batch file run at night to create a directory with the current date (format of the date isn't crucial). Then move the files made that day to the recently created directory. I...
Tags: hardeec@...
Q&A 2005-06-09
FOR statement "unexpected i" in batch?
I wrote this little backup script -------@ECHO on:start::Will check day of the week and perform backup routine only if matches day specified in IF statementFOR /F "usebackq delims==" %i IN (`date /t`) DO set date = %iFOR /F "usebackq delims==" %i IN (`date /t`) DO set dobackup = %iif "%dobackup%"...
Tags: Backups, /e /c /i /q
Q&A 2005-07-25
WTA: XCOPY Command
hi... i have some questions to ask.i have 2 different servers now. i need to do some backup files + folders from server A to Server B.Any idea what is the command i should use? Eventually i tried on Xcopy command, and it works from same server, copy from 1...
Tags: cath0228@..., XCOPY, server
Discussion threads 2007-03-20
Using DOS to backup Flash Drive
I thought I would write a batch file to backup my flash drive. I used XCOPY with the /s switch, with the parameter being *.* It seemed to run properly, however, when comparing the size of the folder that contains the copied files from the flash drive
Tags: flash drive, dos, backup, windows, cccgsmith, USB flash drive, XCOPY, Try /E
Discussion threads 2006-11-20
Cmd prompt xcopy
I'd like to know how to suppresses prompting to confirm you want to overwrite an existing destination file, but set this to "No". At present: xcopy C:source/S/C/Y D:destinationhowever this defaults to overwriting the already copied files. Is there a was in cmd prompt to suppress the prompt and NOT overwrtie...
Tags: Microsoft Windows, peter_mallory@..., RoboCopy, XCOPY
Discussion threads 2007-07-30
Auto Photo Editor (exe)
Auto Photo Editor is an all-in-one photo editor for your batch photo-editing converter. Allowing you to easily convert multiple photo/image files at the click of a button. You can batch resize, rotate, stamp text on your images and convert format to others. It's easy to create batch files to automate...
Tags: Photograph, Auto Photo Editor
Software downloads 2007-05-22
Batch Backup
I have created a batch file to backup data to cd on my windows XP machine. It has worked successfully for the past two years, but the programmer of one of the programs (located in the P: directory) has changed the internal backup event to create multiple daily backups. This...
Tags: scheduled job, peterr@..., Burning, C:\Documents, Settings\trevord\Local Settings\Application Data\Microsoft\CD
Discussion threads 2007-01-17
Using Batch file in logon script
How to use xcopy command to copy certain files residing on the server to local clients in the logon scripts
Tags: nikhil.dharmsey@..., logon script
Discussion threads 2007-06-18
DOS script to copy folder
Hi, This is not my forte at all, and I'm wondering if anyone has a basic script handy for Windows 2003 to copy an entire folder (inc subfolders & files)to another server each night. So far my efforts have had a few issues - mainly that I can't delete the...
Tags: DOS, Hi This, NICS, windows
Q&A 2006-06-06
Xcopy and batch file
HiI have created a batch file which copies new and changed files from a networked storage device to a computerI am using the xcopy command and have used the following syntax:start /wait /b xcopy "source" "destination" /c /d /s /e /k /y /z /iat the start and end of the...
Tags: batch file, Blackcurrant, windows
Q&A 2005-11-21
xcopy question
We are trying to copy a daily file and would like to enter a date into a bat file in order to only copy that one file. Any help is appreciated.Perhaps these two references will help:http://support.microsoft.com/?kbid=289483http://www.robvanderwoude.com/index.htmlDaltonYou can use the /d:date option of xcopy to copy files with a certain date....
Tags: gcw804@...
Q&A 2004-11-29
Backup batch file to overwrite older ones...
So I thought I was brilliant when I adapted a batch file that I saw on the Internets, but now I want to adapt this one to update old folders, instead of just creating new one.For example, if I ran the batch file it would either get rid of the...
Tags: Backups, bkatzman@..., backup
Discussion threads 2007-09-27
FTP Script file
I am trying to automate an FTP transfer using a batch file in win xp. I am having trouble getting my batch file to run the script (which is a .txt file) to automatically log into the FTP server, transfer the files, then quit. I see that I need to...
Tags: batch file
Discussion threads 2005-02-17
Able Batch Converter (exe)
Able Batch Converter allows you to easily convert multiple graphics files at the click of a button. More than that, you can also edit images directly in Able Batch Converter, to produce a variety of effects (rotate, flip, resize, mirror, auto crop, filters, noise remove, deskewing, watermarks, margins, color enhancements)....
Tags: Image, Able Batch Converter
Software downloads 2007-11-29
  • << Previous
  • page 1 of 1
  • Next >>


Windows XP vs. Mac OS X
This presentation, entitled Standardizing on Windows XP Instead of MAC OS X, provides a pre-packaged option for defending Windows XP against MAC OS X. ...
Buy Now
Cisco IOS Command Chart (IOS v.12+)
Becoming proficient with Cisco equipment means remembering a whole new set of commands. These command charts give you a quick way to look up the needed IOS commands and switches when you need them.
Buy Now