Init – Check the use of your computer
NoHTML – Remove HTML tags
SaveMEM – Save DOS memory
SysPause – A pause in the config.sys

Init
RP Soft 1995
DOS / SYSTEM
OpenSource
Init records when it it run the date in a file. If you put it in your autoexec.bat, you can so know when your PC is turned on, and then control the access to your PC.
Download Init
Download Init source code (ASM)

NoHTML
RP Soft 1999
DOS / HTML
OpenSource
NoHTML aims at removing all HTML tags in order to keep only the text file.

Use :
NoHTML <FileName>

It erases all that he finds between <…>

Problems: strange reactions when GnaGnaGna
<TagTag<Commentaire>BugFinTag>

In this case, it stops with the first >, and that is normal. This program is very basic, but could be useful to you.

Download NoHtml
Download NoHtml source code (PAS)

SaveMEM
RP Soft 1998
DOS / SYSTEME
OpenSource
SaveMem is a utility that can save the memory in a file (the first 1Mb).

Use :

  • Launch SaveMem.Com to install it in memory.
  • Press PRINT-SCREEN to save the memory.

Remarks :

  • Be careful, this program is really very basic : save your work before using it, and be aware that smartdrv can cause you troubles.
  • There is no desinstallation process.
  • Check available space before running it.
  • The name of the file created is SAVEMEM.BIN. If you want to change it, modify it in the ASM file, or in the .COM (filename in ASCIIZ format)
  • Use it only under DOS.
Download SaveMem
Download SaveMem source code (ASM)

SysPause
RP Soft 1995
DOS / SYSTEM
OpenSource
This program makes a pause when it is called. Its specificity lays in its ability to be run from Config.sys, and pause the display, in order to allow you to read the screen and eventual error messages.

Use :

  • In Config.Sys : Put this line where you want a pause
          DEVICE = SYSPAUSE.EXE
  • As a gadget :
          SYSPAUSE.EXE

Remarks :

  • I wrote it because I wanted to know how write a program which can be run from the config.sys and from the command line (like emm386.exe).
  • This should work under win95 (not tested)
  • The message can be modified in the asm file or directly in the exe file
Download SysPause
Download SysPause source code (ASM)