More than 1 S.M.A.R.T
Part 1 - Installing.
1) Making the folders.
1.1) C:/Program Files/SCAR/
1.2) C:/Program Files/SCAR/Scripts/
1.3) C:/Program Files/SCAR/SCAR 1/
1.4) C:/Program Files/SCAR/SCAR 2/
1.5) Make as many folders as you want.
2) Download the SCAR Installer and install it (SCAR 1 folder).
3) Run the installer again. This time in the next folder.
4) Repeat step 3 as many times as needed.
5) Now go to the first folder (C:/Program Files/SCAR/SCAR 1) And rename 'scar.exe' to 'scar1.exe'.
6) Repeat step 5 as many times as needed.
7) Go to every folder and delete your /Scripts/ folder, you will now save your scripts here: C:/Program Files/SCAR/Scripts/
7.1) Go to Tools --> Options --> IDE Settings and set the scripts folder to C:/Program Files/SCAR/Scripts/
8) Download SRL on the first scar and copy the SRL folder into every folder.
Part 2 - Testing.
"But... How do you know what SCAR you are using?"
1) Open the first SCAR and copy this in:
Code:
program New;
begin
// This is SCAR #1.
end;
2) Save it as "NewScript.txt" (WITH quote marks (")) in C:/Program Files/SCAR/SCAR 1/
3) Now copy that into every folder you made but remember to open it (in notepad) and edit the number.
Testing: Now, open each copy of scar and look for '// This is SCAR #+number+.'.
If you did everything correct then when you make a new script using the 'add tab' button:
then this is what it should say:
Code:
program New;
begin
// This is SCAR #1.
end;
(or '// This is SCAR #2.' and so on).
Comming soon: