Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Done FTP / HTTP URLs in directory aliases

Aug
1,917
68
Could the ALIAS command in the help file be updated to note that directory aliases can include FTP / HTTP URLs

Example:
Code:
alias jpsoft:=http:\\jpsoft.com

Joe
 
Aren't all directory aliases mere substitutions?

FTP might be a better example.

Code:
v:\> alias vftp: ftp://vefatica.net

v:\> type vftp:\hello.txt
Hello world!
 
Back
Top