• Can I make a folder that automatically moves files to another folder?
    2 replies, posted
Basically I would like to record gameplay straight to my SSD but I want to store it in my HDD. I got this idea from the automatically add to itunes folder that comes with itunes, is there a way I could do something similar for recording purposes.
[URL="http://en.wikipedia.org/wiki/Cp_%28Unix%29"]http://en.wikipedia.org/wiki/Symbolic_link[/URL] For fake folder referencing; like "folder shortcuts" Something that also works similar.. you could use the "[URL="http://windows.microsoft.com/en-us/windows7/products/features/libraries"]Libraries[/URL]" feature in Windows 7. OR to actually copy the files from one place to another, just by running a quick program... [URL="http://en.wikipedia.org/wiki/Cp_%28Unix%29"]http://en.wikipedia.org/wiki/Cp_%28Unix%29[/URL] Cp is a command line tool to copy a file, you can code a very simple script with a .bat file to copy the files over whenever needed.
[url]http://en.wikipedia.org/wiki/NTFS_symbolic_link[/url]
Sorry, you need to Log In to post a reply to this thread.