About 13,900 results
Open links in new tab
  1. VBScript code to retreive column wise data from text file and copy …

    Dim objFSO, strData, strLine, arrLines, arrStrings CONST ForReading = 1 'Create a File System Object Set objFSO = CreateObject ("Scripting.FileSystemObject") 'Create the output file here …

  2. My computer can see my network drives, but Powershell can't

    the powershell forum deals with all types of powershell questions, scripting-related and otherwise. the scripting guys forum deals with all types of scripting questions, powershell-related and …

  3. VBscript viewer - social.technet.microsoft.com

    Two ideas. One is to have statements that echo somthing indicating where you are in the program. I run VBScript programs at a command prompt using cscript, and PowerShell scripts …

  4. Batch file to edit target path for shortcuts

    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 …

  5. VBScript for parsing multiple text files

    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 …

  6. VBScript Single-Stepping - social.technet.microsoft.com

    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 …

  7. Using xcopy to copy to multiple workstations

    We'd recommend that you first head over to the Script Center, get your feet wet, and then come back to either ask or answer questions. We can't be everywhere at once (we …

  8. XenApp: Looking for the Powershell script

    A list of requirements is not a scripting question. It's unlikely a search engine will turn up a script that will meet your exact requirements, so you will need to write the script yourself or hire …

  9. Help Listing AD Users within a Specific OU

    We'd recommend that you first head over to the Script Center, get your feet wet, and then come back to either ask or answer questions. We can't be everywhere at once (we …

  10. Scripting a Scheduled Task - social.technet.microsoft.com

    Oct 12, 2017 · The PS commands allow you to add credentials. "Local Service" and "System" may not have correct permissions to run your task. Also some commands require a user to be …