Search found 4 matches
- 09 Aug 2010 11:07
- Forum: DOS Batch Forum
- Topic: Symbolically link new files?
- Replies: 7
- Views: 6037
Re: Symbolically link new files?
Thanks so much for your help
- 08 Aug 2010 16:44
- Forum: DOS Batch Forum
- Topic: Symbolically link new files?
- Replies: 7
- Views: 6037
Re: Symbolically link new files?
Hi, I would only be looking for extensions .avi .mpg .mp4 .mov .wmv. and .mov
The link folder would be D:\Other\New
I would only need it to search G:\Downloads
thanks again
The link folder would be D:\Other\New
I would only need it to search G:\Downloads
thanks again
- 08 Aug 2010 14:39
- Forum: DOS Batch Forum
- Topic: Symbolically link new files?
- Replies: 7
- Views: 6037
Re: Symbolically link new files?
Thanks for the reply. I've read mklink could be used to create symbolic links. Is this not correct?
I would define new as being files added in the last 12 hours. Thanks
I would define new as being files added in the last 12 hours. Thanks
- 08 Aug 2010 12:46
- Forum: DOS Batch Forum
- Topic: Symbolically link new files?
- Replies: 7
- Views: 6037
Symbolically link new files?
I want to write a batch file that will search my hard drive for new media files, and create symbolic links for these files in a new directory. How can I do this?