No such file problem

17 views
Skip to first unread message

btr...@gmail.com

unread,
Mar 17, 2014, 11:59:51 AM3/17/14
to css...@googlegroups.com
Hi, there.

I have a CSS workspace directory. I copied an OPI file into this workspace directory and
tried to launch it in command line. I got 'no such file' problem even for sure the file
is in the directory. Any idea? 

This morning, when I launched css, after it displayed css logo, it hanged up. How to fix it?

Thanks,

Chen 

dmic...@googlemail.com

unread,
Apr 16, 2014, 6:27:25 AM4/16/14
to css...@googlegroups.com, btr...@gmail.com

Hi

I found that CSS, when invoked from the command line, doesn't cope with relative path very well at all, so that it only seems to work with full paths...

If you're on linux, here is a quick script that I use to launch my opi screens:

<code>
#!/bin/bash
DIR="$PWD"
css --launcher.openFile "${DIR}/myopi.opi MACRO1=blabla" &
</code>

Hope this helps
David
Reply all
Reply to author
Forward
0 new messages