Description:
Microsoft scripting newsgroup.
|
|
|
determine last time file/folder was modified
|
| |
I found a script on the net that searches a folder for the names of subfolders and files and pumps that information to a log file. I have modified the script to gather more info and to export the data to an Excel spreadsheet. I just wanted to get some feedback on it. Thanks, Jeremy ------------------------------ ------------------------------ -----------... more »
|
|
10 Tips for Writing Web Copy
|
| |
10 Tips for Writing Web Copy One of the most important aspects of a website today is the webcopy - sometimes called the sales letter. In days gone bye, banners and graphics were all important but now it's the words that do the selling. This short article will give you some pointers about writing good... more »
|
|
Run Command Line
|
| |
Hello, I am trying to run a vbs file on my server that appends a few mp3 files to another and creates a new file. I can do this from the command line without out any problems: copy /b D:\Sites\www\applications\reco rder\file1.mp3 + D:\Sites\www \applications\recorder\file2.m p3 D:\Sites\www\applications\reco rder... more »
|
|
Move n files sort by Filename
|
| |
I have many files in a folder - I need to move only first 5 files another folder sort by filename ie in Source folder i have 1Filename.txt 2Filename.txt 3Filename.txt 4Filename.txt 5Filename.txt 6Filename.txt 7Filename.txt 8Filename.txt 9Filename.txt I need to move only FIRST 5 files sort by Filename to destination... more »
|
|
Seek Filter Include Example
|
| |
This creates an Array M and fetches the elements having cc - so it displays dccr.... M= Split("bbadccraddaeea","a") B = Filter(M,"cc") WScript.Echo Join(B,",") Filter also has this syntax: Filter(Array,Search[,Include[, Mode]]) Can someone create an example based on these variables that utilizes Include?... more »
|
|
Script
|
| |
Why does this script work: ' Description: Demonstration script that uses the FileSystemObject to delete a file. Local computer ' For Vista Set WSHShell = WScript.CreateObject("WScript. Shell") Set objFSO = CreateObject("Scripting.FileSy stemObject") objFSO.DeleteFile("F:\Users\Te stUser\AppData\Local\test.vbs" )... more »
|
|
Adding entries to "Manage Passwords"
|
| |
I have googled this for a while and come up with nothing useful. I am trying to script a solution that will allow me to add/delete entries in the XP "Manage Passwords" located at : MyCoputer/Properties/Advanced/ UserProfiles/Settings/UserAcco unts/Advanced/ManagePasswords Anyone have any ideas on how to do this. My desired approach would be... more »
|
|
connecting to remote registry not working sometimes
|
| |
My script sometimes quits on this line: Set objReg=GetObject("winmgmts:{im personationLevel=impersonate}! \\" & strCompName & "\root\default:StdRegProv") The script is for installing the Microsoft SCCM client to a group of remote PCs. The script checks if the remote PC can be pinged, checks the local PC... more »
|
|
Run time error '75'
|
| |
Hi, I have Word 2007 on Vista. I have a macro which is written by VB script. It is running fine on Word 2003/2000. I imported it to Word 2007, it doesn't work. I got Visual Basic error message: "Run time error '75', path/file access error". I clicked debug button, it shows the following line has problem.... more »
|
|
Problem with recursion and objfolder.size
|
| |
1l The purpose of the following script is to return attributes of subfolders into an Excel spread sheet. The way it is now, it only gives the attirbutes for the root folder. I know I need to add a for...next. I just don't know what to put after the for. 2. I get a permissions error with the objfolderf.size line, but not with... more »
|
|
|