Hi everyone. I'm trying to figure out how to use macros in TNT. I have the stats.run file in the same directory as TNT and my matrix file.
If I type "stats" after running an analysis, TNT gives the error message-
Unknown command: stats
stats;
^
If I type "run stats", TNT gives the error message-
Can't open C:\Windows\system32\stats
run stats;
^
TNT is not in the Windows folder, it's in another folder in the C drive, so I'm not sure why that happens. Similarly, if I type "proc stats" I get-
Can't open C:\Windows\system32\stats
proc stats;
^
What am I missing? Thanks for any help!