Jump to content




Copy startup


  • You cannot reply to this topic
2 replies to this topic

#1 TobiMoesi

  • New Members
  • 2 posts

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 ?

#2 Orwell

    Self-Destructive

  • Members
  • 1,091 posts

Posted 20 November 2012 - 05:35 AM

You can copy files using the 'cp' command in the command line. So first you would do 'ls', so you see which files there are (disk should be a directory then). Then you can us cp like this:
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


#3 TobiMoesi

  • New Members
  • 2 posts

Posted 21 November 2012 - 06:50 AM

Ty :(/>

The copy to another pc code was wrong :)/>

thanks for help :(/>





3 user(s) are reading this topic

0 members, 3 guests, 0 anonymous users