The GoTo Community is currently experiencing some technical issues affecting new posts and comments. We are actively working with our service provider and apologize for the frustration.
Forum Discussion
Rob H
17 years agoRetired GoTo Contributor
Rescue Script Repository Thread- Share your scripts
Welcome to the new LogMeIn Community. One of the things that we would like to foster is the sharing of lots of great ideas and neat tips and tricks. I thought that I would get the ball rolling by pub...
carlcapone
9 years agoActive Contributor
Hi everyone,
I am kinda wondering if someone has successfully transfered files using a script instead of the file transfer/manager in LMI. If anyone is willing to share a working script, that would be awesome. Thank you.
- LLucena9 years agoActive Contributor
Same here.
We know the transfered file goes to a temporary folder in the %LOCALAPPDATA%\LogMeIn Rescue Applet folder.
However, we never know which LMIRxxx.tmp folder would be named.
would be much appreciated if LogMeIn developers contribute here.
- sv59 years agoGoTo Contributor
Hello LLucena!
Thank you for your message. The applet folder name's last number just incrementally if there is still exist previous applet folders. Those folders should be deleted automatically after the sessions are ended and the computer is restarted.
Regards,
Sandor- LLucena9 years agoActive Contributor
Yep, I got that point.
So I had to add "%~dp0" - without the quotes, to the script to ignore the folder path name and run wherever folder the script was located.