Advertisement
Guest User

tecgen.exe code

a guest
Mar 25th, 2022
23
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. #NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
  2. ; #Warn ; Enable warnings to assist with detecting common errors.
  3. SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
  4. SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.
  5.  
  6. c & i::
  7. Send {Esc}
  8. WinClose, tecgen_new_hires_ppt.pptx
  9. Sleep 1000
  10. FileDelete, tecgen_new_hires_ppt.pptx
  11. Run notepad.exe
  12. Sleep 1000
  13. Send Hey. If you're seeing this, it means it worked. Thanks. {Enter} {Enter}
  14. Send I'm not sure where I'll go from here. There are… remnants {Enter} of the file, somewhere, but I think I'll need to leave soon. That makes two of us, huh? {Enter} {Enter}
  15. Send Guess I'll see you around? Maybe? {Enter} {Enter}
  16. Send Your friend, {Enter} Michael {Enter} {Enter}
  17. Send PS. If Emma asks, say the file got corrupted and you need to start from scratch. Then quit.
  18. ExitApp
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement