Frequently asked questions (FAQ)

Why do I get strange behavior when the Task command line has quotation?

You need to use a shell to execute your command. Use shell=True when you define the Task.

Why don’t the environment variables expand?

Environment variable expansion must made by a shell. Apply the same solution for Why do I get strange behavior when the Task command line has quotation?

Why not shell=True is the default value?

Why I get “<[FAIL]FileExists ‘’>”?