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 derfloh 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: *

  1. mikeprestim

    Darg and drop attachents from outlook

    Hi, I am trying to create a script to process file attachments from an email. I want to be able to drag the attachment from the email and drop it over the shortcut to the script. This will fire up the script and pass the attachment as a parameter. My script then processes the attachment. I have...
  2. mikeprestim

    TK Entry , color issue

    Hi I am not sure if any one can help me. I am creating a simple GUI to interface with another CAM tool. I need to make the interface have the same look and feel as the main CAM product. Everything looks fine apart from the 4 entry widgets which have a grey block around them which i cannot get...
  3. mikeprestim

    Database object not found error on msql

    Hi I have installed MS SQL server on my pc and created DB called test. I have also created my table to it. When i try and query the table i get an invalid object name error refering to my table. I know my table is spelt correctly and i can see the table in Enterprise manager. If i change the...
  4. mikeprestim

    c-shell editor

    Does any one know of a good text editor with c-shell syntax checking for windoze. Similar to kate on linux I have inherited an old large c-shell script to which i have modified however it runs wild. I am sure that somewhere an endif is missing but i cant find it. Some form of editor with...
  5. mikeprestim

    matching an expression with grep

    Hi I have an external file from which i need to see if the file contains the chrs $$exp. My code line is my $i = system "grep '$$exp' $ARGV[0]"; $i is 0 if true fails because $exp is not defined, but i do not want to i am checking for an explicit existance of $$exp in an external file. I...
  6. mikeprestim

    making a variable from another in C-shell

    Hi this is stupid i know but the syntax is killing me. I don't do much c-shell. Below is a small bit of code to simulate my problem. I am sourcing a much larger file that contains all the feeds and speeds for a CNC drill machine. I know the diameter as $RD_SZE I just need to match the line...
  7. mikeprestim

    Win32::Gui how to change font in DC?

    Hi I have been away from perl programming for a long while now and have started to look at win32::gui. I am creating a drawing application using DC. I can draw, add text etc, etc with no worries. My question is how do you set or change the text font before calling: $Screen->TextOut($txt_st...
  8. mikeprestim

    Unable to Compile 2.2.8a for UP10.2

    I am trying to install 2.2.8a on an HP10.2 machine. I currently run 2.07 but installed it from a binary, this is the first time I have tried to install from source. When I run the configure script after a few mins of what looks like positive activity I get the message ERROR: No locking...
  9. mikeprestim

    Reporting on xml files

    I have an xml file please see below. <part_data> <form> <sb_circuit_size> <circuit_dim_type> 2 </circuit_dim_type> <circuit_width> 219840000 </circuit_width> <circuit_length> 251430000...
  10. mikeprestim

    MAP network drive

    Is there a perl module or is there a way to map a network share using perl ?. even better also allowing connection with a different user name. I want to put this on a win98 setup. I do not want to do a system call to net Thanks Mike McMahon
  11. mikeprestim

    Routing and proxy server problem

    I have just added a win2000 server to our existing network. It has two NIC cards. One connected to our existing 10base T network on 10.0.0.13 address and the other to the new 100mb network as 10.0.10.1. All appears to work well until the proxy server on the existing nt server on ip 10.0.0.2...
  12. mikeprestim

    Finding PID of all processes running

    Is there any way in perl on Win32 to return a list of all process ID for all processes running and not a child of mine, or even catching one just by its name. Similar to csh ps -e | grep &quot;prog&quot;, I do not want to have to shell out to a csh script to do it. Thanks in advance Mike McMahon

Part and Inventory Search

Back
Top