...of type exe and wav.
Shortest possible.
Purpose: to replace startup entries of some programs that are too stubborn to deal with normally...
Exe should ideally be only the assembly instruction RETURN (or whatever it's called) wrapped in 32bit exe header, like:
"MZ... blah blah... This program cannot be run in DOS mode... blah blah..."
If I had more experience, I'd do it myself...
Wav file should also have valid file structure, but no data - if some program attempts to play it, it would be able to, but of course no sound should come out.
Grateful for any pointers...
GL
Shortest possible.
Purpose: to replace startup entries of some programs that are too stubborn to deal with normally...
Exe should ideally be only the assembly instruction RETURN (or whatever it's called) wrapped in 32bit exe header, like:
"MZ... blah blah... This program cannot be run in DOS mode... blah blah..."
If I had more experience, I'd do it myself...
Wav file should also have valid file structure, but no data - if some program attempts to play it, it would be able to, but of course no sound should come out.
Grateful for any pointers...
GL