Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: mveilleu
  • Order by date
  1. mveilleu

    Start Webmin on Boot

    When checking /etc/rc.d/rc5.d (S99webmin) I have found that the S99webmin file does not exist. There is also not any /etc/sysconfig/daemons folder does not even exist. I checked to make sure I didn't have any firewall blocking port 10000. And running cat webmin in the pam.d directory gives me...
  2. mveilleu

    Start Webmin on Boot

    I have version 1.150 of Webmin running. I have selected the boot on start option in the services section of my computer configuration. I cna go into the terminal window and start webmin after the computer is booted, but it will not boot on the start of the computer. Hope this helps, Please...
  3. mveilleu

    Start Webmin on Boot

    I am having difficulties with starting webmin on the booting of my server. I am running Linux Mandrake v 10.1. Here is the errors I am seeing in the messages. localhost start: Starting Webmin server in /usr/share/webmin localhost webmin(pam_unix)[4512]: authentication failure; logname= uid=0...
  4. mveilleu

    Command Line Print

    I didn't think I could use the print command with a network printer but i finally got it working. Thank you
  5. mveilleu

    Command Line Print

    I am looking for a way to print a text file from the command line. I have tried the following. notepad /p textfile.txt And this works, but my problem is that this command only prints to the default printer. I would like to specify the printer name and then print the file. Thank you in advance!
  6. mveilleu

    Microsoft Excel

    I was wondering if there was a way to create a combo box in a cell that lists all printing devices on the machine. Any help would be appreciated. Thank You.
  7. mveilleu

    Folder Options

    I have a folder which is viewed by many different users on a Windows 2000 system. This folder is stored on a remote drive, but all users have a shortcut to this folder on their desktop. Is there any way to set the folder view to be the same for every users since I do cannot go set "Remember...
  8. mveilleu

    Log onto Authenticated Website

    That worked great, Thanks everyone! - Mike
  9. mveilleu

    Log onto Authenticated Website

    This is not a public page, but here is one that acts very similar. This is not an HTML form therefore you cannot post to any action scripts. Sendkey's seems to be the only way but can't get it to work. http://admin.foodscouter.com Thank you.
  10. mveilleu

    Log onto Authenticated Website

    Yes I can get the page to come up with the correct link. But then the log in screen prompts for a username and password. This is where I am getting stuck. Thank you.
  11. mveilleu

    Log onto Authenticated Website

    I think this may be because the focus is not on the Internet Explorer window. Is there any way I can change focus to that window? Thanks again.
  12. mveilleu

    Log onto Authenticated Website

    I have tried, but can't seem to get that working. Here is what I have for sample code. set objExplorer = CreateObject "InternetExplorer.Application") objExplorer.Navigate "path to site" objExplorer.Visible = true objExplorer.SendKeys "d{ENTER}" <--------- this won't work let me know if you...
  13. mveilleu

    Log onto Authenticated Website

    I need to log onto an authenticated website through VBScript so I may have the script download a few files. This log on is not through a regular HTML form, it is through a message box log on screen. I'm currently using the navigate function to get to the page, is there any way to automatically...

Part and Inventory Search

Back
Top