Windows 10 start: No such file or directory - Where do Windows built in commands live?

  • Thread starter Thread starter jimm_g
  • Start date Start date
J

jimm_g

Hi,When I run a bash file from my command line I get the following error:```/bin/bash: C:/Program Files/Git/usr/bin/start: No such file or directory```The bash file is the following:```#!/usr/bin/env bashstart C:\\some\\pathexit```Running `where start` returns `C:\Program Files\Git\usr\bin\start`The start file is the following:```#!/usr/bin/env bash"$COMSPEC" //c start "${@//&/^&}"```Is there a way to run the built in `start` command from my bash bin?Thank you

Continue reading...
 
Back
Top