# WSL 呼叫 windows python 程式 透過 cmd.exe 來執行程式 ``` /mnt/c/Windows/System32/cmd.exe /C echo test ``` 執行python ``` /mnt/c/Windows/System32/cmd.exe /C python c:/gitlab/xxxx.py ```