Video :
Please watch video for tutorial and check below for source code.
php-cgi -b 127.0.0.1:9810@ECHO OFFECHO Starting PHP FastCGI...set PATH=C:\PHP;%PATH%c:\bin\RunHiddenConsole.exe C:\1php-8.1.10\php-cgi.exe -b 127.0.0.1:9810
phpcgi.vbs (This is to run phpcgi.bat and hide command prompt)
Set oShell = CreateObject ("Wscript.Shell")Dim strArgsstrArgs = "cmd /c phpcgi.bat"oShell.Run strArgs, 0, false