Skip to content

Add a script to launch this app#4

Open
hjain-perforce wants to merge 8 commits into
NewSwavir:masterfrom
hjain-perforce:issue-1-bfa0ccc1
Open

Add a script to launch this app#4
hjain-perforce wants to merge 8 commits into
NewSwavir:masterfrom
hjain-perforce:issue-1-bfa0ccc1

Conversation

@hjain-perforce

Copy link
Copy Markdown

Auto-generated by P4-Integ-Orch for issue #1.

Excellent! The fix has been applied successfully.

Review Feedback Addressed (Round 2)

Major Issue Fixed:

[major/correctness] launch.bat:42 - Replaced curl command with PowerShell Invoke-WebRequest, which is available on all Windows 7+ systems (unlike curl which only comes with Windows 10 1803+).

Change Made:

  • Old: curl -s http://localhost:%PORT% >nul 2>&1
  • New: powershell -Command "(Invoke-WebRequest -Uri http://localhost:%PORT% -UseBasicParsing).StatusCode" >nul 2>&1

This ensures the script works on all modern Windows systems without requiring curl installation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant