Based on the current situation, you’d better submit a new question to The Official Scripting Guys Forum! or Windows PowerShell forum which is the best resource for scripting related issues.
This Forum is for Scripting Questions Rather than script requests How to ask questions in a technical forum How to post code in Technet Forums \_ (ツ)_/ Monday, January 20, 2020 2:39 AM
Im new in the IT field and my boss has tasked me with creating a Robocopy script. The reasoning behind this is we have an XCopy script that allows one of our end users to copy over multiple files into a mapped network drive. The issue is that the script is literally just aimed to dump all the files from the laptop's C:\Recordings folder into the mapped network drive's root where our user then ...
I am have very basic knowledge about VB scripting, but this code could be the perfect solution i am looking for. could you guide me exactly how to run and test the same , i would be really thankful for your kind and generous support on this.
I running a VBScript using the MSScriptControl.ScriptControlClass class. When my script executes in my C# app, I call script.ExecuteStatement () and pass in the text box VBScript. I need to add functionality to single-step through the scripts, line-by-line. I was wondering if there are capabilities like this in this class (or elsewhere).
If you encounter any difficulties when customizing the scripts, you may submit a new question in The Official Scripting Guys Forum! which is a best resource for scripting related issues. The Official Scripting Guys Forum!
We can't be everywhere at once (we know—shocking!), so we will appreciate any and all help you can give to each other to get scripting problems solved. The Microsoft Scripting Guys01
You can submit a new question in The Official Scripting Guys Forum! which is a best resource for scripting related issues. Please refer to the following link: The Official Scripting Guys Forum!
Dim objFSO, strData, strLine, arrLines, arrStrings CONST ForReading = 1 'Create a File System Object Set objFSO = CreateObject ("Scripting.FileSystemObject") 'Create the output file here Set objoutputFile = objFSO.CreateTextFile ("C:\backup\result.txt") ' Read out all data from the Text file into the strData strData = objFSO.OpenTextFile (“C:\MyText.txt”,ForReading).ReadAll ' Split the ...
This is NOT a VB forum. It is for administrative scripting. Your question is also very hard to follow. You are asking a product specific question. Your question has little to do with scripting. It is a "how-to" for VM snapshots. ¯\_ (ツ)_/¯