########################################################### # 2021/03/09 - PsychDOS 0.0.1 - PsychDOS is more portable # ########################################################### I spent a good part of the day looking for plain http, cURL-friendly pastebin sites and there are not that many and none of them seem to let you upload anything but text files. I also made PsychDOS more portable by replacing instances of "C:\PSYCHDOS" in batch (*.BAT) files with "%ROOT%", to which is defined by "RUNME.BAT". Some of the EXE's are also now using "DRIVE$ = LEFT$(CURDIR$, 2)" from VBDOS to get the drive letter. This way, I can use DRIVE$+"/PSYCHDOS/..." in the BASIC scripts and then the user should be able to run PsychDOS from any drive letter, such as a USB hard drive if using FreeDOS.