answersLogoWhite

0

Different names to files are called links. Links can be hard or symbolic.

The answer is very operating-system dependent. On UNIX (including linux), you can use:

ln -s oldname newname

Windows XP has GUI to create a shortcut to a file.

I am not sure about symbolic links in Windows. Maybe the related web pages will help.

User Avatar

Wiki User

17y ago

What else can I help you with?

Related Questions

How do you make a new command in Unix?

first, make a file. in the file you type in the command's name. an example would be the command date. name the file what you want to call that command. when you use the command, type in cat filename and the computer will do the command.


What does DOS mean when it tells you bad command or file name?

The DOS message "bad command or file name" means that the command you entered was not recognized as an internal command or as an external command in the working directory or path.


What does the file extension mean at the end of a file name?

It is a batch command file.


Dos command for exporting a list of files as text file?

open command prompt start --> run --> CMD go to the particular folder with commad "cd <space> folder name" enter the below command "dir >> list.txt" it will create a list.txt file in the same folder


What does the file extension .bat mean at the end of a file name?

It is a batch command file.


What program command saves a copy of a file under a different name?

The Save As command.


Characters in a file name to say that the command applies to a group of files or to abbreviate a file name if you do not know the entire name?

Wildcards


How do you check the integrity of an ISO file?

To check the integrity of the an ISO file you will need to open command prompt. Once in command prompt type in: c:\> fciv , and the iso file name.


How do you access the config.sys file if it says bad command or file name?

If you're gettin the error "Bad command or filename" then the problem is not in your CONDIF.SYS file, it is in your AUTOEXEC.BAT file. Just Open it with a plain text editor such as Notepad.


Looking at a program file name and file extension how can you tell if the program is a MMC snap- in or command program?

Tools executed from a command line have an .exe file extension and MMC Snap ins have .msc file extension.


What name is given to images that represent an executable file or command?

ICON


What is the command to compile a java program named Greetingsjava?

The command to compile a Java program is "javac", followed by the class name (file name).