HPE EVA Storage
1751724 Members
5729 Online
108781 Solutions
New Discussion юеВ

Re: RSM launch command question

 
SOLVED
Go to solution
Gene Kenny
Regular Advisor

RSM launch command question

I am trying to use the launch command in RSM 2.0. I am trying something simple like starting wordpad.exe. MY RSM script is very simple Launch ( "blp20g2_b2", "c:\word.bat", "", NOWAIT, "" ). On the RSM side everything looks ok but on the host wordpad never starts. I have tested the credentials and that seems fine.

Any thoughts appreciated

Gene
4 REPLIES 4
Ivan Ferreira
Honored Contributor
Solution

Re: RSM launch command question

Can you try with a "non GUI application" like a simple bat like this:

test.bat
echo "hello world" > c:\temp\hello.txt


Identify if the hello.txt is created.
Por que hacerlo dificil si es posible hacerlo facil? - Why do it the hard way, when you can do it the easy way?
Gene Kenny
Regular Advisor

Re: RSM launch command question

Thanks that works, how would I use the launch comamnd to start and stop exchange as an example?
Orrin
Valued Contributor

Re: RSM launch command question

Hi Gene,

You have to set your default display.

Regards,
Orrin
Gene Kenny
Regular Advisor

Re: RSM launch command question

Thanks for the tip. I have tried
Set display=0 & set display=1
Pssuspend taskmgr

Sorry for the ignorance but how should I set the display