Posted 20 November 2012 - 05:02 AM
How do I copy the startup program from one computer (Door Lock) to a disk and then to an other pc, so that I don't need a disk
to start ?
to start ?
cp fileName fileNameDestination
So to copy the startup file to a disk, you'd do:
cp startup disk/startup
On another pc you can copy it from disk to pc by doing:
cp disk/startup startup