Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 637 Bytes

conemu.md

File metadata and controls

19 lines (16 loc) · 637 Bytes

ConEmu sample tasks

PowerShell

powershell.exe -noexit -command "$host.ui.RawUI.WindowTitle = 'Mongo Server'; cd C:\db\; mongod"
powershell.exe -noexit -command "$host.ui.RawUI.WindowTitle = 'Mongo Shell'; Start-Sleep -s 2; mongo"
powershell.exe -noexit -command "$host.ui.RawUI.WindowTitle = 'Gulp'; cd C:\Project\; gulp serve"
powershell.exe -noexit -command "$host.ui.RawUI.WindowTitle = 'Karma'; cd C:\Project\; karma start"

Git bash

"%ConEmuDrive%\Program Files\Git\git-cmd.exe" --no-cd --command=usr/bin/bash.exe -l -i -new_console:d:C:\Project\

Putty

putty.exe -new_console -load "IoT"