I basically have a Jenkins slave
In that slave I'm passing the following:
********************************************
net use g: \\mynetworkshare\tests
g:
launchexecutable.bat (I also pass the executable here rahter than a batch file and it does the same)
net use g: /delete
***********************************************
The problem is that I want the executable to remain open. Instead jenkins is closing it. Thts the executable I need to test and it must remain open.
I know I can launch the executable within my test scripts, but wanted to know if there is away to launch the app and make it remain open.
Thanks,
NR