The Traders' Den  

  The Traders' Den > Where we go to learn ..... > Technobabble
 

Notices

Technobabble Post your general Need for Help questions here.
Lossy or Lossless?
Moderators

Reply
 
Thread Tools
  #1  
Old 2005-02-08, 03:59 PM
cmaz's Avatar
cmaz cmaz is offline
Now he's just a bag of garbage
349.24 GB/860.90 GB/2.47
 
Join Date: Nov 2004
Location: Somewhere in time
anyone know how to name a folder with a leading dot?

i know this is kind of way off topic, but i wonder if anyone here can answer this:

back when i installed the furthurnet app on my computer, it created a folder named ".furthur" (leading period, no quotes). i didn't like where it created it, so i made another one on my D drive with the same name. Now, when i recently tried to make another folder with a leading dot, my computer wouldn't let me do it. i'll type something like ".tourecooder" (again, no quotes) and i get an error message saying, "you must type a name."

i can't rmember if there was a trick to it back when i did it with the furthur folder but i don't think so....So, does anyone know how to name a folder with a leading dot?
__________________
--
chris

----------Nothing is Real!
Reply With Quote Reply with Nested Quotes
  #2  
Old 2005-02-08, 05:54 PM
wazoo2u wazoo2u is offline
923.61 MB/96.22 MB/0.10
 
Join Date: Nov 2004
Re: anyone know how to name a folder with a leading dot?

I typed ".aaaa" on my WinXP SP2 machine and had no problem creating the directory.
Reply With Quote Reply with Nested Quotes
  #3  
Old 2005-02-08, 11:45 PM
diggrd's Avatar
diggrd diggrd is offline
1.13 TB/1.70 TB/1.51
 
Join Date: Nov 2004
Location: SWNH
Re: anyone know how to name a folder with a leading dot?

My win2000 machine gave me the same error in windows explorer but I could do it from the command prompt no problem
__________________
DEMONROAST
LIST
Scene of a Perfect Crime


Quote:
Originally posted by frankenberry
anybody else who decides to call me a fuckhead troll newbie (you know who you are) should be made to listen to phish bootleg taped by a '73 led zeppelin taper
Reply With Quote Reply with Nested Quotes
  #4  
Old 2005-02-09, 06:46 AM
wazoo2u wazoo2u is offline
923.61 MB/96.22 MB/0.10
 
Join Date: Nov 2004
Re: anyone know how to name a folder with a leading dot?

Quote:
Originally Posted by wazoo2u
I typed ".aaaa" on my WinXP SP2 machine and had no problem creating the directory.
OK, check that. I used PowerDesk Explorer to create the folder. Using "My Computer" or Windows Explorer, it failed.

Wacky windows bug. Try a 3rd party file manager.
Reply With Quote Reply with Nested Quotes
  #5  
Old 2005-02-09, 06:57 AM
kotti
0.00 KB/0.00 KB/---
 
Re: anyone know how to name a folder with a leading dot?

Or just use the command prompt like diggrd suggested The command for creating a directory is md (short for make directory I guess) so "md .something" does the job.

Code:
Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.

C:\Documents and Settings\k>md .something

C:\Documents and Settings\k>dir
 Volume in drive C is C-WinXP
 Volume Serial Number is A48D-90D5

 Directory of C:\Documents and Settings\k

09.02.2005  14:56    <DIR>          .
09.02.2005  14:56    <DIR>          ..
09.02.2005  14:56    <DIR>          .something
08.02.2005  20:46    <DIR>          Desktop
04.01.2005  13:48    <DIR>          Favorites
24.01.2005  21:56    <DIR>          My Documents
22.12.2004  22:31    <DIR>          Start Menu
               0 File(s)              0 bytes
               7 Dir(s)   2 159 190 016 bytes free

C:\Documents and Settings\k>
Reply With Quote Reply with Nested Quotes
  #6  
Old 2005-02-09, 04:45 PM
cmaz's Avatar
cmaz cmaz is offline
Now he's just a bag of garbage
349.24 GB/860.90 GB/2.47
 
Join Date: Nov 2004
Location: Somewhere in time
Re: anyone know how to name a folder with a leading dot?

D'oh! DOS, yeah, i should have thought of trying that.

Thanks!
__________________
--
chris

----------Nothing is Real!
Reply With Quote Reply with Nested Quotes
  #7  
Old 2005-02-09, 05:08 PM
ssamadhi97's Avatar
ssamadhi97 ssamadhi97 is offline
meow.
87.81 GB/69.41 GB/0.79
 
Join Date: Nov 2004
Location: Old Europe
Re: anyone know how to name a folder with a leading dot?

cmd.exe != DOS

Windows has stopped being a "part" of DOS several years ago.

</nitpick>
Reply With Quote Reply with Nested Quotes
  #8  
Old 2005-02-09, 05:10 PM
Punkishlyevil Punkishlyevil is offline
30.98 GB/42.38 GB/1.37
 
Join Date: Nov 2004
Re: anyone know how to name a folder with a leading dot?

I want to make a directory called "...And You Will Know Us By The Trail Of Dead" (without the quotes of course) but it seems that because I put spaces there it made a folder for each individual word. So I did it without the spaces and figured I could just edit it later, and the ... worked find before the spaces, but after I tried to add them, it said "you must type a file name". Is there anyway to get around this?
Reply With Quote Reply with Nested Quotes
  #9  
Old 2005-02-09, 05:35 PM
kotti
0.00 KB/0.00 KB/---
 
Re: anyone know how to name a folder with a leading dot?

Command prompt is your friend.

Code:
C:\Documents and Settings\k>md "...And You Will Know Us By The Trail Of Dead"

C:\Documents and Settings\k>dir
 Volume in drive C is C-WinXP
 Volume Serial Number is A48D-90D5

 Directory of C:\Documents and Settings\k

10.02.2005  01:34    <DIR>          .
10.02.2005  01:34    <DIR>          ..
10.02.2005  01:34    <DIR>          ...And You Will Know Us By The Trail Of Dead

09.02.2005  14:56    <DIR>          .something
08.02.2005  20:46    <DIR>          Desktop
04.01.2005  13:48    <DIR>          Favorites
24.01.2005  21:56    <DIR>          My Documents
22.12.2004  22:31    <DIR>          Start Menu
               0 File(s)              0 bytes
               8 Dir(s)   1 326 686 208 bytes free

C:\Documents and Settings\k>
Reply With Quote Reply with Nested Quotes
  #10  
Old 2005-02-09, 06:01 PM
Punkishlyevil Punkishlyevil is offline
30.98 GB/42.38 GB/1.37
 
Join Date: Nov 2004
Re: anyone know how to name a folder with a leading dot?

Quote:
Originally Posted by kotti
Command prompt is your friend.

Code:
C:\Documents and Settings\k>md "...And You Will Know Us By The Trail Of Dead"

C:\Documents and Settings\k>dir
 Volume in drive C is C-WinXP
 Volume Serial Number is A48D-90D5

 Directory of C:\Documents and Settings\k

10.02.2005  01:34    <DIR>          .
10.02.2005  01:34    <DIR>          ..
10.02.2005  01:34    <DIR>          ...And You Will Know Us By The Trail Of Dead

09.02.2005  14:56    <DIR>          .something
08.02.2005  20:46    <DIR>          Desktop
04.01.2005  13:48    <DIR>          Favorites
24.01.2005  21:56    <DIR>          My Documents
22.12.2004  22:31    <DIR>          Start Menu
               0 File(s)              0 bytes
               8 Dir(s)   1 326 686 208 bytes free

C:\Documents and Settings\k>

Sorry, I am not familiar with doing things via the command prompt so I did not know I needed quotes to make it all one. But thank you.
Reply With Quote Reply with Nested Quotes
Reply

The Traders' Den > Where we go to learn ..... > Technobabble

Similar Threads
Thread Forum Replies Last Post
Not a valid DVD folder issue - keithaholic Technobabble 1 2009-03-29 06:17 PM
Does a DVD folder need to be named VIDEO_TS - fonzbear2000 Technobabble 20 2008-06-19 06:12 PM
Fit 8GB video_ts folder onto standard DVD? - greystreet33 Technobabble 4 2006-06-26 05:02 PM
How Do I Zip/Compress A Folder On A MAC? - thisistoto Technobabble 14 2005-12-23 11:51 AM
How to burn dvd on Mac from video ts folder? - andyshuf Technobabble 7 2005-06-10 01:46 PM


Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forums


All times are GMT -5. The time now is 08:23 AM.


Powered by: vBulletin, Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004 - , TheTradersDen.org - All Rights Reserved - Hosted at QuickPacket