Jump to content

phiban

Member
  • Posts

    17
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Ireland

Posts posted by phiban

  1. hi all,

    Basically I need your advice on some programming issues. I have class called Create_Packet which takes in values from the Main Form. The information is a mix of three Integers, a Byte array(The byte array has a string stored in it) and a Long. Is there a way that i could take all these values and store them in an object(or what ever would be best) and place it in a Queue once its removed from the queue, read back the information in another class called Read_Packet? If it would be possible for the other class to read the information back, how would it retrieve the information, any examples would go a long way

    (Please bear in mind im just getting into programming now so if an object is what should be used here, please let me know why)

    Any help would be most welcome

  2. Can you post the code for the VBs so we can see what could be wrong with it?

    With regards to the Scheduled task, try using the AT command (at a command prompt), if you can create a working shutdown task from here then scripting a batch file should be no bother to deploy to you 500 PC's.

    Also can you explain what you mean by PC numbers?? Do you mean IP addresses?

  3. cheers, i was actually looking in there but didnt check the parameters tree lol mmm....how would one pull this info out? also how would i know which interface id it was, without actually going through the list?

    P.S Sorry about the additional questions :blushing:

  4. Hey guys! (Another Question).

    Just wondering in xp or any other version, if i have my machine which gets its IP from a DHCP server, can i retrieve it from the Registry?

    Basically Im writting a app which gets the machines IP address, which then gets sent to a database.

    Any idea's how i could get the IP address? would it be in readable form, as in a string of ints?

    thanks!

  5. Does anyone know a command which i can use to view a machines product key?

    A little background info:

    Im developing a application for my companies Network, which will retrieve a machines Product Key, also i need to know if its possible to change it?

    is there a registry location for the product keys? and if so can i simply change it and then have the user re-activate?

    Ta

  6. Hey all,

    Quick Question :)

    If i have two hard drives in my machine (Disk 0 and Disk 1), disk 0 has one partition "c:" with xp installed on it. On disk 1 i have two partitions "d:" and "e:".

    Can i run a unattend install of Server 2003 onto "d:" from my "c:"(i have the build copied in my c:)? if so how do i select to install to d: for example? would i use a command like

    c:\builds\server\i386\winnt.exe /unattend c:\unattend.xml /noreboot /installto d:?

    Any help wud be super!

×
×
  • Create New...