FBA error

G

Gianluca Facca

To change partition's letter on XPE I created a Runonce component containing
the file Change.bat wich executes a script on change.txt.

After FBA process the partition's letter did not change and I found an error
in fbalog.txt:

[FBALAUNCH]c:\Change.bat ( exitcode=0x3)

(If I execute Change.bat after FBA, the partition letter change)

Can anyone help me?
 
A

Andy Allred [MS]

"net helpmsg 3" = "The system cannot find the path specified."

Are you sure this is the correct path to the batch file? Is it possible the
batch file is referencing a path that is incorrect?

Andy
 
G

Gianluca Facca

The batch file contain the line :
diskpart /s change.txt

As the two file are in the same directory, i think it should work.
I just noticed that the script's name is Change.txt instead of change, can
it imply anything?

Andy Allred said:
"net helpmsg 3" = "The system cannot find the path specified."

Are you sure this is the correct path to the batch file? Is it possible the
batch file is referencing a path that is incorrect?

Andy
--

This posting is provided "AS IS" with no warranties, and confers no rights.
==========================================================


Gianluca Facca said:
To change partition's letter on XPE I created a Runonce component containing
the file Change.bat wich executes a script on change.txt.

After FBA process the partition's letter did not change and I found an error
in fbalog.txt:

[FBALAUNCH]c:\Change.bat ( exitcode=0x3)

(If I execute Change.bat after FBA, the partition letter change)

Can anyone help me?
 
B

Brad Combs

Hey guys,

Sorry about posting to the thread above I have a bad habit of reading them
in order, and apparently it was moved here.

Gianluca, do you have the CMD processor in your image? Also try a path like
%10%\changeletter.bat in your run-once instead of the hard coded c:\. Make
sure you move it to the Windows directory though :)

HTH,

Brad Combs
Imago Technologies

Gianluca Facca said:
The batch file contain the line :
diskpart /s change.txt

As the two file are in the same directory, i think it should work.
I just noticed that the script's name is Change.txt instead of change, can
it imply anything?

Andy Allred said:
"net helpmsg 3" = "The system cannot find the path specified."

Are you sure this is the correct path to the batch file? Is it possible the
batch file is referencing a path that is incorrect?

Andy
--

This posting is provided "AS IS" with no warranties, and confers no rights.
==========================================================


Gianluca Facca said:
To change partition's letter on XPE I created a Runonce component containing
the file Change.bat wich executes a script on change.txt.

After FBA process the partition's letter did not change and I found an error
in fbalog.txt:

[FBALAUNCH]c:\Change.bat ( exitcode=0x3)

(If I execute Change.bat after FBA, the partition letter change)

Can anyone help me?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top