Login | |
|
 |
RE: Is there a work around for Permission Denied Code 0... - 5/17/2008 5:30:00 AM
|
|
 |
|
| |
TKS
Posts: 187
Score: 0
Joined: 5/16/2008
Status: offline
|
quote:
ORIGINAL: dm_4ever What is your end and final goal???? Hi dm_4ever, My end and final goal would be to execute the following vbscript from another workstation over my Network LAN without having to change read-write permissions: quote:
const forreading=1, forwriting=2, forappending=8 set filesys = createobject("scripting.filesystemobject") set filetxt = filesys.opentextfile("log.txt", forappending, true) filetxt.writeline ("") filetxt.close
|
|
| |
|
|
|
|
|