First  |  Prev |  Next  |  Last
Pages: 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78
How to call queued component from VBScript?
I'd like to create a simple VBScript to invoke a queued COM+ component written in .NET and I have no idea how to do that. How can one do that? While we are on the topic here are related questions: 1. How do I invoke standard COM+ component (not a queued component) from VBScript? 2. How do I put a message into ... 3 Aug 2008 23:17
calling win32 API from vbscript
For calling win32 api from vbscript and much more check www.vbs2exe.com for example to set the mouse in position 10 & 10 you simply use the below command XNHost.call "user32.dll", "SetCursorPos" , 10 , 10 Best Regards, Sa6ry www.xneat.com ... 24 Jul 2008 13:56
Script to view Outlook OLK folder
I am trying to use a script to open the Outlook OLK folder. The below will get close but it is not the correct folder. I still have to navigate to the real folder. Is there any way to switch folders of the explorer instance opened below to the correct folder? I know the folder, I just want to know how to switch... 2 Aug 2008 23:47
Delete files on remote computer
Hi, I have a script that use WMI to stop and delete service which works fine and then it should delete all files that contains %vnc% in the filename and for which the extension is EXE. It is working fine if the remote computer is a WinXP but if remote is Win2K, it does not work. What is wrong?? Here i... 24 Jul 2008 14:58
Print Queue Logging
Hi I would like to know if it's possible to write a script or a small program that takes all the info displayed in a print queue and puts them in a txt file. I was thinking to write this in VBS but i'm not sure if we can. Can anyone suggest in what language can this be written ? Thanks ... 24 Jul 2008 22:10
Error msg list or db. Newbie question.
Is there a database or list that tells you wath all the error messages mean when running a vbscript? I am trying to build a small script, but an error (0x80041021) occurs. I haven't got a clue what that error means. There must be some documentation that I can use in the futur, because I'm bound to make more e... 29 Jul 2008 05:28
how to get a OU full address from AD
I want get a full AD OU (e.g. computer) addess, how to do ... 29 Jul 2008 21:56
ListInstalledInstance method of SQLDMO.SQLServer2 object
Can someone give me an example of how I can use the method ListInstalledInstances of SQLServer2 object in VBScript? I need a list of all SQL instances installed on a server. Thx, Felipe ... 24 Jul 2008 03:40
Count lines in another VBS file
I would like to code a VBS file that counts all the lines in another VBS file by adding a CONST to the full file name of the target. Can someone help me with that? Thanks much in advance. ... 24 Jul 2008 19:06
Printers
In the fall all of my teachers will be getting their own laptops. So we'll be scrapping roaming profiles. To make my life easier (at least I think it will), I just want to add mappings to all of the networked printers in theif login scripts. 1. Lets say users manually set their default printer on their laptop... 23 Jul 2008 12:17
First  |  Prev |  Next  |  Last
Pages: 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78