how can i execute a linux terminal commands with pb ?

Just starting out? Need help? Post your questions and find answers here.
User avatar
skinkairewalker
Enthusiast
Enthusiast
Posts: 635
Joined: Fri Dec 04, 2015 9:26 pm

how can i execute a linux terminal commands with pb ?

Post by skinkairewalker »

hi everyone !
have a native way ( in pb ) to run a terminal command without use .sh scripts or something like that ?
infratec
Always Here
Always Here
Posts: 6869
Joined: Sun Sep 07, 2008 12:45 pm
Location: Germany

Re: how can i execute a linux terminal commands with pb ?

Post by infratec »

:?: :?: :?:

Code: Select all

RunProgram("/bin/ls", "-al", "", #PB_Program_Open | #PB_Program_Read)
User avatar
skinkairewalker
Enthusiast
Enthusiast
Posts: 635
Joined: Fri Dec 04, 2015 9:26 pm

Re: how can i execute a linux terminal commands with pb ?

Post by skinkairewalker »

thanks you very much :D
Post Reply