Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Robocopy

Status
Not open for further replies.

thetam

Technical User
Joined
Sep 28, 2007
Messages
33
Location
US
can anyone explain to me how Vista robocopy works and how to run it?

thanks!
 
Seems to want to run from a Command Prompt.

Type Robycopy /? at the prompt for the full syntax of the program.
 
thanks Davetoo!
the GUI makes it easier, but do you know a way to run it each time a pc bootup?
 
Do you mean, just to start the program, or start the program and have it perform some action for you?

The latter would, I imagine, require the use of the DOS Syntax as a batch file and run from the Startup folder, login script, or as a Scheduled Task. Obviously if you just want to start the program itself, then a Shortcut to it, placed in the Startup folder would suffice.
 

I don't know how to use the DOS Syntax.

I can run the script and it's appears to work but the files are not being copied.

also, Vista Scheduled Task giving me issues. it does not run the script like it should.

do you actually use this yourseft Linney?
 
No, I don't use Robocopy. I believe Robocopy can output scripts too, is that what you are trying to use and do?

Microsoft Robocopy GUI frontend
thread779-1296098


If not, your script, what type is it, VBscript?

If it is not a coding problem within any script, then maybe it is a permission and access problem with the source or destination folders?

Can you perform the Robocopy action successfully manually?
Are the logging and monitoring options in Robocopy of any use in determining your problem?

Are you setting up any Scheduled Task as an Administrator, or at least as a user who can access both source and destination?

Copying Files Notifications
thread779-1196229
 
Does anyone know how to turn off or hide the running script? I use Schedule Task to run the script at each login. the copy files are beign copied to a network share which require a network login. this network login is shown when the script run (security concern). so, i like to hide or run on the background...or is it even possible?

i've tried /NDL, /NFL, /NJH, NJS, and /NP.

thanks!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top