|
Answer» sorry... i've search around but i can't find.
my only question... can we edit filename.rom. for an example, move file1.rom file2.romEdit and move are two different things. Try again and explain exactly what you are trying to do.hi, there are different contents saved in filename1.rom filename2.rom and empty.rom.. what i want to do is that COPY the the filename1.rom into empty.rom.. and then copy filename2.rom into filename1.rom.. logically, i can even view things inside the .ROM how can i copy things like that.
please help me.. thanksCode: [Select]copy filename1.rom empty.rom /y copy filename2.rom filename1.rom /yThanks GuruGary...
so, i believed.. your answer is Yes, we can edit the .ROM FILE.. When you ask "can we edit filename.rom", if you MEAN "can we rename filename.rom" or "can we edit the NAME of filename.rom" the answer is yes. If you want to edit the contents of the file itself, it could be done with the debug COMMAND, but you need to know what you are doing.thanks GuruGary..
|