Login | |
|
 |
RE: Temp file not found after it was created - 6/30/2008 3:53:10 PM
|
|
 |
|
| |
djredmar
Posts: 55
Score: 0
Joined: 12/11/2006
From: Europe, The Netherlands
Status: offline
|
change the following line: wshShell.run "%comspec% /c net use > " & tmpfilename,0 into wshShell.run "%comspec% /c net use > " & tmpfilename,0, true true means 'wait for return' Edit: uhmm... no wshell object defined? Dim wshShell : Set wshShell = CreateObject("Wscript.shell")
< Message edited by djredmar -- 6/30/2008 3:54:17 PM >
|
|
| |
|
|
|
|
|