subst and IIS on XP

  • Thread starter Thread starter foldface
  • Start date Start date
F

foldface

Hi
Does anyone know why subst doesn't work with IIS on XP?
If I do

sub o: d:\myProj and look for o:\myProj then IIS just can't see it?

This is a very useful feature that I would miss if it can't be done anymore

Ta
F
 
(e-mail address removed) wrote in @posting.google.com:
Does anyone know why subst doesn't work with IIS on XP?
If I do

sub o: d:\myProj and look for o:\myProj then IIS just can't see it?

Its subst, not sub.

And it works fine on XP.

And you would not look for o:\myproj, just o:\ as it WOULD be d:\myproj


--
Chad Z. Hower (a.k.a. Kudzu) - http://www.hower.org/Kudzu/
"Programming is an art form that fights back"


ELKNews - Get your free copy at http://www.atozedsoftware.com
 
Chad Z. Hower aka Kudzu said:
(e-mail address removed) wrote in @posting.google.com:

Its subst, not sub.

that was a typo, you can see I said subst above that
And it works fine on XP.

And you would not look for o:\myproj, just o:\ as it WOULD be d:\myproj

ok, little inaccurate message from me

make d:\versions\temp\myproj

subst o: d:\versions\temp

in iis look for o:\myproj

it can see it via the folders but when you click ok it doesn't work

try it
 
Back
Top