answersLogoWhite

0

No.

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

What is scripting in Linux?

"Shell Script is series of command written in plain text file. Shell script is just like batch file in MS-DOS but have more power than the MS-DOS batch file."


How do you get a full screen batch file on windows vista?

You can't make the batch file automatically open up in fullscreen mode, but you can do this: @echo off mode 800 "Commands here" This will open the batch file in a rather larger-than-normal window, but it will not be in fullscreen, the user of the batch file must click the maximize button to make it fullscreen.


Does Canada execute more criminals than European countries?

Canada does not execute any criminals.


What are multiprogrammed batch system?

multiprogrammed batch system can run more than one program at the same time.-L


How many Foreigner students in GIKI topi?

more than 25 par batch.. each batch contains about 300 students every year.


What does mean a batch of ten pistons will contain no more than 2 rejects?

It is a statement referring to the expectation (hope) that a batch of ten pistols will not contain 3 or more faulty cases.


If a file has permissions of 777 in Linux it means?

If a file has permision of 777 in Linux than it means that it have full permision to do anythink with file like Read,write,execute to any user eg. root (admin),Group users and user(local user) user can change file contents,delete file,move that file anywhere and more operations. But it is not good policy as point of security because any user can do everything with file he can change file information,delete it,send to other user so if we create any file than it's permision shoud be 744(644) so that group member and other user can read it only nothing to change it. But if you want that group members can also have full permision to do than you need 774 permision actually files already have execute permision in any file so you can set 664 it is same as 774 permision. Remember that in files 4 is permision to read, 2 for write and 1 for execute Satyaveer


How many pounds are there in a batch?

The weight of a batch can vary depending on what is being made or processed, so the number of pounds in a batch can't be determined without specific information regarding the content and quantity of the batch.


What is the purpose of using computer files?

batch files are used to make long tasks shorter. for example, If I wanted to change the file extension of every file in the folder EXAMPLEFOLDER from .txt to .doc, I could make a batch file that did that instantly, rather than going into the properties of every file and changing the extension manually


Can you hold more than one file on Skyrim?

Yes, you can hold more one than one save file.


Why are built-in commands necessary?

Built-in commands are not strictly necessary. However, if is a commonly used command you will get a performance benefit from having the shell execute it directly rather than doing a file system search to find the program to execute the command.


Why program consists more than one object file in c?

why does a program consists of more than one object file in c++