![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| HP-UX HP-UX (Hewlett Packard UniX) is Hewlett-Packard's proprietary implementation of the Unix operating system, based on System V. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Script runs fine on UNIX Server...Not through MSK Tool kit on Windows Server | madhunk | UNIX for Dummies Questions & Answers | 5 | 01-31-2008 01:30 PM |
| Shell Script to ftp from windows server | shilpa.rajput | Shell Programming and Scripting | 8 | 11-07-2007 12:52 AM |
| to put the unix script output on windows desktop | Assassin | HP-UX | 1 | 04-23-2007 11:52 PM |
| Execute script on Unix/Linux from Windows | brbillyh | UNIX for Dummies Questions & Answers | 4 | 07-11-2005 12:50 AM |
| How to execute a shell script from Windows | kyawlin | UNIX for Dummies Questions & Answers | 4 | 12-19-2003 09:54 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Here is one way I figure out ,FYI.
1.Create a crontab job shell,in which you list files in a fixed directory which may .temp.If there is a .sh file in the directory,then just run it.Then U may delete it from the directory.This crontab job can be run every 1 minute.It makes sure every shell scripts can be executed just after it was found. 2.When U have a shell in Windows platform to be executed in Unix,just ftp it to the directory of Unix.This can be done either in scripts in Windows or manually. PS:The step 2 can be replaced by ftp to fixed directory in Windows from Unix to find files to be executed.In this case ,U'll need a ftp server on Windows.When U have script to be executed in unix,just move it the fixed directory will do . |
|
||||
|
Note: I am assuming you mean shell script not bat files. bat files will not work in UNIX.
Without either copying the shell script to the unix box or NSF mounting your PC disks on the UNIX box, you cannot execute a script. You will have to telnet or ssh into the UNIX box, then run the script from there. |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|