Jump to content

Batch File Not Found C:/install/blah.cmd


Recommended Posts

Hey guys, i'm new in here and i searched for this problem but with no exact results so forgive me if it is already answered somewhere...

I created an unattended win XP cd following the guides in here but after trying it on Virtual PC, at the end is says "C:/install/batchFile.cmd" not found...i know i did exactly what was said but maybe i'm missing something... I placed the file in install directory below the $1 directory and included the [guirunonce] command in the wintt.sif file

Got any idea what's wrong?

TIA

Link to comment
Share on other sites


Warm welcom to our new member :hello:

I think that this is the error:

"C:/install/batchFile.cmd"

should be:

"C:\install\batchFile.cmd"

or:

"%SystemDrive%\install\batchFile.cmd"

Or is it a typo :P

Could you please attach a copy of your winnt.sif?

Link to comment
Share on other sites

Thanks for the welcome and fast reply:

Here is my Winnt.sif file:

;SetupMgrTag
[Data]
   Autopartition=1
   MsDosInitiated="0"
   UnattendedInstall="Yes"

[Unattended]
   UnattendMode=FullUnattended
   UnattendSwitch=Yes
   OemPreinstall=No                              <---- maybe this after all?
   OemSkipEula=Yes
   FileSystem=*
   WaitForReboot=No
   NoWaitAfterTextMode=1
   NoWaitAfterGUIMode=1
   TargetPath=Windows
   DriverSigningPolicy=Ignore
   NonDriverSigningPolicy=Ignore
   Hibernation=No

[SystemFileProtection]
   SFCQuota=0

[GuiUnattended]
   AdminPassword=*
   TimeZone=35
   OEMSkipRegional=1
   OemSkipWelcome=1
   EncryptedAdminPassword=NO

[UserData]
   ProductKey=*****-*****-*****-*****-*****
   ComputerName=ZEUS
   FullName="RevEng"
   OrgName="Mount Olympus"

[RegionalSettings]
   Language=00000409
   LanguageGroup=4,1

[Networking]
   InstallDefaultComponents=Yes

[Identification]
   JoinWorkgroup=Heaven_and_Earth

[Branding]
   BrandIEUsingUnattended=Yes

[Proxy]
   Proxy_Enable=0
   Use_Same_Proxy=0

[GuiRunOnce]
%systemdrive%\install\Nbatch.cmd

and i included Nbatch.cmd in N:\WinZeus\$OEM$\$1\install

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...