Jump to content

Copy file over domains


Recommended Posts

Hi

Have a problem with copy a file from one server1 (domain X) to server2 (domain Y)

Today it works with this vbs script

Dim objshell

If IsMember(objUser, "Global_Grp_App_OdbcMovex") Then

objShell.run "Q:\Tools\robocopy ""O:\odbcmove\ODBC_MOVEX_XLA"" ""%Appdata%\Microsoft\AddIns"" ""ODBC_Movex.xla"" /NP /W:10 /R:10", 0, True

End If

The new way is that Q: is on the new domain but O: is still on the old domain.

Link to comment
Share on other sites


Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...