Flux rss
Search : in
By : Relevance Date Username
Statut : Not resolved

Batch file to copy file from one system to on

vicky, on Tuesday 10 June 2008 à 07:48:51
Hello,

I have two systems ,one is domain member and other is workgroup computer.Now I want to shedule copy command for copying one file on daily basis from workgroup computer to domain member computer.

It is possible with batch file?

Workgroup computer Name :-hisserver
user :administrator
password :hisserver

Domain Member :hisbackup
user : administrator
Password:*healthbackup
Configuration: Windows 2003
Internet Explorer 6.0
Reply to vicky  Report this message to moderators Go to last message

1


  • This message seems useful, vote!
  • Report this message to moderators
getsugatenso, on Wednesday 11 June 2008 à 08:51:22
xcopy directory [destination-directory]

and then turn this into a .BAT file
Reply to getsugatenso

2


  • This message seems useful, vote!
  • Report this message to moderators
 mudbrains, on Thursday 13 November 2008 à 10:48:53
Hi,

Please try the following batch command......





set path=c:\WINDOWS\system32;

echo Copying started at %date% %time%>>_date_.txt

xcopy E:\backup \\SERVER\BACKUP\others /s /a /d

echo Copying finished at %date% %time%>>_date_.txt

echo Completed Successfully at %date% %time%>>_date_.txt

echo --------------------------------------------------------------------------- >>_date_.txt

pause
Reply to mudbrains

Résultats pour Batch file to copy file from one system to on

Batch file for one current date in text file Hello, I need a batch file to get the current date and time of my computer and put it in a text file every time I run it.But I need the most current date&time to replace the previous within the same text file, so that my file can have only one record,... en.kioskea.net/forum/affich-16514-batch-file-for-one-current-date-in-text-file
Help with Loop in batch File using input from (Solved) Hi Together I try to scan some PCs remotely and do want to automize this task. I created a batch file doing a good job, however, it scans only one pc and then I do need to change the target system name. I now want to create a comma seperated list,... en.kioskea.net/forum/affich-15768-help-with-loop-in-batch-file-using-input-from
Transferring a file from one PC to another ma question is, when transferring a file from one PC to another (the two are inter connected using a network),Considering the internals of an operating system how to describe the relevant processing that is involved in the operating systems. with diagrams en.kioskea.net/forum/affich-11528-transferring-a-file-from-one-pc-to-another

Résultats pour Batch file to copy file from one system to on

Connecting two computers with a USB cable.Connecting two computers with a USB cable. What to choose? How does it work? What to do? If you have to transfer huge files from one PC to another, using a flash disk or burning a CD-ROM can seem like a waste of time. One wise way... en.kioskea.net/faq/sujet-342-connecting-two-computers-with-a-usb-cable
How to connect two computers with a USB CableHow to connect two computers with a USB Cable One of the best and fastest ways for connecting two computers is by using a USB-USB cable. This process allows you to transfer files from one computer to another and share internet connection. The... en.kioskea.net/faq/sujet-345-how-to-connect-two-computers-with-a-usb-cable
Free Burning Software DownloadFree Burning Software Download Burn My Files: The one clicking burning software CDBurnerXP Burnaware AVS Disc Creator Nero Edition 8 A burning software is an application mainly for storing data (files, audio and video etc) on CD... en.kioskea.net/faq/sujet-206-free-burning-software-download

Résultats pour Batch file to copy file from one system to on

Batch files-space problemHello, I have a problem with copying with batch files. When the source and/or destination in the xcopy command has space in itself, it won't copy. It reports "Invalid number of parameters". For example, the source is C:/NewFolder/*.* Now it... en.kioskea.net/forum/affich-8915-batch-files-space-problem
Backup files from one drive to anotherHello, I am trying to write a batch file that will let me backup folders on my Windows box to an external hard drive and have no idea how to write batch files. Any help will be greatly appreciated. Thanks. en.kioskea.net/forum/affich-28760-backup-files-from-one-drive-to-another
A batch to copy the whole folderHello, I need a batch to copy a whole folder from a remote PC to a local folder. So, I can schedule this kind of deposit everyhour. Please, help me! en.kioskea.net/forum/affich-30684-a-batch-to-copy-the-whole-folder

Résultats pour Batch file to copy file from one system to on

Download Free Easy CD DVD BurnerBurn data and audio (WAV, WMA, MP3, OGG, FLAC, AAC, M4A) to your CDs & DVDs is now very easy with Free Easy CD DVD Burner. Burn and save ISO files, copy your CDs DVDs. Save your favorite audio CDs to mp3 with the internal grabber (CDDB request to... en.kioskea.net/telecharger/telecharger-102-free-easy-cd-dvd-burner
Download CCleanerCCleaner is a freeware cleaning tool to ensure privacy by deleting unused and temporary files from your system /!\ Do not install yahoo toolbar. It cleans Windows components such as: Temporary files Cookies, cache, URL history of Internet... en.kioskea.net/telecharger/telecharger-33-ccleaner

Résultats pour Batch file to copy file from one system to on

Linux - Commands Command Description DOS equivalent ls lists the content of a directory dir cd change of directory cd cd .. parent directory cd.. mkdir creates a new directory md rmdir eliminates a directory deltree cp copy of a file copy, xcopy mv moves a file move... en.kioskea.net/linux/lincomm.php3