answersLogoWhite

0

autoexebat.it

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

What command do you use to make a file?

create


What is the Linux command to create a file named security?

As files can be of any number of types, there is no single command that will do this. You would use the program associated with that file type to create a file. If you wanted to create a "blank" file, that has no content and uses no space, use the command touch filename.


What is the use of file?

A file is used to shave things down and create a smooth surface.


What is the use of a file?

A file is used to shave things down and create a smooth surface.


Program in Java to create file and copy content of an existing file to it?

You need to use File class to create file in java and than Reader class implementation such as BufferedReder to read content.


How can you create a header file in c?

Use a text-editor.


How do you create a file and write some data in it?

Use a text editor.


How do you create a XML file from Scratch?

it is the same way to create xml file by converting into txt you have to use the correct xml syntax ie <xml> this is to denote strat of xml file and this </xml> denotes end of xml file. You have to use the right xml code or your xml file wont be valid or well formed.


How do you easily create Excel files in c?

You might be able to use C to extract data from an Excel file, but there is no easy way to write a program to create an Excel file.


How do you create a text format file just like a notepad?

you can also use Wordpad


What is desktop.ini file?

I use the desktop inifile to create pictures as background PICTURES in my folders I HAVE THE CODE I use the desktop.ini file to create backrounds in my folders when you open most files and you get the white screens with youre icons my shows a picture as the backround


How to create a batch file and impliment it?

To create a batch file open notepad, textedit, or whatever editor you wish to use. Once open write your program, check for errors, and "make simple text." Save this program as whateveryouwant.bat. Open the file and the batch file will execute.