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.
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