Friday, February 11, 2011

Sequencing Logtech LAS Tools Pro 6.0

Type of Sequencing : MNT
Sequencer : 4.6(x86)
OS : Win7

Error : The application makes an entry Under Users\yourusername \AppData\Roaming\Microsoft\Windows\SendTo but this will not work when the entry is in the bubble.

Solution : Edit the OSD to copy the lnk file to the local machine as shown below :

<SCRIPT EVENT="LAUNCH" PROTECT="TRUE" TIMING="PRE" WAIT="TRUE">
<SCRIPTBODY>if not exist "%USERPROFILE%\AppData\Roaming\Microsoft\Windows\SendTo\Las.lnk" copy "Q:\8.3\LAS.lnk" "%USERPROFILE%\AppData\Roaming\Microsoft\Windows\SendTo\"</SCRIPTBODY>
  </SCRIPT>

Note : The only issue with this solution is that the SendTo functionality will work only when the application is launched.

No comments:

Post a Comment