If you ever need to use a local web server on Windows, it's always convenient just to turn on IIS server in your system. But for a security reason, that's not feasible to have that in your corporate environment. However, IIS is not the only option available, if you have any of development tools installed in your system, you're still in luck. This post will show how you can activate a built-in … [Read more...]
Robocopy Example to Mirror Web Server
Just to solve a challenge of dealing with legacy CMS that's only specifically mapped to an old server. The contents need to be copied over to a new server periodically throughout the day and it has to act like a mirror (option /mir) in such a way that net new files are copied and any deleted directories and files are also reflected on the new server. As the server was upgraded, there is a … [Read more...]