|
First
|
Prev |
Next
|
Last
Pages: 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584
Help with Right function nnanna wrote: *SAMPLE FILE IS:* 13301794560(a)133SH.COM 13301794560(a)133SH.COM 2205171(a)MCIMAIL.COM 35988869625(a)SMS.MTEL.NET *DESIRED RESULT: 133sh.com MCIMAIL.COM sms.mtel.net When I use the [B]Right* function to get the strings right of "@" it doesn't give me the desire... 26 May 2005 19:50
VBS network install Script I want to do an install onto another computer over the network - this script is throwing up an eror saying I don't have permissions to access the IP specified in the script. I am therefore wanting to connect as the network admin, or local admin of that PC - how do I do this?? So far it is bumming out here ... 27 May 2005 00:33
create a shortcut to network drive Hi, Wonder how to use a script to create a shortcut on user's desktop which connect them a network share folder, eg: \\server\shared I dont want to use net use commmand because it would require a drive letter. Although I can instruct user to go to my network places and use the wizzard to add a network place... 26 May 2005 16:26
Filling Html table hi, I have a comma delimited file contains contacts. I would like to fill the html table with the data from the file instead of hard-code them to the html table by using vbscript in-beded in html code. The html entry maybe like this one. Could someone help me how to automate the process? <tr> <td>J... 23 May 2005 11:33
Copying files and progress Const OverwriteExisting = True Set objFSO = CreateObject("Scripting.FileSystemObject") objFSO.CopyFile "H:\*.*" , "F:\" , OverwriteExisting *** i use that script for copying...script working pretty good and silence :) but i would like to see a progress bar...how can i attach a progress bar on this particular s... 20 May 2005 17:20
Delete folder and subfolders I m trying to run this script: strComputer = "XXXXXX" Set objWMIService = GetObject("winmgmts:" _ & "{impersonationLevel=impersonate}!\\" & strComputer & "\root\cimv2") Set colFolders = objWMIService.ExecQuery _ ("Select * from Win32_Directory where Name = 'c:\\dev'") For Each objFolder in colFolder... 20 May 2005 10:57
AD user rename Hello! I have 200 users in one OU. I need to rename them. New name has to be U-+logonname. Does anyone has script to do that? Regards Tomaz ... 19 May 2005 20:59
Creating Worksheet using Server Object I am using the CreateObject("Excel.Application") to create a workbook from three separate tables in a sql db. This works great and compiles three separate sheets to one workbook. My issue is that I need the cell formatting to be text for all entries. However the Excel spreadsheet will take my data - 05/05 and tr... 17 May 2005 13:42
Call a function in vb scripting How do I call a function in vb scripting, from a on click of a button? <%@ Language=VBScript %> <% Option Explicit Response.expires = 0 Function MakeMsgBox() Msgbox test End Function %> <html> <head><title>Test Page</title></head> <body> <form name="OnlineSales2" action="OnlineSales3.asp" meth... 16 May 2005 18:39
Script Printer Driver Installation and Network Printer Connection I am attempting to use the script below to automatically add a printer driver for a Phaser 780 and then install a network printer connection to that printer. The script seems to execute fine, no errors are returned when I run it. When it's done and I look in the printers folder, the printer is added. However... 16 May 2005 19:46 |