-
Can Run commands if directory name is too long!
I am not hitting ctrl+C. It is doing all by it self. As I said if I do start /wait "%programfiles%\winrar\hotfix.exe"this line opens an other command window titled hotfix.exe when I close it gives the "^CTerminate Batch Job? Y/N" message. And the machines does not hung up...
-
nLite - Windows reduction tool
This thing is great. Thx for it
-
Explorer Status Bar + View Icon + QuickLaunch
I was going to ask same thing about quicklaunch, how do I activate it ? and how do i copy shortcuts in it ?
-
Can Run commands if directory name is too long!
can anyone help me with this ?
-
How can I create an account with admin rights?
U just have to put this in cmdlines.txt [COMMANDS]"useraccounts.cmd"I also would like to hide Administrator account. Can any one help with the reg key ? and where to run it ?
-
How can I create an account with admin rights?
http://unattended.msfn.org/xp/autologon.htm follow these steps they work perfect for me. Dont forget to look at the final steps.
-
Can Run commands if directory name is too long!
been there done that. that line opens an other command window titled hotfix.exe
-
Can Run commands if directory name is too long!
I also tried both didnt work ECHO.ECHO Example...ECHO Please wait...start /wait %programfiles%\winrar\hotfix.exeWhen it is like this it give this error "Windows cannot find 'c:\program'.Make sure you typed the name correctly....." ECHO.ECHO Example...ECHO Please wait...start /wait "%systemdrive%\program files\winrar\hotfix.exe"When it is like this it give this error "^CTerminate batch job <yes/no>?" anyone have any suggestions ?
-
Can Run commands if directory name is too long!
THX a million
-
Can Run commands if directory name is too long!
I am trying to run an exe under \program files\winrar\hotfix.exe with [GuiRunOnce] %systemdrive%\install\progs.cmd I tried ECHO.ECHO Example...ECHO Please wait...start /wait %systemdrive%\progra~1\winrar\hotfix.exeand ECHO.ECHO Example...ECHO Please wait...start /wait %systemdrive%\program files\winrar\hotfix.exeboth didnt work. Is there a way to make this thing run ?
-
help with winnt.sif
I did copy them thx for the help
-
help with winnt.sif
Thx for your reply I cant copy WIN51IP, and WIN51IP.SP1 files from cd. Can you send them to me to this mail ? aozben@bilgitas.com
-
help with winnt.sif
I am trying to make my XP setup unattended but i got a msg that says "Please insert the disk labeled Windows XP Professional Service Pack 1 CD into drive A:" I copied winnt.sif under \I386 and my winnt.sif looks like this ;SetupMgrTag[Data] AutoPartition=0 MsDosInitiated="0" UnattendedInstall="Yes" [unattended] UnattendMode=FullUnattended OemSkipEula=Yes OemPreinstall=Yes TargetPath=\WINDOWS FileSystem=* UnattendSwitch="yes" WaitForReboot="No" [GuiUnattended] AdminPassword="*****" EncryptedAdminPassword=NO OEMSkipRegional=1 TimeZone=130 OemSkipWelcome=1 [userData] ProductID=*****-*****-*****-*****-***** FullName="Alfa" OrgName="Manowar" ComputerName=alfa [Display] BitsPerPel=32 Xresolution=1024 YResolution=768 Vrefresh=72 [RegionalSettings] LanguageGroup=6 [identification] JoinWorkgroup=manowar [Networking] InstallDefaultComponents=Yes [Components]msmsgs=off [GuiRunOnce]%systemdrive%\install\progs.cmdWhat might i be doing wrong ? I am testing it with WMware... THX