Microsoft
Software
Hardware
Network
Question : WinRAR & xp_cmdshell
I'm having difficulty getting the following code to execute:
exec master..xp_cmdshell '"c:\program files\winrar\winrar.exe" x -o+ "\\fs1\myshare\*.zip" "\\fs1\myshare\"'
I'm getting the error msg "'c:\program' is not recognized as an internal or external command, operable program or batch file.
Any suggestions?
Thanks.
Answer : WinRAR & xp_cmdshell
exec master..xp_cmdshell '"c:\program~1\winrar\winr
ar.exe" x -o+ "\\fs1\myshare\*.zip" "\\fs1\myshare\"'
Random Solutions
How do I specify the entry point for a dll written in vb.net?
see traffic logs on windows server 2003
Printing odd sized reports
Error deleting File or Folder cannot delete file: Cannot read fromt he source file or disk
SSRS 2008 error exporting to Excel
Group By Min(date) and Max(date)
Delete a Autoshape using vba
SQLDataAdapter fill multiple tables in DataSource using one stored procedure
Must declare the scalar variable?
Connect to a Crosstab query in Access from Excel