Menu

#1 post mortem dump

open
nobody
None
5
2002-10-17
2002-10-17
Anonymous
No

The wxbasic.exe will dump the memory if you enter this
small program:

open "x.x" for input as 1
line input #1, l$
print right$(l$, len(l$)-1)
close #1
END

Any idea?

Attila Haraszti

Discussion


Log in to post a comment.