Even though running "kotlin test.kts" only works if:
kotlin.bat path doesn't have a space in it
context folder (what pwd shows) doesn't have a space
relative/full path to *.kts file is quoted to escape spaces
I can call:
PS H:\My Drive\project> kotlinc -script test.kts
and it works. What is the point of just "kotlin".bat? Idk