Script or bat that will make shortcuts
        Posted  
        
            by 
                user227056
            
        on Programmers
        
        See other posts from Programmers
        
            or by user227056
        
        
        
        Published on 2013-07-01T14:49:20Z
        Indexed on 
            2013/07/01
            16:28 UTC
        
        
        Read the original article
        Hit count: 250
        
scripting
I want to make bat (windows) file that will move * files from desktop to x folder and then make shortcuts on the desktop (they must be linked to files in x folder). So: the problem is: There is no way to make shortcut using bat. Only using third-party applications... Or/and using scripts. I need the program/script... that will get their adress, link shortcut to every single file (...\x\s.exe, desktop\s.lnk; ...\l.txt, desktop\l.lnk)...
© Programmers or respective owner