How to create a .bat file in Linux environment to perform schedule task

ivyhui0527

New Member
Im not familiar with Linux environment, therefore my .bat file in window environment does not work in Linux environment.

Thanks and pls advice.
 

Casper

ProgressTalk.com Moderator
Staff member
Ok you are not helping us a lot trying to answer you.

The title suggests that you need to schedule something. Furthermore you say your .bat file isn't working. I hope that is something that you would expect. If not then first you need to learn more basics about Linux (and probably windows).
On windows you proably would use the task scheduler to schedule a job on Linux you use cron to do the same. Instead of a bat file you need a shellsrcipt to perfrom the action. So read up on crontabs and cron and come back with a more specific question. And while you are at it please provide us with as much information as possible (at minimum OS type and version, Progress version and problem description).

Casper.
 
Top