Messages - wolf.b [ switch to compact view ]

Pages: prev1 ... 6 7 8 9 10 [11] 12 13next
51
Hi all,

my name is Wolfgang, I am from Germany. I am 41 years old and computers are just a hobby, not my profession.
I have come across this forum, when I searched for tips on programming/scripting: AutoHotKey -> Skrommel -> DonationCoder
My impression is: DC is the friendliest place on the net.

mouser for president.

52
Ok I try to catch you around 3:00 PM via chat room at donationcoder.com. I have at present no other messenger available. See you then.


Greetings
Wolf

53
Hi wreckedcarzz,

I would like to take your offer for online help with my problem: After the log on, my computer takes a long time to show the toolbar that is situated at the left screen edge. Not the one that has the start button and clock, but one that appears when dragging and dropping a folder there. I have been trying to find the reason for the delay since about two weeks or so, when I first noticed it.

Do I have to book an appointment? I guess you need administrator rights, when using remote assistance. Is that right? Do I have to download certain software beforehand, so that you can get started. I would not like to waste your precious time with boring tasks like that.


OT
I have found the following little typo:
Bug.png
Should be Run,%ProgramFiles%\Opera\Opera.exe

edit: I just realized this is probably an old version (EasyOpen rather than AppLaunch) but I got it today from your webpage.



Thank you very much in advance.


Greetings
Wolf

54
Living Room / Re: Multibooting and Partitioning Experiments
« on: October 24, 2007, 07:52 AM »
Thank you Carol Haynes!

This non standard way was somewhat of an religious experience for me (YES, I can see the light !!!), and is not my own idea. I got it from here: The REAL Multi-boot -Trombettworks. When I came across it first time in 1999, Ranish Partition Manager (RPM) did not support 32 primary partitions (version 2.38), like some of the older versions did (don't know which one). Mikhail Ranish does not support RPM any more, but others have taken over the project, and reactivated support for 32 primary partitions (most recent version is 2.44).

Interesting because I'm sure Win98SE actually said it need to install below the 8Gb boundary. I am pretty sure it said it needed to install in a primary partition too.
I am sure it does say so somewhere, but I have not come across it.
Makes me think of a story from my childhood. There was a mama goat and seven child goats. In the house was a grandfather clock (a tall thing with a pendulum in a case and the clock on top). The children were allowed to play anywhere around the house, but they must never go inside the pendulum case of the clock, as that would ruin the clock. Only one of her kids was naughty and was not listening and went inside anyways. One day when mama goat went shopping, a wolf came round to pay a visit. Six of the children where hiding behind the sofa, and some other similar clever places, and got eaten. The naughty child was hiding inside the clock, and survived. (Sorry this is VERY bad English, and I ruined the story merely by telling it).

An other thing that comes to mind is that Win95 without FAT32 support, and Win3.x, could have the 8 GB limitation. But they both run from logical drives without hassle over here. Even DOS can be setup to install on a logical drive (version 6.22).


Greetings
Wolf (no pun intended, I'm a humor-free German)


P.S.: As I always said in self defence: We DO have a sense of humor, only our jokes aren't funny.

55
Living Room / Re: Multibooting and Partitioning Experiments
« on: October 23, 2007, 07:14 PM »
Hi Carol Haynes,

well the way I see it is this: You (I, rather) can have any number of primary partitions on a hard disk, that you (I) like. But you are (I am) limited to mention a maximum of 4 of those inside the master boot record's partition table. The laptop that I used when starting to experiment, has got today a total of 20 primary partitions, including one extended partition. On that I have 21 logical drives. I have written a batch file that makes use of the following include file:

/* RECORDS.R */
/* edited by Wolfgang Bernady */

/* -------- Primary Partitions ------------------------------------------ */
primary:
   Password = "01 01 00 06 EF 3F 00 3F 00 00 00 D1 3A 00 00"
   BootMan = "00 01 01 06 EF 3F 01 10 3B 00 00 10 3B 00 00"
   BootCD = "00 01 02 06 EF 3F 02 20 76 00 00 10 3B 00 00"
   Zyl_03 = "00 01 03 06 EF 3F 03 30 B1 00 00 10 3B 00 00"
   Zyl_04 = "00 01 04 06 EF 3F 04 40 EC 00 00 10 3B 00 00"
   Boot50 = "00 01 05 06 EF 3F 05 50 27 01 00 10 3B 00 00"
   Boot622 = "00 01 06 06 EF 3F 06 60 62 01 00 10 3B 00 00"
   Boot710 = "00 01 07 06 EF 3F 07 70 9D 01 00 10 3B 00 00"
   Win311 = "00 01 08 06 EF 3F 0F 80 D8 01 00 80 D8 01 00"
   Zyl_16 = "00 01 10 06 EF 3F 17 00 B1 03 00 80 D8 01 00"
   Zyl_24 = "00 01 18 06 EF 3F 1F 80 89 05 00 80 D8 01 00"
   Zyl_32 = "00 01 20 06 EF 3F 27 00 62 07 00 80 D8 01 00"
   Zyl_40 = "00 01 28 06 EF 3F 2F 80 3A 09 00 80 D8 01 00"
   Zyl_48 = "00 01 30 06 EF 3F 37 00 13 0B 00 80 D8 01 00"
   Booter = "00 01 38 06 EF 3F 3F 80 EB 0C 00 80 D8 01 00"
   Boot = "00 01 40 06 EF 3F 47 00 C4 0E 00 80 D8 01 00"
   MiniWin = "00 01 48 06 EF 3F 8C 80 9C 10 00 50 EB 0F 00"
   Internet = "00 01 8D 06 EF 7F 16 D0 87 20 00 A0 D6 1F 00"
   Erweitert = "00 41 17 0F EF FF FF 70 5E 40 00 D0 CE D7 01"
   SaveToDisk = "EF FF FF A0 EF FF FF 40 2D 18 02 30 62 04 00"
return

/* -------- Logical Partitions ------------------------------------------ */
logical:
   Dateien =  4218480
   E =  5624640
   F =  5639760
   G =  5654880
   H =  5670000
   I =  5685120
   J =  5700240
   K =  5715360
   L =  5730480
   M =  5745600
   N =  5760720
   O =  5775840
   P =  5790960
   Q =  5806080
   Werkbank =  5821200
   Win98 =  7907760
   Spiele =  9994320
   Erwin = 12080880
   Freigabe = 14167440
   Goodies = 16254000
   Hilfe = 33052320
return

/* ---------------------------------------------------------------------- */

The first section is a collection of those 15 bytes per partition that I need to remember to mention it in the MBR. My little tool can be called like this
patchmbr 1 Boot710 Leer Erweitert SaveToDisk

I this example it will take the strings from the variables Boot710, Leer, Erweitert, SaveToDisk (as defined in records.r), then prepend "80 " to the string No 1, then prepend "00 " to the other strings. Finally it calls DEBUG.EXE to update the MBR using redirection, like this:
"debug < %TEMP\$debug$.dbg > NUL"
Please note that I use 4DOS (open source, freeware) as a primary shell, so this is a valid syntax. I hope I make any sense. I have not translated any variable names from the code to English, but that should not be a problem, I think.


Greetings
Wolf

Pages: prev1 ... 6 7 8 9 10 [11] 12 13next
Go to full version