Re: sh: 1: /media/mycomputer/Seagate: not found
- Posted by petelomax Jan 31, 2021
- 1459 views
All good, except one might quibble about repeating the program name before activating it.
Hmm, can't see where/why that is happening... I tried for i=1 to 3 do {} = gets(0) end for and got the same echo effect...
I don't understand why or how ./p64.exu could work to run anything, it's just two lines.
format ELF64 include p.exw
As far as I can tell, there is no p64 that is executable and no need to rename anything.
It's just a packaging file. Here, on windows, I run "p -c -norun p64.exu" and upload the resulting p64 to the website, which contains the instructions "wget http://phix.x10.mx/p64" and "mv p64 phix/p".
There is also a p64.exw, which along with quite a bit of other commented-out cruft is just "format PE64\n include p.exw", which I use for my own testing, ie I have both p.exe (32 bit) and p64.exe (64 bit) at all times.
Now then dear, what's the bad news then?