Viewing post 16 (of 16 total)
Hi ,
Please try this :
exec master.dbo.xp_cmdshell 'mkdir "D:\temp"'
exec master.dbo.xp_cmdshell 'dir "E:\"'
February 14, 2008 at 9:57 pm
#778707