How secure is WSC? Does it always assume that it\'s running in a trusted environment? Will the technology persist or is there the chance that MS will kill it 开发者_开发知识库sometime soon?
I am using someone else\'s library that provides its own scripting host instance, it appears. This lib provides me with functions to define the type of scripting language such as \"jscript\" and \"vb
I use the Oracle wallet to store passwords for the databases I connect to.Our password policy requires us to change our passwords frequently enough that I would like to script the changes.I have a bat
I want to set up a script to be run daily as a Wi开发者_开发技巧ndows Scheduled Task. The script should open an Excel spreadsheet, wait for it to run a macro (which is set up to run every time the spr
1> I have folder inside folders structure. 2> I want to recursively create shortcut to every file. the shortcuts must be place inside the same named folders, that it is at its source.
I have开发者_如何学JAVA some scripts that I would like to run every time a user logs off. I would like to create something that programatically sets up the logoff scripts. For example, an exe or a cmd
I have written a script that works. What it does now is it looks through a directory to a given file and returns what is on the second row fourth tab (RXC193) and renames the file to that of which it
I need help with writing a batch script for if file newfile.txt exists thendel \"InDesignData.txt\" ren \"newfile.txt\" \"InDesign开发者_如何学运维Data.txt\"
I have outputted some text files all in the same directory. Each .txt file has within a group number, this number always starts with RXC and can go upwards of 5 characters afterwards, giving us RXCXXX
What\'s the best method to delete the first 开发者_运维问答line of text from a large (10k+) group of text files.If PowerShell isn\'t an option, you can use the more command: