The UNIX and Linux Forums  


Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
.
google unix.com




Thread: A question?
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 12-07-2005
zazzybob's Avatar
zazzybob zazzybob is offline Forum Advisor  
Registered Geek
  
 

Join Date: Dec 2003
Location: Melbourne, Australia
Posts: 2,100
An answer....

The Unix equivalent of a batch file is a shell script. Google for "Shell Script tutorial" and you'll find plenty of information - and we'll be happy to help out with specific questions and queries.

If you're talking about executing programs on system startup (which is what autoexec.bat would do) then we need to know which OS you're using, and what you're trying to do.

If you want to set up aliases for commands you use often, see the manual page for your shell.

Cheers
ZB