3 Comments
Jul 19, 2022Liked by Bryan Lunduke

"On Error Resume Next" is a good rule to live by.

Expand full comment

Cool, with VBA we can add now major improvments to the Linux Kernel!

If app.Environment = "Windows Subsystem for Linux" Then

app.Launch(LinuxKernel)

Else

MsgBox "This program must be run in Windows Subsystem for Linux."

app.Quit()

End If

Commited!

Expand full comment