Jump to content

os2fan2

Member
  • Posts

    442
  • Joined

  • Last visited

  • Days Won

    1
  • Donations

    0.00 USD 
  • Country

    Australia

os2fan2 last won the day on June 21 2020

os2fan2 had the most liked content!

About os2fan2

  • Birthday 07/23/1957

Profile Information

  • OS
    Windows 7 x86

Recent Profile Visitors

4,467 profile views

os2fan2's Achievements

10

Reputation

  1. The help file is now http://www.os2fan2.com/files/dos63hlp.zip The thing now includes a full debug.com help section, a revamped internationalisation command section, sand some other parts have been made new.
  2. A problem you will encounter is that vista and later use 256+ colour icons, and the win16 stuff (pre-xp) show up as blanks when used as app icons, or worse still, Windows will go hunting for a new icon. I had to craft a new icon for tapei (recompiled for win32 in the NT4.5 thing. Before that, it would just pick an icon out of the iconcache file. You could extract the icons from Win98, or use a theme-set to update some of the icons. I did much the same with Windows 3.1 (using icons from WPSWin in the overlay).
  3. LZ-DOS command.com is PC-DOS 7.10.129. See eg http://reboot.pro/topic/14520-lz-dos/?hl=lzdos#entry129058 I used to run PC-DOS command.com under Win95 at work, because it loaded rexx scripts. 7,1 does the same thing under Windows OS/R 2-4
  4. I have been playing around with a dual-boot msdos 6.3 + 7.1 boot system. to help with a help file. There are things to do with these DOS versions yet, but the help-system from 6.22 has been updated to include most of msdos 5.x to 7.x, as well as interesting info on pcdos, versions of programs like emm386 and msd, which shipped with dos, and even basica / gwbasic, etc. http://www.os2fan2.com/files/dos7help.zip is the source. The version of qbasic has a number of known patches applied, inc;luding the *.* and phatcode patches. dos6.com is help.com, renamed so not to overwrite help, and so it's accessable from 4dos as well. qbed.com is edit.com renamed to not overwrite edit.com. The help and ini file are qbed.hlp and qbed.ini, for similar reasons. W
  5. It's still 4.52 under the hood, but they allow gif files for icons. I hated this, and reverted the icons back to OS/2 3.x. It does not like using any of the VPC stuff under Windows, but the work-around is to share a second disk with two VMs (OS/2 eComStation and acroOS. It comes with a mob of jpg backgrounds, which look nice, but these are replicated some five times for different resolutions. The cracks between 4.52 and the new OS are more visible, as they move more stuff from IBM's installers to new ones. You can download a lot of stuff from the internet, like linux packages.
  6. You could use REXX. It is pretty good at big numbers. You can even farm stuff out to even faster programs in line with rexx. /* A 240-digit rexx calculator */ numeric digits 240 parse arg chalk interpret 'cheese = ' chalk say cheese exit cube: procedure; parse arg x return x*x*x factor: procedure; parse arg x 'factor' x return x This program is a rexx program that finds allows all internal commands, along with CUBE(). If you put factor(2000**3-1) in there, it will print the factors of the evaluated expression and continue calculating. Note this uses an external command 'factor'. I use the Shamus Software demonstration program here. I've written rexx scripts to calculate very large numbers, up to ninety digits, and feed the result into factor.
  7. The donation by paypal of 20$ on 8 may is from os2fan2, on a different paypal account.
  8. I had fun trying to install windows 7 (32 bit) on a skylake cpu. It says it's an "Intel Core i5 Quad 6600K (Skylake) 3.50GHz [R0]". The usb did not work, but i used a ps2 keyboard to install it. Then to get the usb to work, i had to install the driver from the mobo cdrom. But this required a mouse. I browsed the cdrom for a likely suspect and installed that, after that, it worked a treat. I've even got the five gig ramdrive working.
  9. I built a number of sp6a integrations into NT4, including some thing along the line of hacking registry, but some things still puzzle me. At one point i want to do a pure microsoft thing, but elsewhere i want to include some third-party stuff. The various fdv tapes i am using as reference are missing things i wish to include. At the moment i'm working on the win98 disk, having nearly got msdos 6.30 in the bag. nt 3.51 is the warmup to nt 4.0.
  10. There's a lot of DOS proggies that can not handle a very large directory listing, like 4DOS. It's something i just avoided doing. Even installing Windows with lots of files can make DOS choke. Did you try running a cache program, like smartdrv. This can help, or running DOSSHELL in Windows.
  11. It is quite likely that dosshell chokes on the number of directories and folders it has to show. It's quite common. There are other things you can make it better. You could run the thing in TEXT mode, and avoid drives and directories with too many items.
  12. You can put cc-Cleaner as a menu item on the rubbish bin. This would make room for something more useful, such as 4os2.
  13. Runs on windows 7 too. No need to wait for vista 4.0 (windows 10)
  14. You really need to modify setup.hiv as through my batch file. This is because the full disk needs to be seen by setup, and setup.hiv is the registry here. setup.hiv is the first half of the system hive. Because this represents an inactive windows setup, CurrentControlSet does not exist, and you have to modify ControlSet000 instead. This is what my batch file does. If ye plan to install other drivers, you should use the same controlset000. You don't need to insert any LBA fix into the hive*.inf files, as it is done already in the setup.hiv
  15. I noticed that Microsoft had reinstalled GXP twice since i deleted the original files manually. There has been a number of other memory hogs around too, like their software scanning stuff (compatlogger or something). I found that in procexp, and had to use runasti to get rid of it. The latest version of GXP control panel runs as a service, and does make all of these things that never10 does, and a few more (like actually deleting the apps, which you need to do as a trusted installer.
×
×
  • Create New...