Posted 06 April 2014 - 11:23 AM
Oh hi,
I need a way to (not manually) edit existing programs on a floppy disk.
I know I can run "shell.edit(file)" in a program, but can I also tell the computer to actually change the code?
For example:
I have a disk with a program which stores a variable
can i tell the computer to replace var1 in the disk with its own var2?
Greetings
I need a way to (not manually) edit existing programs on a floppy disk.
I know I can run "shell.edit(file)" in a program, but can I also tell the computer to actually change the code?
For example:
I have a disk with a program which stores a variable
var1 = 2
and a computer with a variable
var2 = 42
can i tell the computer to replace var1 in the disk with its own var2?
Greetings