ConEmu - running a script in the startup console

4

I have a script called todo that echoes a todo list to the terminal. I'd like ConEmu to run this every time it starts (thus, in the starting tab). How do I write a task to make it do that? todo is on my path.

Koz Ross

Posted 2014-02-03T08:48:32.310

Reputation: 245

Answers

6

In fact, your question does not refer to ConEmu, at all. Read your shell manual (you have not eve said what of dozen possible shells you are using). For example, cmd has "/k" switch, PowerShell has "-noexit -command" and so on...

Possibly related: https://stackoverflow.com/a/13374719/1405560

Maximus

Posted 2014-02-03T08:48:32.310

Reputation: 19 395