Thanks for your response. The SSIS packages look good. I need to look at these further.
For the moment I created the below which seems to work
DECLARE @cmdmove as varchar(1000)
set @cmdmove= 'MOVE D:\WebFiles\Web_File_Order_In\hello.txt D:\WebFiles\Web_File_Order_In\Processed\hello.txt'
EXEC master..xp_cmdshell @cmdmove