
08-06-2022, 20:11
|
 |
Registered User
|
|
Join Date: May 2011
Location: Brazil
Posts: 1,074
Thanks: 1,814
Thanked 2,304 Times in 787 Posts
|
|
Quote:
Originally Posted by kuyhaa
worked thanks @kaktor & @Cesar82
and 1 question again
when the batch running, i want the prosses hidden/silent ( only see on task manager and text 'Waiting for batch prosses...' ) without window cmd,
have setting ?
|
try
Code:
Exec2(ExpandConstant('{#BatchFileName}'), '', False);
|