
08-06-2022, 20:11
|
 |
Registered User
|
|
Join Date: May 2011
Location: Brazil
Posts: 1,077
Thanks: 1,826
Thanked 2,310 Times in 789 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);
|