Warning:  Trying to access array offset on value of type null in /home/site/wwwroot/lib/plugins/move/action/rename.php on line 42
Warning:  Cannot modify header information - headers already sent by (output started at /home/site/wwwroot/lib/plugins/move/action/rename.php:42) in /home/site/wwwroot/inc/Action/Export.php on line 106
Warning:  Cannot modify header information - headers already sent by (output started at /home/site/wwwroot/lib/plugins/move/action/rename.php:42) in /home/site/wwwroot/inc/Action/Export.php on line 106
Warning:  Cannot modify header information - headers already sent by (output started at /home/site/wwwroot/lib/plugins/move/action/rename.php:42) in /home/site/wwwroot/inc/Action/Export.php on line 106
====== Set up Topas on University Network Computer ======
Many university computers are now managed desktops where students don't have access to a local drive.  This can stop topas licenses working.  A recipe to get round this in Durham is:
    - You need somebody with elevated privileges (e.g. your IT person or a trusted group member).
    - They need to find the cmd icon by typing "cmd" into the search then right-clicking and selecting "run with administrative privileges (audited)" or similar.
    - Make the topas directory (e.g. mkdir c:\topasa_v6) and put files required in there from Alan's site
    - If you have topas on a memory stick you might do this by: xcopy /E /I d:\topasa_v6 c:\topasa_v6 
    - Grant write privileges to that directory with: icacls "c:\topasa_v6" /grant Everyone:(OI)(CI)F /T
    - You might want to set up jEdit in a similar way, though this will usually work via a network drive.