is it possible to map a drive letter to a local folder without mapping
it as a network drive and so that it stays this drive letter even when
shutting down / rebooting (permanently or until i remove the drive letter) ?
"proteanthread" <rtdos@rtdos> wrote in message
news:W9mdnWu8q_hWlobbnZ2dnUVZ_smonZ2d@bresnan.com. ..
> is it possible to map a drive letter to a local folder without mapping
> it as a network drive and so that it stays this drive letter even when
> shutting down / rebooting (permanently or until i remove the drive letter)
?
It certainly is! Just map it to
\\%ComputerName%\c$\SomeFolder
or
\\127.0.0.1\c$\SomeFolder
On Apr 9, 10:27 pm, "Pegasus \(MVP\)" <I...@fly.com> wrote:
> "proteanthread" <rtdos@rtdos> wrote in message
>
> news:W9mdnWu8q_hWlobbnZ2dnUVZ_smonZ2d@bresnan.com. ..> is it possible to map a drive letter to a local folder without mapping
> > it as a network drive and so that it stays this drive letter even when
> > shutting down / rebooting (permanently or until i remove the drive letter)
>
> ?
>
> It certainly is! Just map it to
>
> \\%ComputerName%\c$\SomeFolder
> or
> \\127.0.0.1\c$\SomeFolder
>
> %ComputerName% is the NetBIOS name of your PC.
"proteanthread" <rtdos@rtdos.com> wrote in message
news:1176180482.176602.171230@y80g2000hsf.googlegr oups.com...
> On Apr 9, 10:27 pm, "Pegasus \(MVP\)" <I...@fly.com> wrote:
> > "proteanthread" <rtdos@rtdos> wrote in message
> >
> > news:W9mdnWu8q_hWlobbnZ2dnUVZ_smonZ2d@bresnan.com. ..> is it possible to
map a drive letter to a local folder without mapping
> > > it as a network drive and so that it stays this drive letter even when
> > > shutting down / rebooting (permanently or until i remove the drive
letter)
> >
> > ?
> >
> > It certainly is! Just map it to
> >
> > \\%ComputerName%\c$\SomeFolder
> > or
> > \\127.0.0.1\c$\SomeFolder
> >
> > %ComputerName% is the NetBIOS name of your PC.
>
> without mapping it as a network drive ?
>
Put this command into your startup script:
subst P: "c:\SomeFolder"
On Apr 9, 11:10 pm, "Pegasus \(MVP\)" <I...@fly.com> wrote:
> "proteanthread" <r...@rtdos.com> wrote in message
>
> news:1176180482.176602.171230@y80g2000hsf.googlegr oups.com...> On Apr 9, 10:27 pm, "Pegasus \(MVP\)" <I...@fly.com> wrote:
> > > "proteanthread" <rtdos@rtdos> wrote in message
>
> > >news:W9mdnWu8q_hWlobbnZ2dnUVZ_smonZ2d@bresnan.com ...> is it possible to
>
> map a drive letter to a local folder without mapping
>
>
>
>
>
> > > > it as a network drive and so that it stays this drive letter even when
> > > > shutting down / rebooting (permanently or until i remove the drive
> letter)
>
> > > ?
>
> > > It certainly is! Just map it to
>
> > > \\%ComputerName%\c$\SomeFolder
> > > or
> > > \\127.0.0.1\c$\SomeFolder
>
> > > %ComputerName% is the NetBIOS name of your PC.
>
> > without mapping it as a network drive ?
>
> Put this command into your startup script:
> subst P: "c:\SomeFolder"
>
> The effect is the same as with a network drive.- Hide quoted text -
>
> - Show quoted text -