Jump to content

DaveXP

Member
  • Posts

    1,272
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United Kingdom

Everything posted by DaveXP

  1. if you have two hard drives one of which never get formatted you could use the second hard drive for you programs this would be better as the drive letter should not change when you format. Or to setup up a second cd do this ECHO....Installing Your APPZ start /wait X:\install\office ECHO. put that in the main batch file just change the X:\ to your CD-Rom drive letter and the \install\office to the dir of the app you wish to install
  2. will do!
  3. Sounds great! Maybe we can host the file. MAking it available for all! |Drew| i also have a working hotfix list with all needed up dates.
  4. Here is some Javascript code for a clock that gets the time for the part of the world you live in. <HTML> <body onload = "tick()" text="#FFFFFF" bgcolor="#000000" > <script type = "text/javascript" > <!-- function tick(){ var now = new Date(); var offset = now.getTimezoneOffset(); var msg; switch(offset){ case 240 : msg = "East Coast"; break; case 300 : msg = "Central"; break; case 360 : msg = "Mountain"; break; case 420 : msg = "Pacific"; break; default : msg = "all"; } var hh = now.getHours(); if( hh <= 9 ) hh = "0" + hh; var mn = now.getMinutes(); if(mn <= 9 ) mn = "0" + mn; var ss = now.getSeconds(); if( ss <= 9 ) ss = "0" + ss; var tt = hh + ": " +mn+ ": " + ss; document.f.clock.value = tt; window.setTimeout( "tick()", 1000 ); } //--> </script> <form name = "f" > <font color="#FF0000"> <input name= "clock" type = "text" SIZE = "10"></font> Current Time</form> </body> </HTML> My first Javascript code
  5. You mean just like WMP9
  6. Whats winamp like i never used it before?
  7. anymore ideas.
  8. I Agree with bored it better to leave it on.
  9. :offtopic: :offtopic: :offtopic: :offtopic:
  10. hi
  11. Does it matter who start it as long as people show it other there hard work and ask for thing to be point out or just to show off or be big headed.
  12. well waht you could do is remove the setup files from the I386 dir but i would not recommended it because it would ask for them but if you could work out which file windows setup uses to list which files needed to be copyed and then change that file to remove windows media player from the list and then remove windows media player setup files form the I386 directory on the Cd that would work.
  13. That wasn't really much help... :/ true but you should check your Privacy options that can casue it. Does your Internet Brower Support .PNG files
  14. Its your internet options that are the problem something in there.
  15. if you know how you can remove everything but M$ hate people doing it so they dont tell you how to do it.
  16. it may be easyer if you just re formatt your HDD and start again if you already have a screwd up account. To move your programs that could be a problem becuase some of them will not work unless you re-install them as they make change to the registry which will not be in your new account. and yes you would always have to logo in to your new account
  17. to create a new users account in Windows XP to go control Panel then in control panel to go user Accounts then under pick a task choose Create a new account
  18. Where you download it from first and second try creating a new users account and see if that works.
  19. May we could be your own operating system for your PC's
  20. :offtopic: but does anyone have any idea how to list registry chages here is my current way any suggest for a better and easyer layout to it.
  21. it will be find has long has you dont have a power sugaer and your compuer goes BANG!!! Just Joking
×
×
  • Create New...