I have the foll command that I run as a batch file. However I need to automate this, since in future several txt files will need to be created. Hence using execute process task in SSIS
Foll is the command that I need to run. The out put of this command needs to be redriected to a txt file listed below, i.e.UsersList.txt
DOMAIN\GGNAME>>C:\Downloads\SM\UsersList.txt
C
However this doesnot work.. How do I REDIRECT this output to a file using EXECUTE PROCESS TASK?:\Downloads\SM\Smbrs.exe DOMAIN\GGNAME >>C:\Downloads\SM\UsersList.txtIn Execute process task , I put executable, as the exe name I am going to run In arguments i put the whole command as