Videos
Blogs
Hi, Goal: To run VBScript using CFexecute using command base script Cscript.exe Environment: ColdFusion 2021, Windows Server 2019 , 64 bit Machine. My VB Script(ExcelToPDF.vbs) performs simple office automation . So first I tried with command line to run ExcelToPDF.VBS. C:WindowsSystem32 > cscript.exe //nologo D:ExcelToPDF.vbs D:test.xls D:test.pdf and got expected o/p Success (generates the Excel to PDF file ) Now, I have to see whether CF runs correctly or not.So I use cfexecute to run ExcelToPDF.VBS. code: <!DOCTYPE HTML PUBLIC “-//W3C//DTD HTML 4.01 Transitional//EN”> <html><head><title>Untitled</title></head> […]
Upcoming Events