I get that error while doing this, i dont understand :-[ :-/
Shell App.Path & "\Chat(Log).txt", vbMaximizedFocus
when you use shell, you have to run a program
Shell "notepad " & App.Path & "\Chat(log).txt"
hey anyone know any other way to open a file on notepad?
you could run notepad and click file->open
Quotehey anyone know any other way to open a file on notepad?
what's wrong with what i said?
You could use ShellExecute to open a .txt file with whatever program is associated with .txt files.
you could write your own text editor in your bot, too...