Tagged Questions
1
vote
1answer
32 views
How to create aliases in windows [duplicate]
In Linux I can do this :
ln -s /tmp/mydocs /home/user/docs/
it will create alias to /home/user/docs/ and I can access to docs with cd /tmp/mydocs/
In windows :
I have this directory ...
1
vote
0answers
256 views
Create a virtual directory without IIS
My projectgroup is working on a project that has an upload dir. We ofcourse exclude the upload dir from our SVN. This means that we don't share these files. We do share the DB since it's stored on the ...
0
votes
1answer
193 views
Setting alias in Windows PowerShell
In PowerShell, I type:
PS C:> sal cdp "cd 'C:\Users\ec\Documents\Visual Studio 2010\Projects'"
I get no error from this, and
PS C:> gal cdp
shows definition as: cd 'C:\Users\ec\Documents\Visual ...