1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.
  2. Discord Support team Facebook l2central.info

Video path on l2 client

Discussion in 'Archive 2.0' started by Aldaron, Mar 12, 2012.

Thread Status:
Not open for further replies.
  1. Aldaron

    Aldaron User

    Joined:
    01.12.11
    Messages:
    123
    Likes Received:
    0
    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.
     
  2. griffin

    griffin User

    Joined:
    29.11.11
    Messages:
    37
    Likes Received:
    0
    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 ;)
     
  3. Aldaron

    Aldaron User

    Joined:
    01.12.11
    Messages:
    123
    Likes Received:
    0
    nice idea, i try this night after working.
    thank you.
     
  4. Aldaron

    Aldaron User

    Joined:
    01.12.11
    Messages:
    123
    Likes Received:
    0
    that's working.

    thank you very much.
     
  5. Etherial

    Etherial User

    Joined:
    03.12.11
    Messages:
    1,397
    Likes Received:
    0
    we'd like to inform you that this topic is being closed, since it is inactive, and is being archived, as planned.

    kind regards.
     
Thread Status:
Not open for further replies.