August 25, 200322 yr I have a file that is running a startup script that checks to see if I'm 'logged' in. Apparently I have the syntax wrong on the if statement because my file will close itself (what happens when the user is not logged in properly) before I get a chance to do anything with it. I don't remember what test I would have used, because I've tried to edit the values manually, but it doesn't seem to work. I've also shut down the server and worked on the files from there, but that doesn't seem to work either. Any suggestions?
August 25, 200322 yr If i understand it right, you have a file that starts up and immediately closes? Try starting up while constantly pushing command & "." (on a mac...windows should be control & ".") When the script starts, it will be cancelled. greetz, Jeffer
August 25, 200322 yr Open it by defining an perform script external, from another file. Or by defining an relationship from external file. Dj
Create an account or sign in to comment