ddreese Posted August 25, 2003 Posted August 25, 2003 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?
jeffer Posted August 25, 2003 Posted August 25, 2003 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
djgogi Posted August 25, 2003 Posted August 25, 2003 Open it by defining an perform script external, from another file. Or by defining an relationship from external file. Dj
Recommended Posts
This topic is 7765 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now