Page 1 of 1

Executing .bat files with special processing (RESOLVED)

Posted: Wed Aug 28, 2019 6:12 am
by Echo
Hi, I'm trying to open a .bat file at the time a patch is installed. I believed the special processing section of the deployment tool would do this, but after trying it with a type of "standard" it doesn't appear to execute at the time of the patch. How can I execute this .bat at the time the patch is applied?

Thanks.

https://docs.lansa.com/14/en/lansa022/i ... s%7C_____9

Re: Executing .bat files with special processing

Posted: Wed Aug 28, 2019 10:02 am
by JamesDuignan
Hi,

Files with special processing is about creating files like shortcuts, it does not execute scripts.

I know for version you can use the commands to execute. See:
https://docs.lansa.com/14/en/lansa022/i ... e%7C_____0

Unfortunately, this not supported for patches. I am unsure if there is anyway to execute an external batch from the installation of a patch.

Regards,

James Duignan

Re: Executing .bat files with special processing

Posted: Fri Aug 30, 2019 5:02 am
by Echo
Seems I was using it wrong. The Commands to Execute tool seems more inline with what I'm looking for. Thank you.