test-fix.bat 255 B

123456789101112
  1. @echo off
  2. echo Building network topology discovery system...
  3. go build -o network-topology.exe ./cmd
  4. if %ERRORLEVEL% NEQ 0 (
  5. echo Build failed!
  6. pause
  7. exit /b 1
  8. )
  9. echo Build successful!
  10. echo.
  11. echo Starting the application...
  12. network-topology.exe