vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| I am a Unix newbie and cannot figure out how to do this. I have a C# application which uses PSFTP to transfer files to the Windows machine. After editing them there and transferring them back, I am trying to run an executable on the HP Unix machine using a Plink connection. Though I am able to do file manipulation there, I cannot start the executable. I get an error saying sh: nbuild: not found Any ideas? Thanks, Z |
| |||
| In article <1147096079.547631.265350@j73g2000cwa.googlegroups .com>, Zenon wrote: > I am a Unix newbie and cannot figure out how to do this. I have a C# > application which uses PSFTP to transfer files to the Windows machine. > After editing them there and transferring them back, I am trying to > run an executable on the HP Unix machine using a Plink connection. > Though I am able to do file manipulation there, I cannot start the > executable. I get an error saying > > sh: nbuild: not found > > > Any ideas? Thanks, Is 'nbuild' the executable you are trying to run? Try specifying the full path to the command, i.e., /some/path/to/nbuild. Kevin -- Unix Guy Consulting, LLC Unix and Linux Automation, Shell, Perl and CGI scripting http://www.unix-guy.com |