Everything posted by jondercik
-
Need a Lock Utility
Why not jsut run the server applications as a service?
-
Windows XP Pro x64
You must first run the program to extract the contents, then burn that image to cd.
-
new Raid and windows wont run
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.
-
LAN USER LIMIT 10
You cant. That is the built in limitation with Windows XP. If oyu want more than 10 users buy server.
-
Syntax Question
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.
-
I.P. Notifier?
You could always just try setting your home computer/network for a static outside address.
-
Variables For CleanUp.cmd
%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.
-
clean install
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.
-
using variables in file.cmd
Why not jsut use WSH to copy the files since you are already using that language?
-
I386 folder on HD
I would but my disc is 99.9% finished and this is the last step that would finish it off.
-
I386 folder on HD
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?
-
ZA and windows firewall (SP2)
Hardware firewalls are much better than software firewalls.
-
Install network printers via policies
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
-
Installing unattended iso on 2nd harddrive
This wont test the drivers though. To test the drivers you will need a physical machine.
-
XP(H) Networking ICS to Y2K(C)
Wouldnt an easier way to do this be to use a hardware router?
-
xp unattend rundll error -13
Sounds like a switch problem to me
-
Set it and Forget it
Cant find the key.
-
Set it and Forget it
Does anyone know how to automatically select Set it and forget it for Diskkeeper Workstation on install?
-
Explorer.exe when i install IE6 in a Runonce ex
running xp?
-
Support for spaces in RunOnceEx - Quotations?
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"
-
Microsoft Word with Pictures needed
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.
-
Question about Slipstreaming SP2/future revisions
Best bet to ensure everything works correctly is to just start from the SP 1a disc again.
-
*.CMD log
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.
-
Execute a .reg with svcpack ?
There is no way to log on in that stage of Windows that I know of.
-
Execute a .reg with svcpack ?
Just use cmdlines.txt its easier.