![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to execute multiple(batch) oracle script in unix mechine | ravi gongati | Shell Programming and Scripting | 2 | 03-21-2008 03:37 AM |
| how to execute script from my desktop windows xp to my HPUX server? | kenshinhimura | HP-UX | 2 | 03-05-2008 01:47 PM |
| Execute a UNIX script from DOS prompt. | er_aparna | Shell Programming and Scripting | 24 | 12-15-2006 03:47 AM |
| Can Unix (Solaris) execute a dos .bat script? | BCarlson | UNIX for Dummies Questions & Answers | 4 | 08-26-2006 05:52 PM |
| How to execute a shell script from Windows | kyawlin | UNIX for Dummies Questions & Answers | 4 | 12-19-2003 05:54 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
Hello ALL,
Does anyone know how I can execute a script on Unix or Linux? Details: This execution needs to start from Windows and I need to pass some parameters to the script. If anyone knows how to execute, please, let me know. Please, send me an example how it is possible. Thanks. |
| Forum Sponsor | ||
|
|
|
|||
|
Hello blowtorch,
Thank you for your information. I will check about the software, however, I was thinking to use some DOS Commands. Actually, my application will execute a routine that allows to send some DOS Command. In this case, this DOS command will need to execute a script on Unix or Linux and I need to pass some parameters too. Do you believe that this product will reach the goal? Thank you. Regards. |
|
||||
|
A DOS command? Do you mean command line execution at the dos prompt? Because you will have to run a unix script/command on the remote system. There's no way around that.
Command line execution at the DOS prompt is possible for SSH, you just have to look for a client that will give you that functionality. |
|
||||
|
see if you can install cygwin ... then create dos batch file that ...
1. sets your parameters 2. calls ssh to run remote commands on remote server do a search on "ssh" on this forum and/or google to get that setup and you should be on your way ... btw, cygwin is at www.cygwin.com ... |
||||
| Google The UNIX and Linux Forums |