Enter Keywords:
1 - 10 of 65(0.02 seconds)
Sort By:
 
I am putting together an HTA that uses vbscript for running task on Active Directory.  I have one task that creates a new user, assignes all standard properties for our domain, and creates the new ...
Zones: Web DevelopmentDate Answered: 10/02/2004 Rating: 6.2 Views: 0
I am using .hta with VBS to perform some IT and application functions.  I selected VBS and HTML Applications because they are built into W2k and XP, thus no need to install or load anything like Ja...
Zones: Web DevelopmentDate Answered: 09/19/2005 Rating: 9.8 Views: 0
Basicaly I've got my main function inside my hta code. I'm new to coding so prevous examples left me puzzled. I'm outputting status information to an hta dataarea... so; Sub Main MsgBox "be...
Zones: VB Script, Programming, Web Develo...Date Answered: 12/20/2007 Rating: 7.8 Views: 18
I currently have a hta file that is used to distribute updated files via a company intranet.  When the hta is launched it compares the lastdatemodified of the file (many files actually) on the clie...
Zones: VB Script, HTTP, Web...Date Answered: 07/15/2008 Rating: 9.3 Views: 0
I have a vbs script that backs up the user Desktop, My Documents to there U: shared drive which works great but I dont wont all the robocopy cmd box's poping up so I would like to have it run in an...
Zones: VB Script, LanguagesDate Answered: 01/12/2009 Rating: 9.3 Views: 10
We have a Fileserver and we have dumped all the softwares there, to access this software we required authentication (as we are running from local ID or from a ID who dont have access to that folder...
Zones: VB ScriptDate Answered: 01/21/2009 Rating: 7.8 Views: 0
Hi, I have the below code given to me by RobSampson for printer configuration. I just want a progress bar when the Add printer button is pressed, (while adding the printer). Link: http://www....
Zones: VB ScriptDate Answered: 02/18/2009 Rating: 9.1 Views: 0
I've created an hta to restore a folder and files from a cdrom the problem I'm running into is the cdrom has a folder name like V2226 and on the server the folder structer is VOLUME2226\V2226 what ...
Zones: VB ScriptDate Answered: 03/11/2009 Rating: 9.3 Views: 4
I have a Printer Add-in HTA (developed by RobSampson). This hta works fine, without any issues. Now my problem is that i want to use one hta for two domains. We have two domains Domain A and Domai...
Zones: VB ScriptDate Answered: 03/12/2009 Rating: 9.2 Views: 10
Hi, I just want to change the below path of the text file from UNC to HTTP, is that possible?   Sub PopulateRecordSet  Set objFSO = CreateObject("Scripting.FileSystemObject")  Const intForRe...
Zones: General, VB ScriptDate Answered: 03/29/2009 Rating: 9.3 Views: 33