![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Windows & DOS: Issues & Discussions All Windows and DOS questions should go here as well. Discuss UNIX to Windows (Desktop or Server) here! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Executing Windows batch file from UNIX | flip387 | Shell Programming and Scripting | 5 | 10-24-2008 11:57 AM |
| windows scripting for a batch job | MizzGail | Windows & DOS: Issues & Discussions | 2 | 03-30-2007 06:42 PM |
| how to convert unix .ksh script to windows .batch script | 2.5lt V8 | Shell Programming and Scripting | 1 | 11-28-2006 12:52 PM |
| How can I run scripts in my unix account from batch file in Windows? | olgafb | UNIX for Dummies Questions & Answers | 7 | 05-27-2006 09:40 AM |
| Windows Services for UNIX | eugrus | Windows & DOS: Issues & Discussions | 5 | 02-22-2005 07:52 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Windows services for unix - How do I run in batch
I just installed Windows Services for Unix. I want to create a ksh program and schedule it using the Windows scheduler. How would I go about doing it?
What would the command line look like? Do I always have to be in a ksh shell to run the batch program even if it is not scheduled? What if anything would I have to add the the Unix ksh script? Do I have to setup anything special as far as the Windows Enviroment variables? Thanks, Rich |
|
||||
|
Windows does not actually execute 'the script'. Files ending on .ksh are only declared to be opened with ksh which has the same effect, but will hurt you in case you don't mind about that and try scheduled execution.
Add 'ksh c:\where\my\program\is.ksh' to scheduled execution instead of the script itsself (as its not executable by itsself). |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|