Re: [Feature Request] Custom file names
2015/07/04 08:48:46
(permalink)
☼ Best Answerby qKa 2015/07/04 09:51:04
Actually, HyperSnap already expands some macros in Quick Save function. When entering the file name, you could use macros:
%date% - current date, according to the current computer 'locale' format
%time% - current time, according to the current computer 'locale' format
%uname% - the name of the user currently logged in
%host% - the name of the current computer
I just tested it by entering the following format (and turning off the "auto-increment" option):
D:\tmp\Snap_%date%_%time%_%host%_%uname%.png
The program saved my capture as:
Snap_7-4-2015_8-47-06 AM_SOL_greg.png
The time format here in the USA would be 8:47:06, but colons are not valid in a file name, so the program replaced them with - dashes. SOL is my computer name, and my user name is "greg" of course.
Greg