| Thread | Last Post | Replies |
|
| Help with script | 30 Aug 2008 18:27 GMT | 1 |
I need help with a script, what I would like it to do is scan though a share look for a particular file, copy the file and rename it to the name of the computer that it was on... for example the file is acb123.txt ... search for that file and then once it is found rename it to ...
|
| Finding the ascii code of a non-printable. | 30 Aug 2008 16:13 GMT | 13 |
I was just reading "Today's Word", an email from joelosteen.com, and noticed "unprintables" (that seemed to be replacing the quote characters); so, I was trying to figure out what the ascii code was for them. (I have XP Home, and IE 7)
|
| Auto-filling VB Script Code for Excel | 30 Aug 2008 06:23 GMT | 2 |
The following Excel macro will auto-fill the cells G1:G6 based on the contents of the cells G1:G2: Range("G1:G2").Select Range("G2").Activate
|
| Fetch special characters like "Ñ" and absolute URL from href attribute of anchors | 29 Aug 2008 23:03 GMT | 2 |
I used the following codes to fetch the source codes from the web page (assigned to url2 in the following codes) but got two painful problems. 1. odd characters or character missed, e.g. the name "ALBARIÑO ORGANISTRUN" become "ALBARI? ORGANISTRUN" if display in Notepad++ or ...
|
| check all Active Directory users for default password | 29 Aug 2008 20:11 GMT | 4 |
Our Help Desk has up until recently being stupidly creating all new user accounts with the same default password and NOT setting the flag to force a password change at first logon. Does anyone have a scriptlet that checks an AD user's password ?
|
| file output is corrupt | 29 Aug 2008 19:36 GMT | 4 |
I have a script that queries the printers and has an output as follows: *********************start of output********************** Name,PortName,ShareName,Location \\server01\printer01A,172.29.43.13:RAW,printer01A,123 drive,
|
| Rec set navigation | 29 Aug 2008 19:33 GMT | 8 |
Again guys and gals, please forgive my ignorance…. I’m traveling the learning curve relative to this ‘newer’ age (I’ve been stuck in a cave), and trying to absorb VBScript, Java Script, HTML, XHTML, and all things web. OK, I’ve been in the cave a long time. That said, I’m ...
|
| Execute VBScript from a floating popup menu | 29 Aug 2008 19:15 GMT | 1 |
Please help, I am desperate! On my web html-php-mysql page, I use vbscript to execute method calls to an automation server (Dephi 7, apartment threaded, out-of-process) for a document imaging application. I can execute the methods via vbs fine
|
| Execute VBScript from a floating popup menu | 29 Aug 2008 19:13 GMT | 1 |
Please help, I am desperate! On my web html-php-mysql page, I use vbscript to execute method calls to an automation server (Dephi 7, apartment threaded, out-of-process) for a document imaging application. I can execute the methods via vbs fine
|
| Number output | 29 Aug 2008 18:36 GMT | 4 |
I wrote a script that gets a computer's site name and creates a group with that name and a number at the end. There will never be more than 600 groups with the same site name. That’s three places to the left of the decimal. I would like there to be four places to the left of
|
| listing registry | 29 Aug 2008 14:13 GMT | 1 |
hi how in vb or vbnet listing registry i have a start key HKEY_LOCAL_MACHINE i want listing all subkeys ?
|
| Can't invoke IE8 anymore | 28 Aug 2008 17:35 GMT | 1 |
Please note this is a cross-post from microsoft.public.internetexplorer.beta: I've just installed IE8Beta2 and now can no longer instantiate IE through VBScript with the line: Set objIE = CreateObject("InternetExplorer.Application")
|
| Connect to DB | 28 Aug 2008 16:59 GMT | 11 |
Does anybody know how I can connect to a database from a script without having to configure ODBC or install any software? I plan to run the script on Windows 2000 Pro and Win XP machines. Regards
|
| Help with VBScript Timer | 28 Aug 2008 16:54 GMT | 1 |
I need to write a script that will time the download and upload of different size files or folders to a NAS. I am trying to put together data on upload and download times from different loactions.
|
| File Extension | 28 Aug 2008 15:17 GMT | 2 |
I have a script that removes files with specific file extension and the script works fine. Here is the script: strComputer = "." Set objWMIService = GetObject("winmgmts:\\" & strComputer & "\root\cimv2")
|