Forum Replies Created

Viewing post 151 (of 151 total)

  • RE: xp_cmdshell

    quote:


    declare @filename varchar(50)

    DECLARE @cmd varchar(100)

    set @filename = 'nomenclature_file.xml'

    SET @cmd = 'c:\test_tmp\"folder tooo test"\mdm_CleanExternalXML.exe ' + @filename

    EXEC master..xp_cmdshell @cmd


    April 3, 2003 at 12:55 pm

    #453091

Viewing post 151 (of 151 total)