On 2/6/24 17:50, ToddAndMargo via perl6-users wrote:
Hi All

Windows 10 and 11

Does Raku have a system call that will tell
me my "session ID"?

Many thanks,
-T


So far what I have come up with is a system call to "wmic":

>raku -e "sleep 14"

>wmic process where "name='raku.exe'" get ProcessID,SessionID,CommandLine
CommandLine          ProcessId  SessionId
raku  -e "sleep 14"  5020       1

Reply via email to