Help with making a script
Posted: 08 Mar 2017 11:16
Ola!
I need help with making a script, the idea of the script is to make all files/folder open in XYplorer. This is for application that support links/shortcuts and don't support custom browser. The application will always open the files/folder in windows explorer.
The idea is.
1. move the selected file(s)/folder(s) to a specific folder (example selected files youtube videos webm, move to videos folder)
2.get the path of the file(s)/folder(s)
3. combine the path of the file(s)/folder(s) and the path of xyplorer executable ( c:\xyplorer\xyplorer.exe path of files/folder)
4. create a shortcut/ link to the clipboard to be pasted
The scripts command.
1. moveto (using built in dialog)
2. copy path of the files/folders
3. copytext "path"; copytext "<br><xypath>\<xyexe>", a; (append the xypath)
4. new(, "link"); //creates shortcut to currently selected item
How to combine these into a script?
TIA!
I need help with making a script, the idea of the script is to make all files/folder open in XYplorer. This is for application that support links/shortcuts and don't support custom browser. The application will always open the files/folder in windows explorer.
The idea is.
1. move the selected file(s)/folder(s) to a specific folder (example selected files youtube videos webm, move to videos folder)
2.get the path of the file(s)/folder(s)
3. combine the path of the file(s)/folder(s) and the path of xyplorer executable ( c:\xyplorer\xyplorer.exe path of files/folder)
4. create a shortcut/ link to the clipboard to be pasted
The scripts command.
1. moveto (using built in dialog)
2. copy path of the files/folders
3. copytext "path"; copytext "<br><xypath>\<xyexe>", a; (append the xypath)
4. new(, "link"); //creates shortcut to currently selected item
How to combine these into a script?
TIA!