Using PSEXEC in batch file to open apps on remote machine

Discussion forum for all Windows batch related topics.

Moderator: DosItHelp

Post Reply
Message
Author
WeZ
Posts: 2
Joined: 12 Jul 2007 14:10

Using PSEXEC in batch file to open apps on remote machine

#1 Post by WeZ » 12 Jul 2007 14:27

Hello,

i need to automate the backing up of skype and all it's messages on pc's.

my current script works fine as long as the application is shutdown.

i could just taskkill the prog but i still need to open it up again after the copy.

i have tried:
psexec \\machine "c:\program files\skype\phone\skype.exe" /shutdown

and also tried:
psexec \\machine -i "c:\program files\skype\phone\skype.exe" /shutdown

and:
CALL psexec \\machine "c:\program files\skype\phone\skype.exe" /shutdown


as well as:
psexec \\machine c:\windows\system32\cmd.exe "c:\program files\skype\phone\skype.exe" /shutdown

i could kill the task but would prefer to shut it down nicely.

also, the closest i could get to starting skype again, was the exe actually running on the machine, but not interacting with the desktop at all.


can anybody tell me what to put in my batch file?

Kind Regards,
Wesley

WeZ
Posts: 2
Joined: 12 Jul 2007 14:10

#2 Post by WeZ » 30 Jul 2007 04:07

Hi All,

OK, i take it nobody can help me, but can someone suggest where else i can try to get this answer?

Kind Regards,
Wesley.

krosal
Posts: 2
Joined: 17 Jun 2009 19:41

#3 Post by krosal » 17 Jun 2009 20:03

oops

brendara
Posts: 1
Joined: 16 Jul 2009 04:50

#4 Post by brendara » 19 Jul 2009 01:01

Can you change a paypal account in skype? I canceled a account linked to skype, re linked a new email which is linked to a paypal account i currently have a band account with in another country., and all i see is this: Your Skype account is not linked to a PayPal account. A Skype account will become linked to a PayPal account if it has successfully received money from a Skype contact. How does a skype contact put money into paypal is what i am scratching my head over here?
Last edited by brendara on 01 Oct 2009 03:26, edited 1 time in total.

Post Reply