Showing posts with label hidoes. Show all posts
Showing posts with label hidoes. Show all posts

Saturday, March 31, 2012

subst and IIS on XP

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
Ffoldface@.yahoo.co.uk wrote in news:acb840c8.0401230721.4e3e319
@.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" <cpub@.hower.org> wrote in message news:<Xns947A10116C381cpub@.127.0.0.1>...
> foldface@.yahoo.co.uk wrote in news:acb840c8.0401230721.4e3e319
> @.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.

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