How To Acces Shell with Gambas

like the title of this post, i would like to show you "how to acces shell with gambas" this is one of linux programing, maybe if you are familiar with visual basic in microsoft windows. so Gambas  is one of solution visual programing in linux. few days a go I try to make code in bash shell, and now I want that my shell code can I access it from gambas.


DIM myProc AS Process 'name of variable'

  myProc = SHELL "(/home/saujiro/ihsansample.sh)" FOR WRITE '/home/saujiro/sample.sh is my bash shell code'

That all you need, to acces your shell code with gambas, n the output of bash shell programing you can see at console of gambas

0 comments:

Post a Comment