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
Executing .bat files with special processing (RESOLVED)
-
JamesDuignan
- Posts: 85
- Joined: Thu Nov 26, 2015 1:43 pm
Re: Executing .bat files with special processing
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
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
Seems I was using it wrong. The Commands to Execute tool seems more inline with what I'm looking for. Thank you.