Jump to content

jondercik

Member
  • Posts

    443
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by jondercik

  1. Why not jsut run the server applications as a service?
  2. You must first run the program to extract the contents, then burn that image to cd.
  3. You needed to have the array created at install time and install the drivers then via F6. When you create the array it changes what type of drive it is and what type of drivers it needs.
  4. You cant. That is the built in limitation with Windows XP. If oyu want more than 10 users buy server.
  5. Would it be possible for Xplode to execute two different programs but only show one item in the dispaly screen? The reason I am asking is that I want to install some programs then make registry tweaks after. It would just clutter the screen up if both of these were shown.
  6. You could always just try setting your home computer/network for a static outside address.
  7. %SystemFolder% doesnt exist, it is %systemroot% %AllUserProfile% Ok What About 1, Program Files is %PROGRAMFILES% 2, Current User is %USERPROLFILE% 3, System Drive is %systemdrive% 4, etc If you go to a cmd window type set|more to see all system variables.
  8. You can use Partition magic to create and resize partitions on the fly. What I would personally reccommend though is to buy an external USB hard drive and copy everything to there. Easy and fast.
  9. Why not jsut use WSH to copy the files since you are already using that language?
  10. I would but my disc is 99.9% finished and this is the last step that would finish it off.
  11. I have a copy of my I386 folder under $OEM$\$1\. Is there a way to have setup use that I386 folder booting from DVD so after textmode there is no more need for the DVD?
  12. Hardware firewalls are much better than software firewalls.
  13. Create a vbscript logon script that contains the following code Option Explicit Dim oNetwork, sPrintPath Set oNetwork = CreateObject("WScript.Network") sPrintPath = "\\server\printer" oNetwork.AddWindowsPrinterConnection sPrintPath
  14. This wont test the drivers though. To test the drivers you will need a physical machine.
  15. Wouldnt an easier way to do this be to use a hardware router?
  16. Sounds like a switch problem to me
  17. Cant find the key.
  18. Does anyone know how to automatically select Set it and forget it for Diskkeeper Workstation on install?
  19. If you arehaving trouble with spaces set that string to a varibale before you use it. Example SET INSTALLDIR="c:\some folder name\other folder"
  20. Newer versions of Office create a virtual printer to which you can print documents into a MS format. it is called the Microsoft Office Document image writer. Try it out.
  21. Best bet to ensure everything works correctly is to just start from the SP 1a disc again.
  22. Have each command in the batch file write to a file with the >> operator. For example dir >>dir.txt will dump the outcome of the directory command to the file dir.txt in the current directory.
  23. There is no way to log on in that stage of Windows that I know of.
  24. Just use cmdlines.txt its easier.
×
×
  • Create New...