How to run a script that initializes a REPL session
4 views
Skip to first unread message
Jamal Mazrui
unread,
Nov 8, 2019, 2:19:18 PM11/8/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to scriptcs
Is there a way to start a REPL session that is initialized by a script? I want to initialize an environment that supports LINQ queries on a particular SQLite database.
I realize that I can load a script once inside a REPL session, but I am hoping that this can be done in a single step from the command line. I could not find such a command line parameter to the scriptcs.exe utility (on Windows).