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: confusedtekguy
  • Order by date
  1. confusedtekguy

    JTable display problem

    Thanks stefanwagner! The problem was in the way I was declaring and filling the data array. Once I set ROWS and COLS to static final, it worked. I don't really need to use decimal for extra precision, since this is for refrence only. But the problem that I'm having now is that the number...
  2. confusedtekguy

    JTable display problem

    Hi all I'm having a problem displaying an array of double into a JTable. The double array ammortize[][] contains 360 rows of 4 columns of mortgage calculations, and I'm looking to display it in JTable, by using a decimal formatter to format the data and save the formated strings in an Object...
  3. confusedtekguy

    winlogon.exe 100% CPU usage win2k

    Having this problem with winlogon.exe that's grabbing all the CPU time and increasing memory usage untill it's over 100mb and system goes low on mem. OS is win2k with all the updates and patches. I've ran spybot with latest patches, ran ad-aware with latest patches, symantec security scan, NAI...
  4. confusedtekguy

    Win 2k3 SBS how to restore files

    One of the files we have on the server was modified and all of it's contents were deleted and saved, and we don't have it on the back up and have no idea who modified it. Is there a way restore a particular file on win2k3 SBS, or to see who modified it last? Thanks for your help
  5. confusedtekguy

    Migrating from webmail to SBS Exchange 03

    We currently have a domain registered with LionsInc, they run our website and host our webmail. Is it possible to migrate webmail accounts and run everything from our SBS Exchange 2003? We are still going to have LionsInc host our website, it's only the email that I need to migrate. If it is...
  6. confusedtekguy

    Outlook blocked access to the following potentially unsafe attachments

    Have you tried going to outlook tools->options->security and taking off the check box where it says "Do not allow attachements to be saved or opened that could potentialy be a virus"
  7. confusedtekguy

    Changing Domains, how can I keep user's settings? Help!

    Hi, I'm setting up win2k3 server in it's own domain and then transfering all my NT domain computers to the newly created domain. All the computers run win2k, and with the transfer they get a brand new my documents folder under c:\Documents and Settings\username.newdomain\My Documents. All...
  8. confusedtekguy

    Migrating user accounts from NT to 2003 on same domain

    Hi, I have a network set up where both NT and 2003 server are PDCs. 2003 has DHCP, DNS, WINS, etc on it, NT is our old server. NT also has all the user accounts and groups on it, I was going to demote it with UPromote tool, but before I needed to migrate all the user accounts from it. I tried...
  9. confusedtekguy

    Spybot

    Thanks a lot for the info guys, been using spywareblaster for a week now and spybot is coming up with 0 found addware programs.
  10. confusedtekguy

    Spybot

    This is a question to spybot users. Every time I run spybot on my system, it finds some spam hidden deep in my registry. I'm curious, is there any free software I can use that permanently blocks these advertising sites? Advertising.com, doubleclick, gator, and Hitbox are the most common...
  11. confusedtekguy

    Cant open files in Excel

    That fixed it ken, thanks! Here's a star for you
  12. confusedtekguy

    Cant open files in Excel

    yes, it says exactly that
  13. confusedtekguy

    Cant open files in Excel

    Klee14, unfortunately that did not work for me, although it seemed like a logical solution. mscallisto, here's the contents of my autoexec.bat - which is basicaly nothing. @ECHO OFF REM ==AUTOEXEC END USER IN DOS MODE== REM REM == END AUTOEXEC
  14. confusedtekguy

    Cant open files in Excel

    No, still same problem!
  15. confusedtekguy

    Fax sever 2003

    Has anyone used this in win2k3? Can it handle DiDs, would it sort it out through outlook?
  16. confusedtekguy

    How to excecute xcacls from vbs script?

    Ok, I got it... I think: cmd=Chr(34)&"\\smcd1\Resource kit\xcacls"&Chr(34) arg="F:\users\%USERNAME% /G SMC\%USERNAME%:F administrators:F" Set Sh = Wscript.CreateObject("Wscript.Shell") Sh.Run cmd&" "&arg,1,False Wscript.sleep 500 Sh.SendKeys...
  17. confusedtekguy

    How to excecute xcacls from vbs script?

    Ok, I got it... I think: cmd=Chr(34)&"\\smcd1\Resource kit\xcacls"&Chr(34) arg="F:\users\%USERNAME% /G SMC\%USERNAME%:F administrators:F" Set Sh = Wscript.CreateObject("Wscript.Shell") Sh.Run cmd&" "&arg,1,False Wscript.sleep 500 Sh.SendKeys...
  18. confusedtekguy

    How to excecute xcacls from vbs script?

    Oh, the error is "Object doesn'T support this property or method: 'Sh.Sleep'"
  19. confusedtekguy

    How to excecute xcacls from vbs script?

    I ran that, but I'm getting an error on the Sh.Sleep line. When I comment it out, it runs but still get the same Y/N prompt.
  20. confusedtekguy

    How to excecute xcacls from vbs script?

    That worked perfectly! One thing though... when I run the script, xcacl.exe comes up with the prompt "Do you wish to continue (Y/N)?" and I have to type in "y" for it to continue, is there a way to do that from the script?

Part and Inventory Search

Back
Top