thCA
07-01-2003, 04:31 AM
Hi!
I have created a Logon script that among other, creates a new folder. Like this:
if exist p:\wts goto end1
md p:\wts
:end1
however the script creates a file called wts and not a folder?
any idea why?
ps. this is in relation to redirecting desktop icons in a terminal server environment
I have created a Logon script that among other, creates a new folder. Like this:
if exist p:\wts goto end1
md p:\wts
:end1
however the script creates a file called wts and not a folder?
any idea why?
ps. this is in relation to redirecting desktop icons in a terminal server environment