Desmon wrote:
1 WBL ChangeDir Work:Games/RobotFindsKitten - -
2 WBL Load RobotFindsKitten - OK
3 WBL ChangeDir SYS: - -
Any help?
Aaaaaaaaaaahh! Now I remember. When you run programs from the workbench, the current directory is always set to SYS:. In some of my previous programs, I fixed this by detecting that the user ran the program from workbench, and if they did changing the current dir to "PROGDIR:". This works fine on a lot of peoples systems, BUT some people get a requester saying "Please insert volume PROGDIR: in any drive" (anyone know why it works on some systems but not others?!).
The easy solution is to create a text file, called robotfindskitten.run or something, and just put:
robotfindskitten
in it. Then give it a project icon, with the tooltype "IconX". That should do it.