The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 06-26-2001
Micky Micky is offline
Registered User
 

Join Date: Jun 2001
Posts: 16
Batch files

Hi,

You can use crontab to schedule your batch file. Type "man crontab" for the manual. I can't help you with the batch file since my boss would kill me if I am not doing my work but yours , but you can type normal command line commands in a file, and make it executable ( use chmod ), and then you can run it.

I hoped this helped you at least to get started...