PC Review


Reply
Thread Tools Rate Thread

Can't map folder

 
 
Doug Kanter
Guest
Posts: n/a
 
      4th Jan 2005
Platform: XP Pro with SP2

I created a folder off the root directory called c:\para. To satisfy the
needs of an ancient application, this entire folder needs to be mapped as P:
drive. In Explorer, Tools/Map Folder brings up a dialog box, but the browse
button points to network resources, not the hard disk.

Someone suggested manually entering this:

\\MachineName\Para, but that doesn't work. If I try to share the folder
itself (right click the folder in Explorer), the only option that *almost*
makes sense says that if I want to share the folder, I should drag it to
Shared Documents (or whatever - I'm not in front of the dialog box at the
moment). This is not a good option, since c:\para contains executables, and
the app will complain if things aren't where they're supposed to be.

So, the short question: How can I get Tools/Map Folder to show me the entire
hard disk?

Note: Security is NOT an issue here. Sharing that folder, or the entire hard
disk is not a problem.


 
Reply With Quote
 
 
 
 
=?Utf-8?B?RGF2aWQgSGV0aGVyaW5ndG9u?=
Guest
Posts: n/a
 
      4th Jan 2005
Doug, first enable File and Printer sharing in the Windows Firewall.
Share out the folder c:\para by right clicking on the folder and select
SHARING and Security. Give the share a name, and ensure that you give the
nessary share and NTFS permissions, ie Share permisisons = Everyone/Full
Control, NTFS permissions = Authenticated Users/Full Control

Now you should be able to map a drive to \\SystemName\ShareName

Note: If Security settings are not available your drive might be FAT32
instead of NTFS. To convert your drive to NTFS open a command prompt and
type in
CONVERT c: /FS:NTFS
This will reboot your system and when it comes up again, the drive will be
NTFS. Be sure to back up any important files before you try this.



"Doug Kanter" wrote:

> Platform: XP Pro with SP2
>
> I created a folder off the root directory called c:\para. To satisfy the
> needs of an ancient application, this entire folder needs to be mapped as P:
> drive. In Explorer, Tools/Map Folder brings up a dialog box, but the browse
> button points to network resources, not the hard disk.
>
> Someone suggested manually entering this:
>
> \\MachineName\Para, but that doesn't work. If I try to share the folder
> itself (right click the folder in Explorer), the only option that *almost*
> makes sense says that if I want to share the folder, I should drag it to
> Shared Documents (or whatever - I'm not in front of the dialog box at the
> moment). This is not a good option, since c:\para contains executables, and
> the app will complain if things aren't where they're supposed to be.
>
> So, the short question: How can I get Tools/Map Folder to show me the entire
> hard disk?
>
> Note: Security is NOT an issue here. Sharing that folder, or the entire hard
> disk is not a problem.
>
>
>

 
Reply With Quote
 
Doug Kanter
Guest
Posts: n/a
 
      4th Jan 2005
Bear with me, David - this is all new. Can the share name simply be P: ?
We're dealing with a DOS app here - I can't rewrite the code just for this
machine. It must see a P: drive.

"David Hetherington" <David (E-Mail Removed)> wrote in
message news:08115A15-DDE7-4F95-8F3A-(E-Mail Removed)...
> Doug, first enable File and Printer sharing in the Windows Firewall.
> Share out the folder c:\para by right clicking on the folder and select
> SHARING and Security. Give the share a name, and ensure that you give the
> nessary share and NTFS permissions, ie Share permisisons = Everyone/Full
> Control, NTFS permissions = Authenticated Users/Full Control
>
> Now you should be able to map a drive to \\SystemName\ShareName
>
> Note: If Security settings are not available your drive might be FAT32
> instead of NTFS. To convert your drive to NTFS open a command prompt and
> type in
> CONVERT c: /FS:NTFS
> This will reboot your system and when it comes up again, the drive will be
> NTFS. Be sure to back up any important files before you try this.
>
>
>
> "Doug Kanter" wrote:
>
>> Platform: XP Pro with SP2
>>
>> I created a folder off the root directory called c:\para. To satisfy the
>> needs of an ancient application, this entire folder needs to be mapped as
>> P:
>> drive. In Explorer, Tools/Map Folder brings up a dialog box, but the
>> browse
>> button points to network resources, not the hard disk.
>>
>> Someone suggested manually entering this:
>>
>> \\MachineName\Para, but that doesn't work. If I try to share the folder
>> itself (right click the folder in Explorer), the only option that
>> *almost*
>> makes sense says that if I want to share the folder, I should drag it to
>> Shared Documents (or whatever - I'm not in front of the dialog box at the
>> moment). This is not a good option, since c:\para contains executables,
>> and
>> the app will complain if things aren't where they're supposed to be.
>>
>> So, the short question: How can I get Tools/Map Folder to show me the
>> entire
>> hard disk?
>>
>> Note: Security is NOT an issue here. Sharing that folder, or the entire
>> hard
>> disk is not a problem.
>>
>>
>>



 
Reply With Quote
 
Bob I
Guest
Posts: n/a
 
      4th Jan 2005
It doesn't matter much want the "sharename" is, because to make the
"DOS" program see and use it you will then MAP it as "P:"

Doug Kanter wrote:

> Bear with me, David - this is all new. Can the share name simply be P: ?
> We're dealing with a DOS app here - I can't rewrite the code just for this
> machine. It must see a P: drive.
>
> "David Hetherington" <David (E-Mail Removed)> wrote in
> message news:08115A15-DDE7-4F95-8F3A-(E-Mail Removed)...
>
>>Doug, first enable File and Printer sharing in the Windows Firewall.
>>Share out the folder c:\para by right clicking on the folder and select
>>SHARING and Security. Give the share a name, and ensure that you give the
>>nessary share and NTFS permissions, ie Share permisisons = Everyone/Full
>>Control, NTFS permissions = Authenticated Users/Full Control
>>
>>Now you should be able to map a drive to \\SystemName\ShareName
>>
>>Note: If Security settings are not available your drive might be FAT32
>>instead of NTFS. To convert your drive to NTFS open a command prompt and
>>type in
>>CONVERT c: /FS:NTFS
>>This will reboot your system and when it comes up again, the drive will be
>>NTFS. Be sure to back up any important files before you try this.
>>
>>
>>
>>"Doug Kanter" wrote:
>>
>>
>>>Platform: XP Pro with SP2
>>>
>>>I created a folder off the root directory called c:\para. To satisfy the
>>>needs of an ancient application, this entire folder needs to be mapped as
>>>P:
>>>drive. In Explorer, Tools/Map Folder brings up a dialog box, but the
>>>browse
>>>button points to network resources, not the hard disk.
>>>
>>>Someone suggested manually entering this:
>>>
>>>\\MachineName\Para, but that doesn't work. If I try to share the folder
>>>itself (right click the folder in Explorer), the only option that
>>>*almost*
>>>makes sense says that if I want to share the folder, I should drag it to
>>>Shared Documents (or whatever - I'm not in front of the dialog box at the
>>>moment). This is not a good option, since c:\para contains executables,
>>>and
>>>the app will complain if things aren't where they're supposed to be.
>>>
>>>So, the short question: How can I get Tools/Map Folder to show me the
>>>entire
>>>hard disk?
>>>
>>>Note: Security is NOT an issue here. Sharing that folder, or the entire
>>>hard
>>>disk is not a problem.
>>>
>>>
>>>
>>>

>
>


 
Reply With Quote
 
David Candy
Guest
Posts: n/a
 
      4th Jan 2005
The subst command, designed to make Dos 1 programs work on Dos 2 or later (no sub directories in Dos 1, only drive letters) is the correct way to do it. Type subst /? for help.

eg

subst p: c:\para
--
----------------------------------------------------------
http://www.uscricket.com
"Bob I" <(E-Mail Removed)> wrote in message news:(E-Mail Removed)...
> It doesn't matter much want the "sharename" is, because to make the
> "DOS" program see and use it you will then MAP it as "P:"
>
> Doug Kanter wrote:
>
>> Bear with me, David - this is all new. Can the share name simply be P: ?
>> We're dealing with a DOS app here - I can't rewrite the code just for this
>> machine. It must see a P: drive.
>>
>> "David Hetherington" <David (E-Mail Removed)> wrote in
>> message news:08115A15-DDE7-4F95-8F3A-(E-Mail Removed)...
>>
>>>Doug, first enable File and Printer sharing in the Windows Firewall.
>>>Share out the folder c:\para by right clicking on the folder and select
>>>SHARING and Security. Give the share a name, and ensure that you give the
>>>nessary share and NTFS permissions, ie Share permisisons = Everyone/Full
>>>Control, NTFS permissions = Authenticated Users/Full Control
>>>
>>>Now you should be able to map a drive to \\SystemName\ShareName
>>>
>>>Note: If Security settings are not available your drive might be FAT32
>>>instead of NTFS. To convert your drive to NTFS open a command prompt and
>>>type in
>>>CONVERT c: /FS:NTFS
>>>This will reboot your system and when it comes up again, the drive will be
>>>NTFS. Be sure to back up any important files before you try this.
>>>
>>>
>>>
>>>"Doug Kanter" wrote:
>>>
>>>
>>>>Platform: XP Pro with SP2
>>>>
>>>>I created a folder off the root directory called c:\para. To satisfy the
>>>>needs of an ancient application, this entire folder needs to be mapped as
>>>>P:
>>>>drive. In Explorer, Tools/Map Folder brings up a dialog box, but the
>>>>browse
>>>>button points to network resources, not the hard disk.
>>>>
>>>>Someone suggested manually entering this:
>>>>
>>>>\\MachineName\Para, but that doesn't work. If I try to share the folder
>>>>itself (right click the folder in Explorer), the only option that
>>>>*almost*
>>>>makes sense says that if I want to share the folder, I should drag it to
>>>>Shared Documents (or whatever - I'm not in front of the dialog box at the
>>>>moment). This is not a good option, since c:\para contains executables,
>>>>and
>>>>the app will complain if things aren't where they're supposed to be.
>>>>
>>>>So, the short question: How can I get Tools/Map Folder to show me the
>>>>entire
>>>>hard disk?
>>>>
>>>>Note: Security is NOT an issue here. Sharing that folder, or the entire
>>>>hard
>>>>disk is not a problem.
>>>>
>>>>
>>>>
>>>>

>>
>>

>

 
Reply With Quote
 
Bob I
Guest
Posts: n/a
 
      4th Jan 2005
True, that should work also.

David Candy wrote:

> The subst command, designed to make Dos 1 programs work on Dos 2 or later (no sub directories in Dos 1, only drive letters) is the correct way to do it. Type subst /? for help.
>
> eg
>
> subst p: c:\para
>


 
Reply With Quote
 
Doug Kanter
Guest
Posts: n/a
 
      4th Jan 2005
Ah ha! That's how I used to do it with Win98, but if I recall, I tried it in
my autoexec.bat file with XP, and it was not happy. Is there a trick to
making the SUBST command work with XP?

And by the way, thank you for your help thus far.

"David Candy" <.> wrote in message
news:(E-Mail Removed)...
The subst command, designed to make Dos 1 programs work on Dos 2 or later
(no sub directories in Dos 1, only drive letters) is the correct way to do
it. Type subst /? for help.

eg

subst p: c:\para
--
----------------------------------------------------------
http://www.uscricket.com
"Bob I" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> It doesn't matter much want the "sharename" is, because to make the
> "DOS" program see and use it you will then MAP it as "P:"
>
> Doug Kanter wrote:
>
>> Bear with me, David - this is all new. Can the share name simply be P: ?
>> We're dealing with a DOS app here - I can't rewrite the code just for
>> this
>> machine. It must see a P: drive.
>>
>> "David Hetherington" <David (E-Mail Removed)> wrote
>> in
>> message news:08115A15-DDE7-4F95-8F3A-(E-Mail Removed)...
>>
>>>Doug, first enable File and Printer sharing in the Windows Firewall.
>>>Share out the folder c:\para by right clicking on the folder and select
>>>SHARING and Security. Give the share a name, and ensure that you give
>>>the
>>>nessary share and NTFS permissions, ie Share permisisons = Everyone/Full
>>>Control, NTFS permissions = Authenticated Users/Full Control
>>>
>>>Now you should be able to map a drive to \\SystemName\ShareName
>>>
>>>Note: If Security settings are not available your drive might be FAT32
>>>instead of NTFS. To convert your drive to NTFS open a command prompt and
>>>type in
>>>CONVERT c: /FS:NTFS
>>>This will reboot your system and when it comes up again, the drive will
>>>be
>>>NTFS. Be sure to back up any important files before you try this.
>>>
>>>
>>>
>>>"Doug Kanter" wrote:
>>>
>>>
>>>>Platform: XP Pro with SP2
>>>>
>>>>I created a folder off the root directory called c:\para. To satisfy the
>>>>needs of an ancient application, this entire folder needs to be mapped
>>>>as
>>>>P:
>>>>drive. In Explorer, Tools/Map Folder brings up a dialog box, but the
>>>>browse
>>>>button points to network resources, not the hard disk.
>>>>
>>>>Someone suggested manually entering this:
>>>>
>>>>\\MachineName\Para, but that doesn't work. If I try to share the folder
>>>>itself (right click the folder in Explorer), the only option that
>>>>*almost*
>>>>makes sense says that if I want to share the folder, I should drag it to
>>>>Shared Documents (or whatever - I'm not in front of the dialog box at
>>>>the
>>>>moment). This is not a good option, since c:\para contains executables,
>>>>and
>>>>the app will complain if things aren't where they're supposed to be.
>>>>
>>>>So, the short question: How can I get Tools/Map Folder to show me the
>>>>entire
>>>>hard disk?
>>>>
>>>>Note: Security is NOT an issue here. Sharing that folder, or the entire
>>>>hard
>>>>disk is not a problem.
>>>>
>>>>
>>>>
>>>>

>>
>>

>



 
Reply With Quote
 
David Candy
Guest
Posts: n/a
 
      4th Jan 2005
You can only put set commands in autoexec on NT (and Win ME) operating systems. And they are read after logon for each logon and are only user specific not system. It is not read on boot (unlike Windows and Dos).

Put it in a shortcut and put the shortcut into your startup folder. Start the program from a batch file that has that as line 1. Put it in task scheduler (to run at logon) but startup folder is easier.

--
----------------------------------------------------------
http://www.uscricket.com
"Doug Kanter" <(E-Mail Removed)> wrote in message news:GxFCd.2372$(E-Mail Removed)...
> Ah ha! That's how I used to do it with Win98, but if I recall, I tried it in
> my autoexec.bat file with XP, and it was not happy. Is there a trick to
> making the SUBST command work with XP?
>
> And by the way, thank you for your help thus far.
>
> "David Candy" <.> wrote in message
> news:(E-Mail Removed)...
> The subst command, designed to make Dos 1 programs work on Dos 2 or later
> (no sub directories in Dos 1, only drive letters) is the correct way to do
> it. Type subst /? for help.
>
> eg
>
> subst p: c:\para
> --
> ----------------------------------------------------------
> http://www.uscricket.com
> "Bob I" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
>> It doesn't matter much want the "sharename" is, because to make the
>> "DOS" program see and use it you will then MAP it as "P:"
>>
>> Doug Kanter wrote:
>>
>>> Bear with me, David - this is all new. Can the share name simply be P: ?
>>> We're dealing with a DOS app here - I can't rewrite the code just for
>>> this
>>> machine. It must see a P: drive.
>>>
>>> "David Hetherington" <David (E-Mail Removed)> wrote
>>> in
>>> message news:08115A15-DDE7-4F95-8F3A-(E-Mail Removed)...
>>>
>>>>Doug, first enable File and Printer sharing in the Windows Firewall.
>>>>Share out the folder c:\para by right clicking on the folder and select
>>>>SHARING and Security. Give the share a name, and ensure that you give
>>>>the
>>>>nessary share and NTFS permissions, ie Share permisisons = Everyone/Full
>>>>Control, NTFS permissions = Authenticated Users/Full Control
>>>>
>>>>Now you should be able to map a drive to \\SystemName\ShareName
>>>>
>>>>Note: If Security settings are not available your drive might be FAT32
>>>>instead of NTFS. To convert your drive to NTFS open a command prompt and
>>>>type in
>>>>CONVERT c: /FS:NTFS
>>>>This will reboot your system and when it comes up again, the drive will
>>>>be
>>>>NTFS. Be sure to back up any important files before you try this.
>>>>
>>>>
>>>>
>>>>"Doug Kanter" wrote:
>>>>
>>>>
>>>>>Platform: XP Pro with SP2
>>>>>
>>>>>I created a folder off the root directory called c:\para. To satisfy the
>>>>>needs of an ancient application, this entire folder needs to be mapped
>>>>>as
>>>>>P:
>>>>>drive. In Explorer, Tools/Map Folder brings up a dialog box, but the
>>>>>browse
>>>>>button points to network resources, not the hard disk.
>>>>>
>>>>>Someone suggested manually entering this:
>>>>>
>>>>>\\MachineName\Para, but that doesn't work. If I try to share the folder
>>>>>itself (right click the folder in Explorer), the only option that
>>>>>*almost*
>>>>>makes sense says that if I want to share the folder, I should drag it to
>>>>>Shared Documents (or whatever - I'm not in front of the dialog box at
>>>>>the
>>>>>moment). This is not a good option, since c:\para contains executables,
>>>>>and
>>>>>the app will complain if things aren't where they're supposed to be.
>>>>>
>>>>>So, the short question: How can I get Tools/Map Folder to show me the
>>>>>entire
>>>>>hard disk?
>>>>>
>>>>>Note: Security is NOT an issue here. Sharing that folder, or the entire
>>>>>hard
>>>>>disk is not a problem.
>>>>>
>>>>>
>>>>>
>>>>>
>>>
>>>

>>

>
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Save file in a new folder, but create folder only if folder doesn't already exist? nbaj2k Microsoft Excel Programming 6 11th Aug 2006 08:41 PM
activate contact folder from public folder with "show this folder as email address book using a prf file Frankie K. Microsoft Outlook Contacts 7 25th Jul 2006 05:37 PM
how many files/folder on disk root/in a folder for a shared folder ? pierre.bru@gmail.com Microsoft Windows 2000 File System 0 28th Dec 2005 03:53 PM
Server error: The folder that would hold 'folder/folder/file.htm d =?Utf-8?B?QmVybmll?= Microsoft Frontpage 7 6th May 2005 12:47 PM
Selecting folder in Favorites highlight folder in All Mail Folder. =?Utf-8?B?cmljaGdvZmY=?= Microsoft Outlook Discussion 0 7th Jan 2005 11:13 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 09:57 AM.