Follow via:
RSS
Email Alert
Question
0 Votes
+ -

vbscript

how do u create a vbscript to copy from one drive to another drive in another computer in a network and then create a backup copy of it,and the backup copy must be copied the next day as another backup and so on..... in server 2003
Tags: windows
Updated - 29th Aug 2011

Answers (3)

1 Vote
+ -
Would be easier in a batch file
Just a series of copy commands
30th Aug 2011
0 Votes
+ -
q&a
how i dont know batch files
30th Aug 2011
1 Vote
+ -
Well you can google how to create a new batch file
And your commands in the batch file would look something like this.


xcopy C:\ D:\ /c /h /e /r /y /k /Q

That says to copy and overrite all files from the C drive, to the D drive.
You can do this several times


xcopy D:\ E:\ /c /h /e /r /y /k /Q
xcopy C:\ E:\ /c /h /e /r /y /k /Q
31st Aug 2011
Answer the question
Formatting +
BB Codes - Note: HTML is not supported in forums
  • [b] Bold [/b]
  • [i] Italic [/i]
  • [u] Underline [/u]
  • [s] Strikethrough [/s]
  • [q] "Quote" [/q]
  • [ol][*] 1. Ordered List [/ol]
  • [ul][*] · Unordered List [/ul]
  • [pre] Preformat [/pre]
  • [quote] "Blockquote" [/quote]

Join the TechRepublic Community and join the conversation! Signing-up is free and quick, Do it now, we want to hear your opinion.