Showcase your knowledge about Apple's newest OS. Write a how-to or share a tip or trick about Snow Leopard and earn unlimited points!

 

Having problems asking a question? Have a general question about Experts Exchange? Let us know!

 
Top VB Script Solutions: 126 - 150 of 622
 
Hi Experts, I have some vbscript (see below) for which I would like to calculate the elapsed time to millsecond accuracy - so the elapsed time is output in the form ssss.mmm seconds. Reg...
I currently run a VB script that automatically maps their network drives based on which of our offices (Domain Controllers) a user is logging into.  i.e. If they are in Office 1 their "F" driv...
I have a script that creates a excel report that has four worksheets.  At the end of the script I wanted to activate each sheet and format the four columns to autofit.  This is the code I trie...
I have the following script to delete a registry key with all it's subkeys. It was written to work on the local machine by setting strCompter ="." I wnat to use it on a remote machine so i...
Hello, I have a VBS script that I have written and if I just double click on it, the Windows Script Host tells me what the error is both in terms of line, char, error and code. However, ...
Good afternoon, Is it possible to set the file summary information for a .TXT file using a VBScript e.g. Category, Keywords etc? Regards, Michael
The script below (from Hey! Scripting Guy!) only works if user belongs to just one of the groups in question. Suppose a user belongs to more than one group? I need something like...if driv...
I've got an array of remote hosts from which I'm collecting WMI info. I want to export the output to a new Excel spreadsheet. I want the 4 pieces of WMI info that I retrieve from each computer...
HI. I have two table named actual and past. From this two tabels I generate 2 access data page. In the first page I have a button named "moverecord". I need, when I press the button to move t...
Hi! I have a table named "1_Count" and from this table I generate a access web page (access data page). I need a visual basic script or java script to export datas from my table to excel, whe...
I have in Sheet1 (starting at A2 going down the column) a list of items.  I'd like to display the items in Sheet2 (column A) and the number of times they occur in Sheet 2 (column B).  If there...
I've about 600 AD user objects, some of which have mailbox size limits configured on the Exchange General TAB -> Storage Limits page. I want to be able to do one of two things; 1. Automate th...
I have inherited a VBScript dropdown function that pulls the dropdown data as a list of files from a folder. What I would like to be able to do is sort the items by date (modified or created) ...
Hi, I have a script that manipulates an existing file that is pipe delimited and has 23 columns.  However, I now got a requirement that in column 6, the format of the data needs changed.  B...
Hello!     I'm using VB Script (VBS), and I need to detect if a folder/file exists on C:\ drive. I try to use PathFileExists API Function. Is it possible to use windows API functions in VB Sc...
Hi folks, This could be a stupid question but need to ask. I am writing a script to search machines for selected file types such as doc / xls etc. Is it faster and more efficient just to ...
Hello all.... Another VBS question. I am getting better at building scripts so I thought I would try this one. I want to build a shutdown script that will launch a AV program to scan the com...
Hi everyone, I've got a odd little occurence in one of my macros i've tried to build. At the moment I've got it scaled down but when this little odd occurence is fixed my macro will be sortin...
I am currently using the included script to search within Subfolders for a particular file extension and write that information to the EventLog. However I cannot seem to get this to search mul...
I need a script to launch from a GPO (computer side) that will schedule a task on vista boxes when they start.  The scheduled task will need to launch a separate vbscript that has already been...
Well we're on a budget and don't have a server. We have a couple of laptops that run QuickBooks, but a desktop on the LAN that has the quickbooks files. For our laptops to open those files ...
I have this set of code in my current batch file; however, my fluency in VBS is limited. I'm just trying to convert this batch file to a VBS by doing the same thing the batch file does: - s...
I'm reading user accounts from excel, finding the distinguished names of each and then outputing the account attributes to another excel file. The problem is that if an invalid account exists,...
I am looking to write to a 64 bit registry section from a 32bit cscript/wscript. I know in the code below I can read from it, but I'd like to write to it. The program we use to run this remote...
Hi there, I'm trying to implement some error handling in VB program which essentially creates a set of folders and names them based on a message box input.  I specifically want to flag if s...