How to copy large data from one excel to another using VBScript Hi all, I have a master source xls file with 10000 Rows and with around 28 columns. So the dat size is high. I have a distribution list that too in excel. It contains various filters need to be applied and flie saved to be saved in another name. VBScript code opens the distribution list, goes through row by r... 3 Jan 2010 10:31
Pin/Unpin Programs to/from Start Menu Hello All, I tried posting to the VB forum on MSDN and someone suggested I post here instead. I am not a VBScript programmer by any means, but as I understand it, it is about the only way to achieve what I want. I manage a small network of computers and need a couple scripts to dictate what is pinned to the St... 8 Dec 2009 16:27
Script to delete millions of files We just inherited a server that has a folder which contains millions of old log files that need to be cleaned up. Using the GUI to even view the folder, let alone to do anything in it obviously just hoses the server with so many file handles. We tried deleting files from the folder using a command prompt but ran ... 9 Dec 2009 02:19
runas script to launch batch file Hello again. I have another program that need to be lauched by a batchfile however it needs to be run as a different user here we go. batchfile name is: mount-truecrypt.bat inside has this: REM mounting truecypt volumes !! do not change !! "c:\program files\truecrypt\truecrypt.exe" /volume "\Device\Hardd... 15 Dec 2009 10:04
Controlling how IE is opened for login script status messages In our login script, I have been using an Internet Explorer window to display status messages as the process runs. The code that I use to open IE is below. Lately, the script has not been running through. It stops or pauses before the window even opens. We have found that by removing the Google toolbar on the PC... 8 Dec 2009 11:57
[slightly OT] preserving folder timestamp I am attempting to move folders/subfolders to another system, or to another drive on the same system. Obviously, this can be done with the zip utilities, archive utilities, or (at least for win98) ms's old backup utility. Here's my problem: I would like to retain the folder timestamps. In my case, the folders ... 5 Dec 2009 11:51
Another Example lmsb wrote: Can anybody help me on how to make the VBScript to use the WMP Activex or COM automation? hi imsb, This is a bit of an extension of the script already given, with a couple of extra "bells-and-whistles": --- <code> --- ' windows media player test script, jw 02Dec09 Dim oWMP : Set oWMP = ... 4 Dec 2009 17:25
Render a RDLC report using VBscripts I have an application that is not developed in Visual Studio but is connecting to a SQL database and is utilizing a RDLC report. Does anybody have any code that would only be a VB script file to render the report instead of creating a form in VB and running an exe to accomplish this? ... 3 Dec 2009 18:17
how create Quota filter in WIndows 2003 R2 using Script Hi all I need create quota filter in Server 2003 R2 using vbscript. quota filter should be applied to directories and not by users. I searched information about it on google without success. thank's in advance Daniel ... 7 Dec 2009 07:24
I want to make a VBScript to control Windows Media Player Hi all, I'm able to control WMP through the shell but I think is not the cleanest solution. Can anybody help me on how to make the VBScript to use the WMP Activex or COM automation? I've found some reference about Player object and WMPLib but so far I've been getting compile or run time errors. the actions I... 4 Dec 2009 21:50 |