you are in a vbscript forum, save the code in notepad and save it as report.vbs, double click on this report.vbs and see if it does what you want.
you might want to consider something like
SET oCRApp = Createobject("crystal.crpe.application")
SET oReport = oCRApp.OpenReport("C:\MyPath\MyReport.rpt")
oReport.PrintOut()
'if that doesn work then try exporting it to a word doc 'and print it out that way, shouldnt be needed though
if you really need an exe, which i dont think you actually do, a shortcut pointing to the vbscirpt file will be enough, anyway if you want an exe then install .net or visual studio or SMS installer or whatever dev enviroment floats your boat and complile the code into an exe, but as i say the vbscirpt should do you. and getting back to my first post that if the crystalreportss.exe
saying that i might be the thickest person around and all your users dont have crystal reports installed on their machines, who knows if they ahve the dll the vbscript needs to point to, blaa blaa blla