Jump to content

Sunil

Member
  • Posts

    585
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by Sunil

  1. Hey b0r3d, do you need documentation for this thing, i could help, need to figure out the particulars first, but would be glad to help..
  2. Barts Web page has the tools to create the old fasioned windows 98 disks.. http://www.nu2.nu
  3. Dude are u sure that its not your refresh rate, had that same prob and that was the solution..
  4. Does the monitor support the higher resolution..??
  5. LOYAL TO INTERNET EXPLORER AND MICROSOFT
  6. Come on Guys, figure out the name of the modem (somehow) and get the drivers....PCI COMMUNICATIONS DEVICE ALWAYS MEANS MODEM
  7. You Dont have to actually use cmdlines.txt, you can use the batch script and create it, and this account would automatically login once it does not have a pass....
  8. I stand corrected, sorry
  9. The compress.exe tool i cannot find this does it come with the cab toolkit under the name makecab.exe
  10. Linkin Park and Evanesence
  11. Is it possible that you do a system restore
  12. So did it work
  13. @ECHO OFF SET MyInput= IF NOT '%1'=='' GOTO QUIT_MENU ECHO 1. MS-DOS Editor. ECHO 2. MS-Windows. ECHO 3. Defrag the hard-drive. ECHO 4. Quit. SET /P MyInput=Please choose a menu option: IF %MyInput% == 4 GOTO QUIT_MENU IF %MyInput% == 3 GOTO DEFRAG_HD IF %MyInput% == 2 GOTO RUN_WIN IF %MyInput% == 1 GOTO RUN_EDIT :RUN_EDIT CALL EDIT :RUN_WIN CALL WIN :DEFRAG_HD DEFRAG c: :QUIT_MENU This will work. This code works but unfortunatly when you finish using option 1,2 or three it automatically runs on the the next option, this is a revised one which automatically goes back to the menu when finished.. @ECHO OFF :START SET MyInput= IF NOT '%1'=='' GOTO QUIT_MENU ECHO 1. MS-DOS Editor. ECHO 2. MS-Windows. ECHO 3. Defrag the hard-drive. ECHO 4. Quit. SET /P MyInput=Please choose a menu option: IF %MyInput% == 4 GOTO QUIT_MENU IF %MyInput% == 3 GOTO DEFRAG_HD IF %MyInput% == 2 GOTO RUN_WIN IF %MyInput% == 1 GOTO RUN_EDIT :RUN_EDIT CALL EDIT GOTO START :RUN_WIN CALL WIN GOTO START :DEFRAG_HD DEFRAG c: GOTO START :QUIT_MENU
  14. Guys, is there any program/how to out there that will explain the procedure on how to integrate the updates into the windows cd, WINCDMAN does this but i would lik eto know how it does it
  15. Cant really help you there, sorry
  16. I dont think that this will work because the installation of NSW demands a restart..
  17. I think the problem most individuals find with the inf files is that it is a mite complicated and you are proned to make mistakes easily.
  18. Hey, there is no real problem with the order you chose, however some of the hotfixes are already included in sp1 so you could install the updates first and then sp1, its entirly up to you.
  19. Guys, all the files go into the $OEM$ folder along with CMDLINES.txt eg the updates.com script file and all the files it refrences fgoes into the folder with it.
  20. Kool, thanks AaronXP
  21. Hey Guys, are there any sites available out there that i can download all the patches for windows Xp in one giant file.
  22. What I think it needs, is that the system be restarted, so check that out and then proceed to the installation of the Norton System Works
  23. Could you be a bit more clear on the prob
  24. I dont think so, because Outlook Express comes with IE so you hav eto figure out a way to disable it this way.
×
×
  • Create New...