How does the "Command Prompt" activity ecosystem work in ElectroNeek?

I’m running PowerShell scripts within the “Command Prompt” activity, but sometimes it takes a long time to load or doesn’t load at all. One key aspect causing the delay is when I add a library through the script—sometimes it works very quickly, and other times it takes a long time to load or doesn’t load. I’d like to know if anyone has experience with a similar situation or understands how the “Command Prompt” activity actually operates within ElectroNeek. Specifically, whether ElectroNeek interferes with each process within the “Command Prompt” activity or if it operates independently as if it were native to Windows.

1 Like

Hi @ElectroDev
The “Command Prompt” activity in Electroneek typically operates within its own execution environment, but it interacts closely with the underlying operating system (Windows). However, there can be variations in how quickly scripts load or execute, especially when dependencies or libraries are involved.

1 Like