- Aug
- 2,260
- 108
In reference to MKLINK and Streams and DEL, the ability for DEL to recognize a SYMLINK when deleting a Stream, without first having to tell DEL it is to delete a Stream from a SYMLINK.
At present, I have to tell DEL that it is a SYMLINK.
Example;
Joe
At present, I have to tell DEL that it is a SYMLINK.
Example;
Code:
del /q %@symlink[%_batchname]:tape.txt
Joe