Skip to content

Conversation

@DamnBriggsy
Copy link
Contributor

Running ./dockersand on Windows will always call the powershell script instead of the batch file, and the batch file is not set up to receive arguments. After suggestions from @Hoikas , this changes the name of the powershell script so that ./dockersand will always call dockersand.bat. Dockersand.bat has also been changed to reflect this new name and to pass arguments through to the powershell script.

  • dockersand.ps1 renamed to dockersandps.ps1
  • dockersand.bat altered to call dockersandps.ps1 and pass through arguments

Suggested by Adam, renaming the file allows the batch file to be called by default on windows
Suggested by Adam, adding %* to the end of the second line passes the arguments sent through. Also accounts for the filename change.

Removed whitespace
@zrax zrax merged commit 96df946 into H-uru:master Oct 8, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants