View Single Post
Old 18 October 2021, 18:00   #4
PeterK
Registered User
 
Join Date: Apr 2005
Location: digital hell, Germany, after 1984, but worse
Posts: 3,377
If you only want to delay the execution of the user-startup but not of the startup-sequence then you would need a command sequence with run and "+" for executing the following command, too:

Code:
If EXISTS S:user-startup
   Run >NIL: Wait 1 MIN +
   Execute S:user-startup
EndIf
PeterK is offline  
 
Page generated in 0.04620 seconds with 11 queries