lanux128

need a function

Dec 24th, 2014
274
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ;pseudo-logic
  2. if running ; (process exist)
  3.  WinActivate
  4. if not running {
  5.  Run
  6.  WinActivate
  7. }
  8. if WinActive
  9.  WinMinimize
  10. if WinNotActive
  11.  WinActivate
Advertisement
Add Comment
Please, Sign In to add comment