Skip to content
This repository has been archived by the owner on Jan 9, 2019. It is now read-only.

matthewmccullough/vbs-wsh-datetestupdates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

This is a Windows Scripting Host, Visual Basic Script intended to be run by cscript.exe.  CScript.exe is a command console runner for WSH scripts.  WScript.exe is a windowed runner for WSH scripts.

This script performs a rudimentary function, similar to JNLP, in that it checks for updates on a remote server and copies the folder locally if any remote files are newer than the local ones.

It is invoked like so:
cscript autoupdate.vbs ".\dest" "\\someserver\source"

About

Automatically update a local folder from a remote folder based on date stamp differences

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published