First  |  Prev |  Next  |  Last
Pages: 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39
problem erasing CD-RW disc
Hello, I need to erase a CD-RW I use the follwing code: http://social.msdn.microsoft.com/Forums/en-US/windowsopticalplatform/thread/709d5658-6581-4dbc-8357-778cf052afe9 But I get this error: 0xC0AA090B E_IMAPI_ERASE_CLIENT_NAME_IS_NOT_VALID This obviously means: "The client name is not valid" http://m... 2 May 2010 14:15
What happened to macmillan website?
I got hold of a scripting book "Windows 2000 Windows Script Host" by Tim Hill. This was on the recommendation of someone as a very good starter in scripting. This book says that the samples can be downloaded from the website macmillantech.com, but that website seems defunct now. :( Is it possible that they w... 2 May 2010 18:42
Psexec ver 1.94 and 1.98
I would like to defrag a remote hard drive but I am having problems with the output. Hee is my script PsExec -i -s \\stmts01227 c:\winnt\system32\defrag.exe c: -v 2> C:\output.log Just the output part is giving me problems ... 29 Apr 2010 13:33
integrating wmi in asp
Hello, I need your help. I am integrating some wmi (vbscript) code in an asp page. I need to see WMI data of a server (server_a, win2003R2ent64bit), that is not the web server (server_b, win2003std32bit), just in the same domain. As this is my first experience with asp+wmi, I started step by step. I created my s... 29 Apr 2010 12:25
Implement Search Utility
Hi, I have to write a VBScript function that caters following requirements: Search in text/csv file: - String, List of string, List all types of search in text file. - Search through regular expression - Check of CASE sensitive search (flag) Return: Keyword, line number, number of occurrence and searched string R... 1 May 2010 16:32
Is it possible to detect keyboard type?
Problem: Initial Numlock status annoyance. Would like to ensure that numlock is ON for systems that have a dedicated numeric keypad section (such as desktops and laptops with external keyboards) but OFF for laptops that only have the alphabetic section.. I know how to change the numlock status. no problem. The... 4 May 2010 05:44
can't get OR operator between two strings to work
In the pattern below, I am trying to grab everything between the </ span></h2> tags and [ <h2> OR <div class="footer"> ] preferably, if <h2> exists, it would match <h2>, if not, it would match <div class = "footer"> pattern = "<\/span><\/h2>([\s,\S]*?)<h2>|<div class=""footer"">" How do I get the OR to wor... 28 Apr 2010 17:29
replace files in list
two text files, doc1.txt and doc2.txt document1.txt contains code which have names (absde.exe, etc) inside double quotes. ReturnAPP_B ("absde.exe") ReturnAPP_B ("dhdjd.exe") ReturnAPP_B ("fhgfjfj.exe") Document2.txt contains list of files, each from new line file1.exe file2.exe files3.exe .... The t... 28 Apr 2010 18:37
additional functionality needed using IMAPI2 (burning CD/DVD)
Hello, I have found some VBS code that uses IMAPI2 to write data on CD/DVD. This works well, but I would need to add additional functionality such as : -write speed (for example : determine max. possible speed, set write speed) -error checking (for example : detect "no disk inserted"...) -device and media ... 27 Apr 2010 07:39
Filtering ADO query
Hopefully someone can point me in the right direction, spent too long on this already :) I am trying to query AD to get all groups with "SECURITY" in the name (ie: G USA Security Team" or GG_USA_FIREWALL_SECURITY_RW). Since our AD is so vast other methods I have tried just take too long (although they do work).... 27 Apr 2010 15:40
First  |  Prev |  Next  |  Last
Pages: 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39