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
DECLARE_DYNCREATE and protected constructor
How To Transpose A Access 2007 Query Result
Date criteria in Access 2007
XML update / app.config update
Changing Source Control Location
Unable to Install Office Communicator 2005 after Un-install
I need my DateTimePicket to only allow dates for this year (vb.net)
Remove hiberfil.sys windows 2003 SBS sp1
CHARINDEX whole word match
OpenRecordSet querydef with parameter problem Access 97