Jump to content
Forum²

Recommended Posts

Posted

Hi !

 

I have a backup vbscript that I use to copy a folder that I have on my system (windows server 2008) on a different server (windows server 2003). When I run it manually it works fine.

 

I want to run it with the task scheduler every days. I created a new task that runs my vbs file. When I run it manually it only works when I choose "run only if the user is connected" in the properties of my new task. I want to run it even if no session is started on this server.

 

I tried to lauch my vbs with a bat file and I got that :

 

e:\backup_folfer.vbs(411, 6) Erreur d'excution Microsoft VBScript: Priphrique non disponible

 

which means that the device is not available

 

(which not occurs when I run it manually ->double click on the vbs file from the server)

 

I want to make the copy on a server that has rights restrictions and I have to be logged as an administrator to copy files on it.

 

I don't really know what I can do...Someone has a solution ?

 

Thank you very much ;)

 

Vincent.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...