Hi does anyknow now if it is possible to find a serial # on a HP desktop or IBM R51 laptop using VB. I have been researching but hav no come across much. Is there anything in the WMI area?
Hi we are having issue with users logs filling up. Is there a way to have log rotate either locally or on the domain policy?
Or does anyknow where i can limit what is being logged on the default domain policy?
Thank you?
Hi new to VB I am trying something simple. To rename a exe if it exists. Eventually I would want to try and delete it. How my if else is not working.
I am getting a Line 2 end of statement expected error at char 57. Can anyone help me out.
Thanks.
If fso.FolderExists ("C:\Program...
Hi new to VB I am trying something simple. To rename a exe if it exists. Eventually I would want to try and delete it. How my if else is not working.
I am getting a Line 2 end of statement expected error at char 57. Can anyone help me out.
Thanks.
If fso.FolderExists ("C:\Program...
Hi. I am trying to play a mp3 file as background for a slide so. I setup each slide to 2 seconds and the song to loop and play automaticlly.
The issue I am having is that the slide does not go to the next one after 3 seconds. It seems to be waiting for the mp3 file to finish playing.
I have...
Hi. I am not sure if this is the forum to be asking this question.
I am trying to print more then 1 pdf file at a time in a directory using adobe reader 7.0.5 however it is not working.
I attempt to select all then do a file -> print, however only the first pdf document prints.
Does anyone...
Hello.
I have person whos mailbox I can not archive. OS XP pro Outlook 2003. I have attempted to do this on 3 workstations.
Attempting: to Archive items older then 2 months.
Setup everything properly for a fact, because I have done this a millions times, applied to all folders.
Issue...
Hi does anyone know how to do a run as from the command line for local area connection.
I am trying to turn off the firewall but power users do not have rights. Would like to do it by putting in my credentials so I dont have to log off.
Thanks.
Hello. I see some log files that are taking up 20 megs. How do I get rid of these, view them or work with them.
Using mysql 4.0.24
I have attempted the following:
E:\mysql2\bin>mysqladmin.exe -u root -p -v flush-logs
Enter password: *******
E:\mysql2\bin>mysqladmin.exe flush-logs -u root -p...
Hi I have successfully added a URL shortcut to a website in each users startup folder however I am wondering if this is possible via a vbscript. Does anyone have any reference for me. I am new at vb and do not know much.
Thanks.
Hi can anyone give me an example on how to indent a row in a table. Or maybe the entire table like a quater of an inch.
table{indent: 2em;}
do you think that will work?
Hi I was wondering was kind of rights a domain user needs to install any printer. I have put them in the Power users group however when installing USB printers it is asking for admin password. I also notice when I plug in a plug and play printer it find the printer however it prompts for an...
Hi wondering if I could use group policy to have a URL shortcut created on users desktop.
I found out where to add it to their favorites but wondering if desktop is possible.
Thanks.
Maybe I should try the VB script forum.
How would you start page numbering on page 4 rather then 2. I see the button that says "do not number first page" and have selected it, however page numbering always start on page 2.
anyway to change this.
Thanks.
I just get a blank screen. Connecting to a sql database.
-Dan
<?php
$connect = odbc_connect("dsn","username","password");
if (!$connect)
{exit("Connection Failed: " . $connect);}
$sql = "SELECT * FROM userconfig";
$rs = odbc_exec($connect, $sql);
while($result=odbc_fetch_array($rs))...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.