Starting CME using command line (similar to CCPulse)

Hi all,
As per the subject line, is there a way to achieve this so that I can log into different environments by clicking a batch file?

Lazy I know … ;D

2 Likes

Yep - something like this:

"SET SCE_ACCESS=COMMAND_LINE (not entirely sure this will work but it does for CCPulse - check syntax! :slight_smile: )
SET HOSTNAME=hostname
SET PORT=0000
SET APPLICATIONNAME=appname
SET USERNAME=username
SET PASSWORD=password

C:\Program Files...path_to…\sce.exe -host %HOSTNAME% -port %PORT% -user %USERNAME% -pwd %PASSWORD% -app %APPLICATIONNAME%"

Tony