1 posts
Posted 05 September 2012 - 12:37 AM
To be described better,
How do I delete ProgramA, on computer 1, from computer 2, with use on floppy disks?
65 posts
Location
The Internet
Posted 05 September 2012 - 01:07 AM
How do I delete ProgramA, on computer 1, from computer 2, with use on floppy disks?
You cannot remotely delete a program off a computer, unless you have a server running that accepts remote commands. If you're going to be putting in a floppy disk, however, and all it is to do with no function or confirmation and just delete a file/folder, then make a file named startup on the disk, and have the following in it:
fs.delete("Path/to/ProgramA")
I hope you're not planning anything malicious.