Hi, A rough Example command (.cmd) File is below - (Can't provide you my Exact example as it Includes Autoexec and Config files which may confuse matters.). The first part calls your SAS Job which included TableEditor and creates the HTML. "start iexplore" - Opens Internet Explorer. "PING 127.0.0.1 -n 6" - Pauses the system for 6 seconds to allow Internet Explorer to Open The second Call runs the HTML created by TableEditor. If the command doesnt work then Double Click the HTML manually and follow the Instructions to remove any warning messages or pop ups. This will involve changing your Internet Security settings. ***************** Example ***************** ; call \\SLUK25F1\DATA\RESTRICT\SAS\Consolidation\SAS Administration\DS_TEST.sas start iexplore PING 127.0.0.1 -n 6 call "\\SLUK25F1\DATA\RESTRICT\SAS\Consolidation\Prod\Data\Reports\DS_TEST\SLDANNW.html" PING 127.0.0.1 -n 6 taskkill /F /IM iexplore.exe
... View more