Skip to content
This repository was archived by the owner on Jan 30, 2020. It is now read-only.
This repository was archived by the owner on Jan 30, 2020. It is now read-only.

Calling scriptcs in a bat file causes execution to stop #85

Description

@mbp

Consider the following foo.csx:

Console.WriteLine("Hello World");

Then consider the following exec.bat:

scriptcs foo.csx
echo Script executed!

When you execute exec.bat, then the output will be:

Hello World

I expected it to be:

Hello World
Script executed!

Problem seems to be, that when we run scriptcs using svm, then it stops execution of script.
The same behaviour is not seen when installing using chocolatey.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions