Name of folder

G

Guest

Guest
Archived from groups: microsoft.public.windowsxp.general (More info?)

Is there any difference to name a new folder: "Folder name" or
"Folder_name"(with underlining space)? I mean is the naming with underlining
space (Folder_name) better?(more safe) Or no any difference at all?
 
G

Guest

Guest
Archived from groups: microsoft.public.windowsxp.general (More info?)

Why use an underscore at all?..

--
Mike Hall
MVP - Windows Shell/User


"luminore" <luminor@luminor.com> wrote in message
news:OTZmpT0oFHA.2720@TK2MSFTNGP10.phx.gbl...
> Is there any difference to name a new folder: "Folder name" or
> "Folder_name"(with underlining space)? I mean is the naming with
> underlining space (Folder_name) better?(more safe) Or no any difference at
> all?
>
 
G

Guest

Guest
Archived from groups: microsoft.public.windowsxp.general (More info?)

Yes they are different.
Neither is better or safer.

Try creating a new folder with Folder_name and one with Folder name. If
they were the same you would see this error message...

---------------------------
Error Renaming File or Folder
---------------------------
Cannot rename New Folder: A file with the name you specified already exists.
Specify a different file name.
---------------------------
OK
---------------------------

Using the underscore (_) in file/folder names is an old practice left over
from MS-DOS.

[[After the command name you must leave a space! This tells the OS that you
are finished with the command name and are ready to enter the next part of
the command. DOS separates the parts of a command with a blank space. That
is why you could never use blank spaces in file names in DOS and Windows
3.x. The OS interpreted the space as a separator between parts of the
command. Unix still works that way, which is why you must never use spaces
in Unix file names. You often see the underscore used instead to represent a
space in a file name.]]
http://www.ahuka.com/dos/lesson6.html

--
Hope this helps. Let us know.

Wes
MS-MVP Windows Shell/User

In news:OTZmpT0oFHA.2720@TK2MSFTNGP10.phx.gbl,
luminore <luminor@luminor.com> hunted and pecked:
> Is there any difference to name a new folder: "Folder name" or
> "Folder_name"(with underlining space)? I mean is the naming with
> underlining space (Folder_name) better?(more safe) Or no any difference
> at all?
 
G

Guest

Guest
Archived from groups: microsoft.public.windowsxp.general (More info?)

"Mike Hall (MS-MVP)" <mike.hall.mail@sympatico.ca> wrote in message
news:emxtMx0oFHA.420@TK2MSFTNGP09.phx.gbl...
> Why use an underscore at all?..
>
> --
> Mike Hall
> MVP - Windows Shell/User
>
>
> "luminore" <luminor@luminor.com> wrote in message
> news:OTZmpT0oFHA.2720@TK2MSFTNGP10.phx.gbl...
>> Is there any difference to name a new folder: "Folder name" or
>> "Folder_name"(with underlining space)? I mean is the naming with
>> underlining space (Folder_name) better?(more safe) Or no any difference
>> at all?

Some sites recommend use underscore to help some download problems, it
seems.
Also this used in old systems..
 
G

Guest

Guest
Archived from groups: microsoft.public.windowsxp.general (More info?)

Old conventions.. unless you particularly like the look of them, there is no
need or requirement to use them in file or folder names.. names in e-mail
ID's have different conventions where spaces are not allowed, hence their
use..

--
Mike Hall
MVP - Windows Shell/User


"luminore" <luminor@luminor.com> wrote in message
news:uV%23t0B1oFHA.3084@TK2MSFTNGP09.phx.gbl...
>
> "Mike Hall (MS-MVP)" <mike.hall.mail@sympatico.ca> wrote in message
> news:emxtMx0oFHA.420@TK2MSFTNGP09.phx.gbl...
>> Why use an underscore at all?..
>>
>> --
>> Mike Hall
>> MVP - Windows Shell/User
>>
>>
>> "luminore" <luminor@luminor.com> wrote in message
>> news:OTZmpT0oFHA.2720@TK2MSFTNGP10.phx.gbl...
>>> Is there any difference to name a new folder: "Folder name" or
>>> "Folder_name"(with underlining space)? I mean is the naming with
>>> underlining space (Folder_name) better?(more safe) Or no any difference
>>> at all?
>
> Some sites recommend use underscore to help some download problems, it
> seems.
> Also this used in old systems..
>
 
G

Guest

Guest
Archived from groups: microsoft.public.windowsxp.general (More info?)

"luminore" <luminor@luminor.com> wrote in message
news:OTZmpT0oFHA.2720@TK2MSFTNGP10.phx.gbl...
> Is there any difference to name a new folder: "Folder name" or
> "Folder_name"(with underlining space)? I mean is the naming with
> underlining space (Folder_name) better?(more safe) Or no any difference at
> all?
>

It's a matter of opinion.

If you use batch programming (primitive and touchy - but surprisingly
powerful - see alt.msdos.batch.nt) then using a space (and some other
symbols) is a pain, since space is used as a parameter-separator. In such
cases, path names have to be quoted whereas pathnames/filenames not
containing spaces (and its friends) need no quotes.

HTH

....Bill