Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Question on Migrating files between servers

Is there a tool which can be implemented to move QVW & QVD files from one environment to another with managers approval.

Suppose I setup the souce folder and destination folder, it should ask my manager to aprove this move.

I read about Microsoft Team foundation server can be used for version control between multiple developers, Can this also be used for moving files from one environment to other?

2 Replies
Not applicable
Author

Hi All,

Please let me know, how to manage moving files between servers.

shree909
Partner - Specialist II
Partner - Specialist II

u can use Execute command to move the files from source directory to the destionation directory based on the condition

EXECUTE

cmd.exe /c move  "SourceDirectoty"  "DestinationDirectory";