Search code examples
jsonwindowsterminalxamppwindows-terminal

Add XAMPP shell to new 'Windows Terminal'


I know that in the new Windows Terminal I can add any custom profile, so I want to start XAMPP shell from there. In the settings json file I add the profile but I have a problem adding the right "commandline" variable value. I've tried "xampp_shell.bat" but it doesn't work. Can anyone please help?

enter image description here


Solution

  • Try to edit the environment variable in your windows. Anything you want to run on the command line must have a path saved in the environment variable. Take a look here how to access the command line for xampp on windows