I am trying to get my burn in test software to work with bart pe. I have been able to get the software built into bartpe but i would like to make an icon on the desktop or autostart the burn in software upon loading. Thanks.
Announcement
Collapse
No announcement yet.
Help with BartPE
Collapse
X
-
I have not tried this, but there are some instructions, examples and comments on setting up Autorun here:
http://www.nu2.nu/pebuilder/pluginhelp/autorun.htm
http://www.msfn.org/board/lofiversio...hp/t46546.html
Regards,
Ian
-
Ian,
Thanks for your help. I figured I would post what I found to work to help out anyone else needing to accomplish something like I was doing.
First thing was to create the auto run file. In the burnintest plug in directory you need to create a file. I used “AutoRun_burnin.cmd” for a file name. Inside this file I entered the following command line:
%SystemDrive%\Programs\burnintest\bit.exe -p -x -c v_test_light.bitcfg /r
Exit
I am loading a specific test file to run the system with this command line.
Once you have created the autorun file you will then need to enter the bit.inf file to add two lines. You will need to add the two following lines:
[SourceDisksFiles]
autorun_burnin.cmd=2
v_test_light.bitcfg=a,,1
After you have completed these changes the program should load once you build the BartPE disk or USB drive.
Pierre
Comment
Comment