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 TouchToneTommy 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: whughesiii
  • Content: Threads
  • Order by date
  1. whughesiii

    Retreive file sizes from multiple network shares ASP.NET C#

    Greetings all, I am a complete beginner programming ASP.NET and using Visual Studio. I have programmed with PHP and MySQL for quite some time so I am not a complete programming noob. My current application is being written in ASP.NET and entering/pulling data from an existing MySQL database. My...
  2. whughesiii

    Setting up 3 - 4 monitors with same screen displayed

    I have a task of figuring out how to get Windows 7 hooked up with up to 4 monitors, and have each monitor display the same thing. What we are looking to do is have a PC in our many locations that is hooked up to 3 or 4 monitors to display a PPT show of advertisements. I have 3 monitors hooked up...
  3. whughesiii

    Windows 7 DHCP Issue

    Greetings, I have a Windows 7 PC that is not pulling an IP Address from the correct DHCP server. We have multiple floors in our building and each floor is serviced by it's own DHCP server. The problem is, the computer is on the 5th floor and is pulling from the first floor DHCP server. I have...
  4. whughesiii

    Check for existence of app

    Greetings I am writing a batch script to install some software automatically, however I want to be able to check for the existence of said application before installing. Is there any way to look for such a thing?
  5. whughesiii

    Trouble with forfiles command

    I have a network drive that I copy SQL backup files to. The SQL version is an express version so I have to use a batch script to create the backup locally and then copy the files to the network drive. Any how, I am trying to use forfiles to remove any data older than 2 days so that the folder...
  6. whughesiii

    Assistance needed with data from form

    Good day all, I have a web form that shows a table with some default data and text boxes where I input other data. My code for this form is as follows: function post_backup($post1,$dt) { if(isset($post1)) { ?> <form action="../sql/process.php" method="post" name="sql_form1">...
  7. whughesiii

    move command in batch script will not work when run as scheduled task

    Greetings all, I have a bat file that I use to make a backup of an SQLexpress database. The backup is done to a local disk. I then initiate a move command to move the files to a shared folder on another system. For some reason when running it via a scheduled task, the move command either doesn't...
  8. whughesiii

    Unable to print to local printers

    Greetings all, I have a peculiar issue. We have at our location a Citrix Metaframe setup to host a couple of apps that some of our people use. The issue we are having is that the people who are running windows 7, are unable to print to their local printer when running these apps. I was hoping...
  9. whughesiii

    Troubles with a Laserjet 4200 not indicating tray out of paper

    I have a laserjet 4200 at a location. The printer is configured in windows to only print to the manual feed tray (it does have other physical trays but settings are set to not installed). It show's no other trays as available to print to. In the advanced printing preferences, I setup printing to...
  10. whughesiii

    Troubles installing printer software

    I have a laptop running Windows 7 32-bit Enterprise with BitLocker encryption. I have an HP Photosmart D110 All In One device. Every time I try to install the software, it fails at the same spot. The error is MSI.netdevicemanager01 "Fatal error during installation Module C:\Program...
  11. whughesiii

    Trouble getting results from query in need of assistance

    I have an SQL statement. When I output the actual statement to the web browser I get this SELECT s.san_volume, s.snapshot_num, s.bu_date, v.index_num, v.volume, v.last_bu FROM san_backup_log as s, san_volumes as v WHERE s.san_volume = v.volume AND v.volume = 'ACCT-FS01-VOL1' AND v.last_bu =...
  12. whughesiii

    Looking for proper way to display data

    I have a web page I am developing for personal use maintaining backup logs. I have a mysql table called volumes which has fields (index_num, volume, last_bu) and another table called backup_log with fields (index_num, volume (which is a reference to the index_num of volumes), snapshot_num and...
  13. whughesiii

    Trying to teach myself Java

    Hey all, I have some experience with programming with Perl, PHP and a tiny bit of C++. I am trying to teach myself Java. Of course the book I am using doesn't have solutions to the exercises with explanations at all. On one exercise it says to take bits of code from the examples and make them...
  14. whughesiii

    Excel process not closing

    I have a user that whenever she exists out of excel, it does not end the process excel.exe. When she goes to shutdown her PC, it hangs with the end now option because of excel. Is there a way to make sure it is ended without going through task manager everytime. I have considered running a batch...
  15. whughesiii

    Word 2003 Prints Euro Symbol or blank space instead of checkbox

    I have a document created in Office 2003 SP3. When anyone running Office 2003 with or without SP3, the checkboxes in the document either print as the Euro currency symbol or as a blank space. Now, if someone running Office 2010 tries printing the same document, it prints fine. This issue is...

Part and Inventory Search

Back
Top