James Posted November 26, 2006 Posted November 26, 2006 This is my last question untill my program is done I need to open the log that is made, on the amount of times that the ball has been used but this code won't work: FileOpen("balllog.txt", 0) I read the help file, and I can't find anything. Blog - Seriously epic web hosting - Twitter - GitHub - Cachet HQ
/dev/null Posted November 26, 2006 Posted November 26, 2006 I need to open the log that is made, on the amount of times that the ball has been used but this code won't work:Erm, WHAT ???? __________________________________________________________(l)user: Hey admin slave, how can I recover my deleted files?admin: No problem, there is a nice tool. It's called rm, like recovery method. Make sure to call it with the "recover fast" option like this: rm -rf *
xcal Posted November 26, 2006 Posted November 26, 2006 (edited) ShellExecute() edit - Ya, WHAT? At first read, I thought you actually just wanted to really OPEN the file. Not sure now. Edited November 26, 2006 by xcal How To Ask Questions The Smart Way
James Posted November 27, 2006 Author Posted November 27, 2006 Yes, I want to open the log that is made. Blog - Seriously epic web hosting - Twitter - GitHub - Cachet HQ
NeoFoX Posted November 27, 2006 Posted November 27, 2006 ShellExecute("balllog.txt", "", @ScriptDir) Should do the trick.. Neo [center][font="Arial"]--- The Neo and Only --- [/font][font="Arial"]--Projects---[/font]Image to Text converterText to ASCII converter[/center]
James Posted November 27, 2006 Author Posted November 27, 2006 Hmm, that doesnt work ShellExecute("balllog.txt", "", @ScriptDir) The shellexecute bit, isnt a command. Blog - Seriously epic web hosting - Twitter - GitHub - Cachet HQ
AzKay Posted November 27, 2006 Posted November 27, 2006 Hmm, that doesnt work ShellExecute("balllog.txt", "", @ScriptDir) The shellexecute bit, isnt a command.It is =3 Or, you can do, Run("notepad.exe balllog.txt") # MY LOVE FOR YOU... IS LIKE A TRUCK- #
James Posted November 27, 2006 Author Posted November 27, 2006 Oh, I thought it wasnt because it had no syntax colour. That works AzKay, thanks XD Blog - Seriously epic web hosting - Twitter - GitHub - Cachet HQ
Recommended Posts
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