• Hi,

    I have an EXE file which i would like to run, what i am doing is running following script but in void.... 🙁

    declare @sqlcmd varchar(200)

    SET @sqlcmd = 'WinWSSList.exe'

    EXEC master..xp_cmdshell @sqlcmd

    Now what it gives me as output is :

    'WinWSSList.exe' is not recognized as an internal or external command,

    operable program or batch file.

    NULL

    What to do ??

    Thanks

    Parth