RE: [scripting] VBScript Write file to Network path

2014-07-21 Thread Marcum, John
Perfect thanks From: listsad...@lists.myitforum.com [mailto:listsad...@lists.myitforum.com] On Behalf Of Platt, Kevin (Courts) Sent: Monday, July 21, 2014 1:46 PM To: 'scripting@lists.myitforum.com' Subject: RE: [scripting] VBScript Write file to Network path And if you want the ex

RE: [scripting] VBScript Write file to Network path

2014-07-21 Thread Platt, Kevin (Courts)
37 PM To: scripting@lists.myitforum.com Subject: Re: [scripting] VBScript Write file to Network path strPath = “\\Myserver\MyShare\” instead of what strpath= now From: Marcum, John<mailto:jmar...@babc.com> Sent: ‎Monday‎, ‎July‎ ‎21‎, ‎2014 ‎1‎:‎27‎ ‎PM To: scripting@lists.myitforum.com<

RE: [scripting] VBScript Write file to Network path

2014-07-21 Thread Marcum, John
um.com [mailto:listsad...@lists.myitforum.com] On Behalf Of slkissin...@sbcglobal.net Sent: Monday, July 21, 2014 1:37 PM To: scripting@lists.myitforum.com Subject: Re: [scripting] VBScript Write file to Network path strPath = “\\Myserver\MyShare\” instead of what strpath= now From: Marcum, John<mai

Re: [scripting] VBScript Write file to Network path

2014-07-21 Thread slkissinger
strPath = “\\Myserver\MyShare\” instead of what strpath= now From: Marcum, John Sent: ‎Monday‎, ‎July‎ ‎21‎, ‎2014 ‎1‎:‎27‎ ‎PM To: scripting@lists.myitforum.com What would I need to change in order for this script to a the file named userName.html to the path \\myserver\myshare?