Jump to content

I want to load a file .img that this within a folder


BaUDi0

Recommended Posts

Hi boys, I want to load a file .img that this within a folder..

This is the sample of my boot, for boot archive SAMPLE:IMG

onkey 6 run SAMPLE.IMG ..................................this run Ok

onkey 7 run /MYDIR/SAMPLE.IMG ...................This file not found :(

please, the correct line on key 7 for run the file SAMPLE.IMG that this in the dir MYDIR?

Sorryfor my english

Edited by BaUDi0
Link to comment
Share on other sites


Ooh, I'm not sure :unsure: .

Try using backslashes instead of forwardslashes...

onkey 7 run \MYDIR\SAMPLE.IMG

or change dir first

onkey 7 goto sample

:sample
cd MYDIR
run SAMPLE.IMG

I'd also suggest checking out the nu2 site ;)

-kof94

Edited by kof94
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...