Hi,
> i wrote a script to partition the hard disks after installation.
> I' using it like this in my config.pl
> $u->{'_meta'}->{'bottom'} = "%Z%\\bin\\partition.pl --disk 0
> --partition 2 delete;%Z%\\bin\\partition.pl --disk 1 --type
> primary --size 40960 --letter d create;"
> Has anybody an idea how to solve this problem?
Create a batch file that runs each of the commands you need, then set
that batch file as the "bottom" script.
Eg:
$u->{'_meta'}->{'bottom'} = "bottom.bat"
Bottom.bat:
%Z%\bin\partition.pl --disk 0 --partition 2 delete
%Z%\bin\partition.pl --disk 1 --type primary --size 40960 --letter d
create
Regards,
Mark.
-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.
Get Certified Today * Register for a JBoss Training Course
Free Certification Exam for All Training Attendees Through End of 2005
Visit http://www.jboss.com/services/certification for more information
_______________________________________________
unattended-info mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/unattended-info