LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   reg:Bat Files (https://www.linuxquestions.org/questions/linux-general-1/reg-bat-files-724250/)

Iyyappan 05-06-2009 05:36 PM

reg:Bat Files
 
i need to know what bat file is. whats its use. how to create a bat file in linux. how to run it. i am a newbie.i have googled. i got some ideas. but still i need dome help..kindly guide me

Tinkster 05-06-2009 05:49 PM

.bat is a DOS/Windows batch file, executed/process by the command-processor.

The Linux equivalent would be a shell-script, but in Linux extensions don't
matter. You can call a bash (shell) script a .bat, and it will happily
work. You *CAN NOT* just run a .bat that came from a windows machine on
Linux w/o heavily modifying it.


Cheers,
Tink


All times are GMT -5. The time now is 10:43 AM.