Hi,
how can I create a custom button that will open a specific file (i.e. I have a file which is a template, layers and all, and I want to open it again and again without navigating to it every time)?
Cheers
custom open file
- malcooning
- Posts: 2115
- Joined: 29 Mar 2006, 12:43
- Location: Tel Aviv
- Contact:
- malcooning
- Posts: 2115
- Joined: 29 Mar 2006, 12:43
- Location: Tel Aviv
- Contact:
Hi,
you must put the file name between double quotes (") if it contains spaces.
You should preferably use the full path name, with a drive letter.
While TVPA does its best to find a file without path, it can't check on the whole drive, that would take too much time, it will just check in a few directories "know to him".
Don't put quotes around the whole command.
It should read :
tv_loadproject "C:/the/path/to/the/file.tvp"
Oh, one last thing, use '/' instead of '\', that's much friendlier to scripting
languages which uses '\' to 'escape' some special characters.
EM.
you must put the file name between double quotes (") if it contains spaces.
You should preferably use the full path name, with a drive letter.
While TVPA does its best to find a file without path, it can't check on the whole drive, that would take too much time, it will just check in a few directories "know to him".
Don't put quotes around the whole command.
It should read :
tv_loadproject "C:/the/path/to/the/file.tvp"
Oh, one last thing, use '/' instead of '\', that's much friendlier to scripting
languages which uses '\' to 'escape' some special characters.
EM.
Quicktime is DEAD. Get over it and move on !
- malcooning
- Posts: 2115
- Joined: 29 Mar 2006, 12:43
- Location: Tel Aviv
- Contact: