answersLogoWhite

0

What commands should not be used on binary files?

Updated: 8/20/2019
User Avatar

Wiki User

12y ago

Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: What commands should not be used on binary files?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What are used to represent the files and commands?

.exe


Should the more command on Linux be used on binary files?

No. It could emit characters that corrupt your terminal.


Unlock files in directory using dos commands?

Dos commands are used to create or delete directories. The ATTRIB Command is used for locking and unlocking of files.


Should data files be in the same directories as the software?

This depends somewhat on the operating system and what conventions are used there. In Linux and most Unix systems, data files are usually placed in a separate location from the binary. In Windows, data files are often placed along with the binary. If the program includes shared libraries that may be used by other programs, though, those should be placed in a separate folder.


What would interface java be used for?

Interface Java can be used for a variety of tasks and commands such as .swf files, Java files, running scripts, as well as website video players for websites.


Where is Base64 commonly used?

Base64 is commonly used in XML files, HTML files, and can also even be used to help an advertiser spam one's email using a specially designed binary code.


How do you find files in Linux and Unix?

Linux and Unix and their variants have several different ways of locating files. each of the below commands can be used to locate files.findlocatewheriswhich


What is Commands for the compiler that are needed to compile and run your program?

javac is the command that is used to compile Java source files.


What utility on Linux can be used to copy a file including text and executable program binary files?

The cp command does that.


What are batch files used for?

batch files are used to run a series of commands at once. people who work on computers daily and have a series of files or programs to start and command to run often create a batch file to do it automatically and save time.


What types of product is ANTLR?

They produce an application for the computer that is used for language recognition. It can be used to read, process, edit, and translate binary files.


What other dos commands will transfer msdod.syc system file from one drive to another?

I think you meant msdos.sys. The commands in DOS used to move files are COPY and XCOPY. These commands will move files between drives or between folders.Most DOS commands have an online explanation if you follow the command with a /?.An example of copying is COPY filename.exe D: if you are already on the C: drive.XCOPY is more versatile with more than 20 different switches It can copy hidden andsystem files, as well.