@IF EXIST "%~dp0\node.exe" ( "%~dp0\node.exe" "%~dp0\..\ws\bin\wscat" %* ) ELSE ( node "%~dp0\..\ws\bin\wscat" %* )