Asked By
kathetan
0 points
N/A
Posted on - 08/15/2011
I can easily create batch file in windows. And help of this batch file we solved many windows problem short time. But now I install Ubuntu 10.10. Can I use that kind of batch file to solve any problem within short time?
Â
If possible, how can I make one batch file and how can I use it?
Answered By
Trevor
0 points
N/A
#115449
Is it possible to create batch file in Ubuntu
Batch file scripting or programming differs in UBUNTU although both windows and UBUNTU supports batch file scripting or programming. When you are creating batch file in Microsoft Operating System, you are using the Microsoft command line interpreter.
Therefore the command interpreters will the one to interpret your command under your batch file script. This is the same with UBUNTU, but the problem is do you know the external commands used in UBUNTU.
By the way there are some sample scripts available on their website as well as helps on creating batch file script in UBUNTU. You may also search on Google for more references.
Answered By
Lanie
0 points
N/A
#115448
Is it possible to create batch file in Ubuntu
Hi,
Yes it is possible to create batch file in Ubuntu or any Linux flavor however there are many tutorials over the internet that you can choose from and apply it to your computer.
Kind of batch or script files:
1. Creating folders,
2. Files deletion,
3. Folders and sub-folders deletion,
4. Opening applications,
5. Files backup,
6. Folders backup,
7. System performance checking,
8. Devices checking,
9. Wireless connection checking,
You may see the following links for your reference:
Lanie