在 Linux 中,我能够做到这一点:
ln -s /tmp/somedir/* /tmp/otherdir/
这将创建指向 otherdir 中 somedir 中所有文件的链接。有没有办法在 Windows 2000 中使用 junction.exe 执行这样的通配符操作?
在 Linux 中,我能够做到这一点:
ln -s /tmp/somedir/* /tmp/otherdir/
这将创建指向 otherdir 中 somedir 中所有文件的链接。有没有办法在 Windows 2000 中使用 junction.exe 执行这样的通配符操作?