Answered by:
creating an empty zip file

Question
-
Hi Team,I want to create an empty zip file what i am trying to do is create a batch file and using execute process task to execute that batch file.batch script:echo offtype NUL>%1Process task:Executables i gave the path of the batch fileArugments I gave the output file name along with path like this c:\Test\Test.zipIf i run the batch file with the code from command prompt it works fineecho offtype NUL>"c:\Test\Test.zip"but when i am parameterize its not working. am i missing something??thanks,EshwarThursday, October 20, 2011 5:36 AM
Answers
-
Hi User_SQLServer,
Please refer to the following similar thread:
http://social.msdn.microsoft.com/Forums/en-US/sqlintegrationservices/thread/6b893df2-cc15-4f28-93f1-aa798e8bf9fd/
Hope it helps.
Thanks,
Eileen- Marked as answer by Eileen Zhao Monday, October 31, 2011 1:41 AM
Tuesday, October 25, 2011 6:32 AM -
Thanks Eileen,
I haven't given the working directory in the arguments list. it is working now.
-Eshwar
- Marked as answer by Eswararao C Friday, November 25, 2011 6:59 AM
Friday, November 4, 2011 6:04 AM
All replies
-
Hi User_SQLServer,
Please refer to the following similar thread:
http://social.msdn.microsoft.com/Forums/en-US/sqlintegrationservices/thread/6b893df2-cc15-4f28-93f1-aa798e8bf9fd/
Hope it helps.
Thanks,
Eileen- Marked as answer by Eileen Zhao Monday, October 31, 2011 1:41 AM
Tuesday, October 25, 2011 6:32 AM -
Thanks Eileen,
I haven't given the working directory in the arguments list. it is working now.
-Eshwar
- Marked as answer by Eswararao C Friday, November 25, 2011 6:59 AM
Friday, November 4, 2011 6:04 AM