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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by tomavery

  1. tomavery

    Is this valid?

    Is this valid XML? Microsofts .net keeps choking on it or I am not handling it correctly. <?xml version="1.0" encoding="UTF-8"?> <Request/> Where request is the root element. Thanks Go Canucks! (rabid Vancouver Canucks Fan)
  2. tomavery

    zmodem over tcpip

    I know i have done this before i can't find what I did before. Basically I want to dial into an isp type source to connect tcpip and then initiate a bbs session so I can use zmodem to mimic what dial up direct users do. Any ideas. Thanks! Go Canucks! (rabid Vancouver Canucks Fan)
  3. tomavery

    user has left, and has left files checked out.

    I have a user that has left the project, and he has files still checked out, what can I do as admin? Thanks. PS I deleted him as requested. Go Canucks! (rabid Vancouver Canucks Fan)
  4. tomavery

    using &quot;command&quot; to get a console command line parameter

    I know this is not an answer, because it is microsofts new security initiative. We put the executables on the users machine that had mapped the drive and had rights and copied out to the map with our data. No problem then. That doesnt work if you want everyone to be able to hit it from the...
  5. tomavery

    How to update a macro?

    I have users that have a macro they use we need to update but they are not trustable in the macro edits and I can't get to them is there an easy way to replace a macro in the personal.xls? Go Canucks! (rabid Vancouver Canucks Fan)
  6. tomavery

    links for html and non html in email

    When I send out an asp email I want to send the following http://myserver/myservice.asmx/mycall?myparm='123456' (This shows up as an incomplete link) http://myserver/myservice.aspx/mycall?myparm=&quot;123456&quot; (this shows up with an extra ; for some reason i dont have it typed in there...
  7. tomavery

    sbs and vpn

    Oh yes I forgot one thing that may make things a bit mucky. I have a dynamic IP which drives me nuts but it works with www.no-ip.com as the dns. Go Canucks! (rabid Vancouver Canucks Fan)
  8. tomavery

    sbs and vpn

    I have a small home network on a linksys befsr41 and would like to make my sbs server in the dmz a vpn server so someone else can play around with the web page and we can retrieve files securely. Will the Sbs server do this? and is this a dumb thing to do security wise. Thanks for any advice...
  9. tomavery

    I want a way to test my word hyperlinks in .doc

    I would like to test all my hyperlinks in a word.doc. Is there a menu item I am missing or is this a macro item? Thank you. Tom word 97/2k/2002 Go Canucks! (rabid Vancouver Canucks Fan)
  10. tomavery

    Conference Room Calendars Intranet.

    All our users have access to our conference rooms which are actually users with viewable boxes. We use their (the conference rooms) calendars for scheduling. Is there a way to see these calendars as a web page I would like to create a &quot;view&quot; that can show the multitude of them in one...
  11. tomavery

    local admin cannot stop system started process

    This did it. //code bastardized from an unknown author. //use with caution as any process you kill may cause instability #include <windows.h> #include <stdio.h> #pragma hdrstop // killp forces a kill -- it will attempt to enable SeDebugPrivilege // before opening its process handles, allowing...
  12. tomavery

    local admin cannot stop system started process

    I tried with the domain admin and i cant stop it either. The user has his own domain and says he can as local admin. I think this is process related. Go Canucks! (rabid Vancouver Canucks Fan)
  13. tomavery

    local admin cannot stop system started process

    I have a local admin who cannot stop and start local processes that have been started by SYSTEM. Is there any policy settings that will allow this. Thanks. Go Canucks! (rabid Vancouver Canucks Fan)
  14. tomavery

    instsrv // srvany // autoexnt

    This is driving me nuts. (windows 2000 / server not DC) I want to map a drive to the DC and have used the instsrv and srvany process. No dice, .. I can start notepad.exe in the background all day long. instexnt install does its thing with a net use in the autoexnt.bat and still it wont map...
  15. tomavery

    win2k Drive map at server with no login just boot.

    Let me followup to this. I tried the instsrv routine at http://www.pyeung.com/userdefinedservice.html and looked at and followed the Q137890 tip. Neither would work for anything. I tried with a .bat file that does an ip mapping net use Q: \\192.168.1.1\apps tried net use Q: \\myserver\apps...

Part and Inventory Search

Back
Top