Page 1 of 1

Saving screenshots to a specific folder?

Posted: Thu May 05, 2016 4:38 pm
by Pathos
I'm trying to set up a streamlined process where I can just have screenshots automatically synced to a Discord chat channel via Dropbox. A Discord bot connects the Dropbox and Discord chat channel.

I was trying briefcase (in Windows, a special folder), but it seems that briefcase is just data, not exactly a directory.

I can't rename the Dropbox folder. So I was wondering if I can just save my screenshots (via a bind) to a specified folder.

Also, is it just me or can I not bind this:

bind KEY say "gg"; screenshot

Re: Saving screenshots to a specific folder?

Posted: Thu May 05, 2016 4:42 pm
by hi_leute_gll
Try bind KEY say "gg; screenshot".

Re: Saving screenshots to a specific folder?

Posted: Thu May 05, 2016 4:48 pm
by Pathos
hi_leute_gll wrote:Try bind KEY say "gg; screenshot".
I knew what you meant. The correct command is:
bind KEY "say gg; screenshot"

Well, I found a solution using symlink, namely the "mklink" command in cmd.

Re: Saving screenshots to a specific folder?

Posted: Thu May 05, 2016 7:04 pm
by deen
Yep, I also would have suggested a symlink, best solution in this case, other than editing the source code for your specific use case.