ImSammy

LIFX VB Script

Jul 3rd, 2018
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Set WshShell = CreateObject("WScript.Shell" )
  2. WshShell.Run chr(34) & "C:\Python27\Scripts\lightname_light_toggle.bat" & Chr(34), 0
  3. Set WshShell = Nothing
Advertisement
Add Comment
Please, Sign In to add comment