Personal Data

Username:
dave
Joined:
2023-01-11 19:46:08

Projects

  • No projects to display.

User Activity

  • Posted a comment on discussion Engineering 🇬🇧 on CODESYS Forge

    I'm looking to find a way to execute a windows command prompt command to either run a python script, or a curl command. Currently my code looks like: command := 'cd C:/Users/laptop/Desktop && python file.py'; SysProcess.SysProcessExecuteCommand(pszComand:=command,pResult := ADR(Result)); If I change the command to shutdown it works and will turn off my computer. Everything else I've tried does not work.

View All