1. The MEMORY command displays detailed information about memory usage.
Is it possible to add a command or function,
which will only indicate the amount of RAM occupied as a percentage without a percent sign, for example 07 or 45
2. Add a function that returns the model of the hard disk or disks, if there are several - 0,1,2, etc.
3. If possible, add a function that returns the model of RAM modules and the size in megabytes.
4. Add a command to encrypt / decrypt text files.
For example, ENCRYPT filename.txt -password
The password is indicated by the user.
DECRYPT filename.txt -password
The encryption algorithm does not matter - the main thing is to have unreadable text.
Is it possible to add a command or function,
which will only indicate the amount of RAM occupied as a percentage without a percent sign, for example 07 or 45
2. Add a function that returns the model of the hard disk or disks, if there are several - 0,1,2, etc.
3. If possible, add a function that returns the model of RAM modules and the size in megabytes.
4. Add a command to encrypt / decrypt text files.
For example, ENCRYPT filename.txt -password
The password is indicated by the user.
DECRYPT filename.txt -password
The encryption algorithm does not matter - the main thing is to have unreadable text.