|
Number of pages in TIF image Is there a way I can programatically using VB or VBS obtain the number of pages in a multi-page TIFF image? ... 7 Jul 2008 15:36
how to write recordset datas of vbscript into existing excel sheet hi every one, how to write recordset datas of vbscript into existing excel sheet. its very urgent to me. any one please help me. regards, karthik.R ... 1 Jul 2008 12:20
Windows 2000 WMI issue Can you guys tell me why this doesn't work under Windows 2000? This works fine under Windows XP. strResults is always empty. On Error Resume Next Const wbemFlagReturnImmediately = &h10 Const wbemFlagForwardOnly = &h20 strAppName = "Microsoft" computername = "machinename" Set objWMIService = GetObject(... 1 Jul 2008 09:15
Long paths Ok, I have an access module which builds an index of directories in the subtree of a user-selected directory/drive. Then, it goes through those and builds another index of all the files in those directories. I'm using the FileSystemObject just for clean code. Here's the problem I'm hitting. I'm hitting the 260 c... 3 Jul 2008 10:27
Left function is EXECQUERY Good afternoon, I have a VB Script which grabs the user name and specified printer at terminal service logon. See below: Set WSHNetwork = CreateObject("WScript.Network") strUser = WSHNetwork.UserName strComputer = "." Set objWMIService = GetObject("winmgmts:\\" & strComputer & "\root \cimv2") Set colPri... 30 Jun 2008 11:42
Hate Your Job? Do You Hate Your Job? If You Are Like Me And REALLY Hate Your Job, You Can Do What I have Done And Tell All About Your Company At A Great And CHEAP New Site Called Dont Work For These . Com http://www.dontworkforthese.com This Site Has Chat Rooms, A Joke Section, A Great Story Section Where You Can Tell All Th... 29 Jun 2008 06:02
Read Windows XP\Network Places\Web Folders URLs to file Hi, I need to run a script that will read Windows XP 'Web Folders' URLs to a file. I have tried to locate Web Folders with no success. I already used NETHOOD folder to get folder names but the info is missing the full path: IEx: the SIte: http://SubSite.SharePoint.Site.com/Sites/SiteName/SubFolder under 'Web Fo... 29 Jun 2008 05:01
Manage ACCESS MDE compiled MDB+forms+code to append data from vbs -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello from Spain... i would like to open from scripting mde files to append data from csv using ado via vbs. Thanks !! -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFIZrme6+... 28 Jun 2008 18:50
substitute for subst is it possible to have a script to map a drive letter to a directory without using subst? ... 1 Jul 2008 08:13
Regular Expression - Subnet Dear All, I have the following regular expression to check that a subnet has been entereted correctly during a server prep script that I am writing. It works fine if a number other than 0 is entered as the last octet however if i enter more than one zero it accepts it as a valid subnet. i want it to check ... 30 Jun 2008 10:40 |