Set WshShell = WScript.CreateObject("WScript.Shell")
WshShell.Run "%comspec% /c c:\windows\system32\ftp.exe -s:d:\prodarea\demandwaiver\ftp\ftpdemandwaiver.txt 192.132.206.112",0
',0 at the end of the line above keeps the window from popping up on the screen when it runs
set wshShell = nothing
' ftp8.nppd.com = 192.132.206.112
