Jump to content

prathapml

Patron
  • Posts

    6,616
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    India

Everything posted by prathapml

  1. prathapml

    XP SP1 ?

    Yup! /me tried installing XPSP1 on Windows ME - the **** things aren't compatible at all. MS needs to learn something.... (of course, you know this is just kidding, don't you?).
  2. That punch-line altogether dropped my jaw, imagine the shock those men received!
  3. ha ha ha....... all in good humour ppl.
  4. OMG! classic ones you won't find anywhere else.
  5. This is a good collection of the things I didn't know. They're cool!
  6. That's a good one....
  7. LOL, don't show this pic to my pet cat!
  8. You gotta go write poetry......
  9. OK, now I get it....
  10. u talkin' about "vaastu" ?
  11. ROTFLOL Why have these gone out of circulation?
  12. prathapml

    Undies

    This one's gotta be a sports event everyone's gonna love.
  13. For those who came in late....... Let it be known that many of the same things are being passed off as indications of living in the year 2004.
  14. I second that!
  15. LMAO, good letter - who drafted it?
  16. OMG, that's funny! Aaargh!! Not until I understand what makes it so!
  17. Oh my gosh, these are good.
  18. Does look that way to me as well! Probably he's going to come back later and edit it to contain it in the entirety.
  19. Why did you *HAVE* to have dinner!? LOL, you are unbeatable.
  20. Use "/QB" instead of "/QN" (atleast during testing). That way, you'll get an on-screen diag-box if anything is wrong during install. Do check that out and report back on what it says. Also, you might like to un-install your current Anti-Virus, and install the SAV9 (which you are attempting to unattend) in the normal way while windows is fully operational - then you'd know if there's been any file-corruption.
  21. @Alanoll- No probs now, sorted into its own topic. Here we go... A starter-pack, (sort of) for igniting the loads of posts which are inevitable. Shoot away questions, and new releases here.
  22. Silently installing it has been no problem - search the forums for "Acronis". But pre-configuring it and making backups - no, not seen any info relating to that anywhere, shall report it here when I do get any info.
  23. No, it won't necessarily look for the directory. And yes, it'd be a better option to look for "C:\WIN51IP.SP2" than any other.
  24. Heya there, Some code from my old batch-files, might help you in your requirement, or give you an idea of what to modify: @echo off TITLE Registering Installed Programs COLOR 85 ECHO. :LOOP SET Choice= SET /P Choice="Do you want to register installed programs ? (Y/N)" IF NOT '%Choice%'=='' SET Choice=%Choice:~0,1% ECHO. IF /I '%Choice%'=='Y' GOTO Auto IF /I '%Choice%'=='N' GOTO Plain ECHO Please type Y (for Yes) or N (for No) to proceed! ECHO. GOTO Loop :Plain ECHO Installed Programs were not registered >> %systemroot%\Temp\instTime.log ECHO Finished. GOTO END :Auto ECHO Open Opera browser and register it now..... start /wait %systemroot%\custom\opera7.exe ECHO Open UltraISO and register it now..... start /wait %systemroot%\custom\UltraISO.exe ECHO Finished. GOTO END :END ECHO. EXITMaybe setup a chain of .cmd files. Run a main.cmd which then calls the rest one by one.... You get the drift. Upto you to utilise if it seems good.
  25. Command-line tools are your best bet for these kind of tasks. Open a CMD window, and type net /?Then start using what you want of those commands.
×
×
  • Create New...