Jump to content

SalamanderSoup

Members
  • Posts

    6
  • Joined

  • Last visited

Everything posted by SalamanderSoup

  1. Lol, I'd buy that script for a dollar! Thank you, both for the input, and thank you Xandy for the working script. I was able to add the system time to the file name, as well.
  2. Thanks l3ill, could you possibly give me an example of how the NowDate and StringReplace scripts might look together? I've looked at the AutoScript Help File, and still feel a bit confused at how I should code it. I'm very new at this.
  3. Thanks, I hope someone will be able to help me.
  4. I've created a simple script that opens the Snipping Tool; Selects the "Full Screen Snip" option; then closes the program, prompting a save. What I can't figure is how to name the file using the system date and time. Can anyone help? Run(@WindowsDir & '\system32\SnippingTool.exe') AutoItSetOption('MouseCoordMode', 0) Sleep(1) $hWnd= WinWait("Snipping Tool", "ToolBarWindow32", 1) WinActive($hWnd) MouseClick('primary', 84, 48, 1, 0) MouseClick('primary', 84, 140, 1, 0) WinClose("[Class:Microsoft-Windows-Tablet-SnipperEditor]") ControlClick("Snipping Tool", "", "Button1")
  5. I would like the screen capture (using CTRL + F4) to happen automatically when the script runs. Tried "Send('^{F4}')", but not go. Any ideas? I would like this screen shot to happen while the screen is locked. If taking a screenshot while the screen is locked isn't possible, could I get some script for unlocking the screen?
×
×
  • Create New...