Run a script on a linux box from Windows OS using windows-form written in C#
-
Help please Does anyone know an elegant way to initiate a bash/perl script (to run on a linux box) from a windows form written in C#? Thanks
-
Help please Does anyone know an elegant way to initiate a bash/perl script (to run on a linux box) from a windows form written in C#? Thanks
Another idea is to use a folder which both machines share. On the Linux machine, a program checks that folder for new files, and if a new file is encountered, that program then executes some actions depending on the file. This method requires that you develop such an "observer" for Linux and get it running on the Linux machine before your users try to start something from your Windows program.
-
Another idea is to use a folder which both machines share. On the Linux machine, a program checks that folder for new files, and if a new file is encountered, that program then executes some actions depending on the file. This method requires that you develop such an "observer" for Linux and get it running on the Linux machine before your users try to start something from your Windows program.
This seems way to convoluted and overly complex to be "elegant". Don't you think?
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007, 2008
But no longer in 2009...