windows-scripting
How secure is the WSC (Windows Script Components) model?
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?[详细]
2023-01-30 01:01 分类:问答Why is WSCript object not known to my script that's controlled by a custom IScriptControl?
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[详细]
2023-01-25 06:17 分类:问答How Can I Script Oracle Wallet Changes?
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[详细]
2023-01-24 21:40 分类:问答How does one close an opened file with a Windows script?
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[详细]
2023-01-24 19:47 分类:问答Recursively create shortcuts in a folder(XP)
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.[详细]
2023-01-22 02:14 分类:问答Adding a logoff script
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[详细]
2023-01-17 05:40 分类:问答.vbs Help me loop this through a directory
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[详细]
2023-01-13 21:00 分类:问答.bat If Then Statement
I need help with writing a batch script for if file newfile.txt exists thendel \"InDesignData.txt\" ren \"newfile.txt\" \"InDesign开发者_如何学运维Data.txt\"[详细]
2023-01-13 17:42 分类:问答.bat Find and Rename
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[详细]
2023-01-13 17:36 分类:问答Command Line Script to Delete Header Row from a number of TXT files
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:[详细]
2023-01-12 23:47 分类:问答