Binary file used by .NET to compile JavaScript code to .exe or .dll format
Use jsc.exe to compile JavaScript code stored in the provided .JS file and generate a .EXE file with the same name.
jsc.exe {PATH:.js}
Use jsc.exe to compile JavaScript code stored in the .JS file and generate a DLL file with the same name.
jsc.exe /t:library {PATH:.js}