iMPdos sector editor exists since the first version with using the
|ed instruction.
Try
|hlp to discover how it works.
This time, i added two others possibilities.
In the previous one, you could only use
|ed,ab,c
a=sector num
b=cylinder low
c=cylinder hight
for example to look at root sector on iMPdos, just try
|ed,&201,0 ; Partition 1 only
Now, you could directly see wherever you are.
For example, ùP1:ùcdx,"games" - Partition 1 selection and Current Directory is "Games". Of course this subdirectory must be on your x-Mass.
Then try :
|ed
This instruction will connect your sector editor on "Games" sector.
|ed,"filename"
this instruction will connect this file on your sector editor.
You will discover these one soon.