Jump to content

Sfor

Member
  • Posts

    653
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Poland

Everything posted by Sfor

  1. When the DOS mode SCANDISK.EXE version finds some problems, before starting to fix anything it asks to insert a floppy disk to save changes on it. The problem is, it is not possible to continue without saving the changes. There is an option to abort the save changes to FDD procedure, but it is not working. I had no opportunity to test English language Windows 98 version. But, all Polish language Windows 98 versions do have this bug, as far as I know. If the SCANDISK was started by Windows during a boot, everything works right. But, if the SCANDISK was run from the DOS prompt, the save changes to a floppy disk is a must. I've been using a Windows 95 SCANDISK.EXE version, and it works correctly. But it is not possible to peplace the Windows 98 SCANDISK.EXE file with it, because Windows 98 uses different command switches. I do not want to replace the SCANDISK file with the English language version. I'm looking for solution I could apply on every Windows 98 running computer under my management, and there are quite many of them.
  2. Well, the ARJ does support the long file names as long as the OS supports them. So, the ARJ can not restore long names without Windows running. In clean DOS without Windows core running there is no LFN supports, and ARJ will fail to restore long names. As a matter of fact, I'm using ARJ as well. My application does create file lists and then runs the ARJ during backup and restore jobs. So it is a sort of shell over the ARJ archiver. The file compression is not necesary for storing a copy of system folders, but it makes it much more usefull. As, it takes much less disk space and makes everything much simpler when restoring from CD.
  3. Backing up of a Windows 9x system is relatively easy. It is possible to simply copy all files from Program Files and Windows folders (excluding Win386.swp file) to some other location. The problem is with restoring from such an image. I was using a disk editing software to replace cluster numbers in the directory entries. The system was working, but it was not a solution for my clients. I needed some more automated system. I made a few interesting observations: - LFN support is available when Windows runs WINSTART.BAT file. - all core elements needed before GUI is started are in 8.3 named files. So, it is possible to: - restore core 8.3 named files from DOS without LFN support - then, to start Windows - then, using WINSTART.BAT to restore remaining files with long names I needed a way to divide all files to 8.3 and LFN file lists. As the result I created an application. It creates the two lists, then runs an archiver to make two compressed files using the file lists. As the result, it is possible to restore the OS by selecting an option in the boot menu. If all data files are kept in other folders, the restoration does not affect them. So, it is a quite fast and effective system. There are a few other problems related to the whole concept, but they are not very important. I know not about ways of doing the same kind of things with the newer Microsoft systems. So, the DOS boot ability of Windows 9x systems can be considered as an advantage, I believe.
×
×
  • Create New...