View Single Post
Posts: 73 | Thanked: 279 times | Joined on May 2008 @ Prague, Czech Republic
#11
Originally Posted by zb88 View Post
ok when i type chmod +x smsimporter in X, it gives no such directory or file exists... however this works "cp MyDocs/smsimporter MyDocs/sms.csv" before chmod command

what is the problem here?
You missed period "." at the end of cp command:
cp MyDocs/smsimporter MyDocs/sms.csv .