Before posting, and to avoid disappointment, please read the following:

  • This forum is not for 2BrightSparks to provide technical support. It's primarily for users to help other users. Do not expect 2BrightSparks to answer any question posted to this forum.
  • If you find a bug in any of our software, please submit a support ticket. It does not matter if you are using our freeware, a beta version or you haven't yet purchased the software. We want to know about any and all bugs so we can fix them as soon as possible. We usually need more information and details from you to reproduce bugs and that is better done via a support ticket and not this forum.

command line over psexec

For technical support visit https://support.2brightsparks.com/
Post Reply
pietervanstee
Newbie
Newbie
Posts: 1
Joined: Tue Jan 16, 2018 7:19 pm

command line over psexec

Post by pietervanstee »

Hi

I’m trying out syncback and in order to use the software I should be able to use the command line remotely.
At the moment I’m using psexec to launch the commands on the remote server with syncbackpro.exe only nothing is happening.
I’ve tested everything. Running a remote bat file over the psexec works fine, and also a running a bat file with some syncbakcpro command line actions are executed fine.

Only running the command line over psexec isn’t working for me.
Can someone please let me know how to get this fixed?

I've been testing this by entering: psexec \\192.168.2.120 -u user -p pw cmd
That gives me the cmd of the remote server, when navigating to the SBP folder and executing the SBP.exe with the needed commands, nothing happens.

this was the batch file I was trying to run...
-----------------------
cd\
cd C:\Program Files (x86)\2BrightSparks\SyncBackPro
SyncBackPro.exe -silent -delete sceneassets
timeout /t 8
SyncBackPro.exe -silent -importprofile "\\NAS\workstation\SERVER INSTALL\TOOLS\SYNCBACK PROFILES\sceneassets.sps"
timeout /t 8
SyncBackPro.exe -r sceneassets
exit
-----------------

Thanks
Post Reply