Skip to content

Instantly share code, notes, and snippets.

@wsoyka
wsoyka / runBashScript.bat
Last active March 2, 2019 10:57 — forked from damc-dev/runBashScript.bat
Execute Bash Script (Using WSL) from Windows Task Scheduler
cmd /c "wsl /path/to/file/on/linux/subfilesystem"
or
cmd /c "wsl /mnt/c/path/to/file/on/windows/filesystem"