There are times you may want to deploy or copy SSIS package from one server to another. Here is a quick and easy way of copying it over using command line.
Call "C:\Program Files\Microsoft SQL Server\110\DTS\Binn\dtutil.EXE" /SourceServer <SourceServerName> /SQL "<SourcePackageName>" /DestServer <TargetServerName> /COPY "SQL;<PackageNameToReplace>" /Q