hi, have you a solution to save the videos other than the folder screenshot ? for exemple derectly in an other storage disk. thanks for help.
maybe with "symbolic links" ? http://en.wikipedia.org/wiki/ntfs_symbolic_link try to delete 'screenshot' directory, and make a new symbolic link named "screenshot" which link in the other storage disk Code: he mklink command is used to create a symbolic link. it is natively available in windows vista/2008+. it has the following command line syntax:[1] mklink [[/d] | [/h] | [/j]] linkname target /d – creates a directory symbolic link. default is a file symbolic link. /h – creates a hard link instead of a symbolic link. /j – creates a directory junction. linkname – specifies the new symbolic link name. target – specifies the path (relative or absolute) that the new link refers to. so : cd [...]\4game\lineage2eu copy screenshot\*.* .\ rmdir screenshot mklink /d screenshot j:\[...]\lineage2screenshot (where j is the other storage disk hope it will work
we'd like to inform you that this topic is being closed, since it is inactive, and is being archived, as planned. kind regards.