- Re: ASP function question. You are welcome. It is unfortunate that you felt a little offended by Tim's contribution - I didn't see it as offensive at all. When he wrote this: [I think your "requirement" for html-only is wrong (unless there's something else you've not told us)] I think he was really saying basically what I had sa... 7 Feb 2010 19:50
[Fixed Up] - Re: ASP function question. I want to thank everyone (including Tim Williams - even tho I was a little offended by his comment), for all the help and pointers. Once I chose to follow the advice here and inform the powers that be that there should be no impact to any clients, I made an ASP page, included our function file and voila all is... 7 Feb 2010 17:37
ODBC Connect error in Script Host Version 5.8 My Access/ODBC connection code is failing in Win7/Script Host 5.8. If it runs on V 5.6, it works. If it runs inside VbsEdit debugger, on Win7, it works. It FAILS running directly on either Win7 or Server 2008 R2 (V 5.8) I guess the basic question is what is different between V 5.6 and V 5.8? If the underlying ... 11 Feb 2010 09:26
How to Use/Replace Capicom in VBS script on Windows7 x64? We have a project that call Capicom.dll in a VBS script to fetch/add/delete certs from both local computer and Active Directory stores, as following: -------------------------------------------------------------------------------- Set store = CreateObject("Capicom.Store") store.Open 2,"MY",130 ... 8 Feb 2010 21:23
Wait for finishing a logout script before logging out / shuttingdown Hi, From win7pro I need to run a 3rd party file synch application (mysynch.exe) from a vbs script invoked from a domain GPO's User Logoff Script folder. Is the user has selected Shut Down instead of Log Off, the script would actually run when windows has started the process of shutting down. Hence I wonde... 5 Feb 2010 06:08
SQL Version (Build) with WMI Hello ng How can I get the SQL-Server Version and Edition with WMI or registrykey? This server is patched with SP3 and CU5. The BuildNumber is 10.0.2746.0 now. This RegistryKey give only the basic insallation version, not with updates. [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL Server\100\BIDS\Setup] ... 8 Feb 2010 04:32
Reformat text with a script Hi, I was wondering if anyone could help me out - I'm trying to reformat the following data from a file called data.txt: OR1387L3 Jan 20 2015 6:59PM OR1363L3 Feb 4 2011 6:00PM to remove the L3, drop the time, and reformat the date like this- OR1387 01202015 OR1363 02042011 Any suggested are apprec... 5 Feb 2010 18:27
Running ASP Page. This is going to be dumb, but my mind is mush and I know I've done this before. I have an ASP page that works fine when accessing it via the browser URL bar: i.e.. http://webaddress/dir/something.asp What I would like to do is to run the script from an html home page. So in the header of the page, I want to... 5 Feb 2010 10:33
Problems with VBScript - RegRead when running as a service I am working on a script that runs under a custom installation utility, which is running as a service. To get the current user name the script executes this command: str_Acct_Name_Val = "HKCU\Software\Microsoft\Windows\CurrentVersion \Explorer\Logon User Name" str_Acct_Name = RegRead(str_Acct_Name_Val) When I... 4 Feb 2010 13:29
Need help with a script to copy a file to a specific home dir I would like to use vbscript to move a text file from a share directory to specific users home directory whereby the script pulls from a list of names (text file) and uses the users homedir path to copy the file. -- bforrest ... 4 Feb 2010 20:16 |