ようこそ (Jyokoso) MY BLOG

いらっしゃいませ (hajimemashite) สำหรับผู้เข้าใหม่นะค่ะ ^^V

13 กันยายน 2562

set time window sleep

set time window sleep

file.vbs

Set WshShell = WScript.CreateObject("WScript.Shell") 'create \windows\system32 
Do While 1=1
     WshShell.SendKeys "^%" '^ = ctrl  % alt --> ASCII
WScript.Sleep 60000 '60*1000  = 60 second = 1 minutes
Loop



For SHIFT prefix with +
For CTRL  prefix with ^
For ALT   prefix with %

26 สิงหาคม 2562

09 เมษายน 2562

like in sql oracle

SELECT *
FROM names
WHERE regexp_like (name , 'be|ae') ; << like in ( be, ae)

NAME
-------------------------
Baer
Abel
Raphaely
Greenberg