KillApp
Kill any application or process running if you know the .exe name. (Only Windows 95/98) Original Author: Fernando Vicente Inputs myName: is the name of the app that wou want to kill (ex. “app.exe”) Returns True if the application was killed correctly API Declarations Const MAX_PATH& = 260Declare Function TerminateProcess Lib “kernel32” (ByVal ApphProcess As Long, ByVal uExitCode As… Read More »