MSFN Forum: cdshell file not found error - MSFN Forum

Jump to content



Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

cdshell file not found error Rate Topic: -----

#1 User is offline   m1kehunter 

  • Group: Members
  • Posts: 1
  • Joined: 07-January 05

Posted 08 January 2005 - 06:37 PM

When debugging cdshell.ini using cdshw.com I get an error after I try and select either Windows XP Professional Corporate or Windows Server 2003 Enterprise. The error I receive for Win XP is:

Error: File not found
[command: chain] [line: 28.2] [file: cdshell.ini]

the error for Win Server is the same except the line is 29.2 as opposed to 28.2

I've placed and astrix after the problem lines for easier reference.

boot:
cls
print "\n"
print "Press Enter to boot from DVD... \n"
getkey 5 boot 0x80
if $lastKey == key[enter]; then goto menu
# When no key found...
goto boot

# Printing the Interface
menu:
set textColor= color[grey on black]
set boldColor= color[cyan on black]
cls
print c "\n\cXXÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ \n\n"
print c "\cXXAdvanced Multi-Boot DVD \n\n"
print c "\cXXÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ \n\n"
print "1) Windows XP Professional Corporate \n"
print "2) Windows Server 2003 Enterprise \n"
print "\n"
print "Q) Quit to Command Prompt \n"
print "R) Reboot \n"
print "ESC) Boot 1st Harddisk \n"
print c "\n"

MainKey:
getkey 20 boot 0x80
if $lastKey == key[1]; then chain /PRO1.DAT *
if $lastKey == key[2]; then chain /3ENT.DAT *
if $lastKey == key[q]; then end
if $lastKey == key[r]; then reboot
if $lastKey == key[esc]; then boot 0x80
goto menu
end


This is driving me crazy....any help would be greatly appreciated.


#2 User is offline   aadipa 

  • Newbie
  • Group: Members
  • Posts: 45
  • Joined: 25-November 04

Posted 09 January 2005 - 12:31 PM

m1kehunter, on Jan 8 2005, 06:37 PM, said:

When debugging cdshell.ini using cdshw.com I get an error after I try and select either Windows XP Professional Corporate or Windows Server 2003 Enterprise.  The error I receive for Win XP is:

Error: File not found
[command: chain]  [line: 28.2]  [file: cdshell.ini]

the error for Win Server is the same except the line is 29.2 as opposed to 28.2
.....
if $lastKey == key[1]; then chain /PRO1.DAT  *
if $lastKey == key[2]; then chain /3ENT.DAT  *
.....

This is driving me crazy....any help would be greatly appreciated.

I am having simillar problem

I am using CDshell with BCDW 2.0 plugin

The CD Image works perfect in Virtual PC 5.2
So i burnt it to CD.

Now I am getting the same error File Not Found

Also while i got dropped to console, i tried dir command
the dir command was not able to show any containt. :o

This must be the problem.

While all the files on CD are perfectly accessible while under Windows/DOS then why the CDShell cann't access the files?

#3 User is offline   BrandonS_Mil 

  • "You were the chosen one...."
  • PipPip
  • Group: Members
  • Posts: 197
  • Joined: 20-October 04

Posted 12 January 2005 - 03:01 AM

I had that problem with a different command....

I fixed it by copying all of the fonts, and modules from cd shell... then it worked... hope this helps....

#4 User is offline   aadipa 

  • Newbie
  • Group: Members
  • Posts: 45
  • Joined: 25-November 04

Posted 16 January 2005 - 07:26 PM

BrandonS_Mil, on Jan 12 2005, 03:01 AM, said:

I had that problem with a different command....

I fixed it by copying all of the fonts, and modules from cd shell... then it worked... hope this helps....

i have all files in place. but still same error.

also why did the image/cd runs perfect on virtual pc and dont work on real pc?

i tried to boot from the cd i burnt, but it didn't work
but same cd i can capture in virtual pc and boot/install perfectly.

#5 User is offline   Nobile 

  • Newbie
  • Group: Members
  • Posts: 18
  • Joined: 30-November 04

Posted 17 January 2005 - 04:07 AM

Burn the cd or make *.iso file and then works

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy