Questions tagged as 'vbscript'

1
answer

No Executes The VBS dialog leaves error

For i = 1 to 5 wscript.StdOut.Write i next For i = 1 to 5 wscript.StdOut.Write i next For i = 1 to 5 wscript.StdOut.Write i next For i = 1 to 5 wscript.StdOut.Write i next     
asked by 09.11.2017 / 01:52
1
answer

Copy a large file using FileSystem.CopyFile in VBscript

I use FileSystem.CopyFile to copy a 1GB file to another directory. Meanwhile, another program needs to determine that the file has already been completely copied to carry out its work. How can I determine that the file has already b...
asked by 04.07.2017 / 18:39
2
answers

Pass an array from classic asp to .net

Friends, I need to pass an array from classic asp to a dll made in .net, and in .net I wait for a string type [], how the hell do I do to pass that data from classic asp? Today I do it like this: Dim ws dim arreglo(0) Set ws = Server.CreateObj...
asked by 17.04.2017 / 23:15
1
answer

How to connect files by MVC in ASP.VBscript?

I am trying to connect 3 code files through MVC that are in 3 different folders (view, model and controller) and the code that is in view connects me with the controller, but the controller does not connect me with the of the model ... I tried e...
asked by 23.04.2017 / 06:39
0
answers

Copy of file within routes in txt - VBScript

I have this code that reads routes from a txt, and I need to copy the files with extension (jpg, pdf, html). At the moment of executing I get the error of access denied . I already changed the permissions of the folders and it keeps throwing...
asked by 09.03.2017 / 21:51