Page 2 of 2

Re: Import a solution from the command line

PostPosted: Tue Sep 13, 2011 3:50 pm
by jgarfield
In windows the "net" command can start and stop services

Code: Select all
net stop servicename


As far as updating plugins goes, after the service is stopped I'm just copying them into their appropriate directory via CLI move commands.

I'm not really doing anything quite as fancy as using any sort of standard package installer framework, basically just rolling my own for the moment, so I can't really provide you with any tips in that arena.....but if you make any headway, let us know!