Jump to content

jaclaz

Member
  • Posts

    21,300
  • Joined

  • Last visited

  • Days Won

    53
  • Donations

    0.00 USD 
  • Country

    Italy

Everything posted by jaclaz

  1. Short answer: NO Better answer: YES, but it is not free: http://www.binaryresearch.net/UIU/About.htm jaclaz
  2. @Nakatomi2010 No, using a Virtual Machine will prevent the correct working of most of the apps chee wants to run. (disk management tools usually need direct hardware access bypassing the HAL) @chee A very simple way to add a Dos of some kind without altering partitions is to use a DOS from a Virtual DISK, i.e. an image of a Dos disk. You can have this by using GRLDR, part of the GRUB4DOS project: http://sarovar.org/projects/grub4dos/ Documentation is quite scarce, a few example are in the readme.txt file of the download, here is a thread where I posted some info: http://www.911cd.net/forums//index.php?showtopic=16980 jaclaz
  3. THIS is silent: http://www.markusleonhardt.de.nyud.net:8090/oelrechner.html http://www.markusleonhardt.de.nyud.net:8090/oelbilder.html jaclaz P.S.: and to keep you amused, this is an elder experimental project that failed: http://www.ranish.com/beerbox/
  4. Yep, read these: http://www.911cd.net/forums//index.php?showtopic=12326 http://www.911cd.net/forums//index.php?showtopic=16860 is where most of the ideas are summed up. jaclaz
  5. Have a look at this thread: http://www.msfn.org/board/index.php?showtopic=46654 and/or try contacting maninabox The link to the sp2.01 file is still valid. Also, do not use the word "cess to" instead of "end" or "terminate", an English user won't understand it, whilst an Italian that knows English will probably laugh to death! jaclaz
  6. There are quite a lot of testing equipments that can do that, unfortunately they are "professional" thus quite pricey: http://www.sandman.com/digit.html but there also more simple ways: http://margo.student.utwente.nl/el/phone/dtmf.htm There are also some components (shareware): http://www.redsofts.com/soft/875/21698/Pho...ne_Decoder.html http://www.tapiex.com/PhoneToneDecoder.htm And some apps: http://www.reconphone.com/ http://www.personainternet.com/~northscan/files.html http://www.aiglonsoft.com/ Just search on google for "DTMF decoding software" or "DTMF decode" without quotes. or go here: http://drn.digitalriver.com/welcome.php and search for DTMF jaclaz
  7. Most probably you simply have a corrupted MBR partition entry on that disk. You can try AFTER having backed up the mbr with a tool like MBRFIX or MBRWIZARD, links: http://home.graffiti.net/jaclaz:graffiti.net either command line or with my pseudo-GUI or with this other AutoIt one: http://www.911cd.net/forums//index.php?showtopic=10684 http://www.911cd.net/forums//index.php?showtopic=10956 http://mbrwizard.tripod.com/ Use beeblebrox: http://students.cs.byu.edu/~codyb/ To change the partition type from 42 to the ID that it was before, i.e. 07 for NTFS, 06 for primary FAT16, etc, reference here: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html If the above does not work, RESTORE the MBR and try using testdisk on the HD: http://www.cgsecurity.org/wiki/TestDisk jaclaz
  8. NO, I just asked because it was nice and it is not easy to make a GRUB image. Here is my experience on those images: jaclaz
  9. It is hardcoded (actually it is plain text) inside the IO.SYS system file. Probably (but I never tried doing so) it can be edited. jaclaz
  10. Which format is the archive? If it is a .rar file, 7zip should NOT be able to do it, as it has ONLY UNRAR capabilities. Deleting a file from a .rar file means actually re-creating the file WITHOUT the deleted file(s), though the operation is transparent to the user. jaclaz
  11. If the you are referring to comes from Wengier DOS 7.1 or any derivative work, the io.sys file is already patched. Which version is it, Win95 or 98? Can you try comparing the file you are using to that contained in a "normal" bootdisk? jaclaz
  12. Some versions of Works files are incompatible: http://filext.com/detaillist.php?extdetail=WPS get the Microsoft converter: http://www.microsoft.com/downloads/details...&displaylang=en jaclaz
  13. Can you confirm that you managed to boot Windows 3.x from a DOS 7.x, WITHOUT patching the IO.SYS file with 3xstart: http://oldfiles.org.uk/powerload/win3x.htm Or you have found another method and forgot to mention it in the guide? Also, Doublespace and memmaker files are DOS6.22 files, aren't they? jaclaz
  14. Outlook uses some files from Outlook Express. There are hundreds of reports about the problem you face, on several different setups. Most, but not always, this can be resolved by uninstalling and reinstalling Outlook Express. See here: http://support.microsoft.com/kb/318653/en-us http://support.microsoft.com/kb/230076/en-us and many more: http://search.microsoft.com/results.aspx?m...tration+outlook The message you get is only because at the time the IE release was 5.0, a similar message was another one asking for IE 4.01: http://support.microsoft.com/kb/212991/EN-US/ The version does not matter much, probably there is somethng wrong in the install of Version 6 of Outlook Express. jaclaz
  15. Maybe, it depends on which files you have on your hard disk. See here: http://www.911cd.net/forums//index.php?showtopic=16381 jaclaz
  16. Pardon me if this is "competely" unrelated, but I just found about this program and, being it incredibly fast, maybe it can be of use to actually "search" for data and find the "temp" directory used: NDFF http://ndff.hotbox.ru/en/ (works on NTFS formatted partitions only) jaclaz
  17. Just for the record, RAW data is accessible even if no letter is assigned (i.e. volume not mounted). Most Hex/Disk editors will be able to connect to Physical disk. From batch/Command line, there is this freeware utility, dsfo/dsfi part of the DSFOK package: http://members.ozemail.com.au/~nulifetv/fr...ware/index.html From the README: jaclaz
  18. It'not so easy under 2k/xp. Most USB sticks default to be identified as "removable". XP will format a removable drive as "superfloppy", i.e. without an MBR and with just a single partiton. If you "force" on the stick a MBR, (like the famous HP format utility does) Windows can work with the stick allright, but, UNLESS you can make the stick be seen as "fixed" ONLY first partition will be mountable. There are two possible workarounds: 1) have the stick manufacturer utility that can "activate" the "fixed" switch 2) use a Drive filter See here: http://www.911cd.net/forums//index.php?showtopic=14292 jaclaz
  19. Just for the record, there is this ongoing thread at the 911 CD forum about building a minimal Win 3.x from the files in win 9x mini.cab: http://www.911cd.net/forums//index.php?showtopic=16754 jaclaz
  20. Well, the good thing about some lesser powerful EPIA boards is that the C3 processor can run WITHOUT fan, just like elder 386.... I have found that fan is one of the most easily breakable part in a PC used 24/24. Some Epia boards can even use "laptop like" power supplies, again NO fan, that means silent PC + one less thing to worry about. Have a look here for some ideas for the case: http://www.mini-itx.com/ jaclaz
  21. Just read my previous post (links included). There are at least TWO such sites, Peephole and Mwin16. jaclaz
  22. Read here: http://www.msfn.org/board/index.php?showtopic=50179 http://www.msfn.org/board/index.php?showtopic=65337 jaclaz
  23. I replied to your mail before thinking to search for a request here, so probably the reply is more generic than needed. If we are talking about ANY program based on MBRfix: http://www.sysint.no/Nedlasting/MbrFix.htm http://www.sysint.no/Nedlasting/MbrFix.zip You simply want to update the MBR code, this will leave the partition data intact. From command line it would be: MbrFix /drive 0 fixmbr If we are talking about FIXmbr from Recovery Console, info is here: http://www.microsoft.com/resources/documen...r.mspx?mfr=true However post results here. jaclaz
  24. Actually, redirecting the ECHO or TYPE command is not really what you want, as both (with slight differences) ONLY support ASCII characters. The "proper" way to send something to the Printer port is, after having made a file containing what you want to send to the port, to run : copy /b yourfile.xxx LPT1: this way you can send BINARY data as well. Just as an example, this way you can send to the printer the needed escape characters, for example for page feed. jaclaz
  25. Yep, or more simply a lot of people do not actually READ previous posts and just write what they feel like: @Mordac85 I was referring to the supposed advantage of a script like the one that GliX suggested, that, apart from not being remotely working as required, simply PARSES the output of the "ver" command, actually STRIPPING OUT most of the info (i.e. version). jaclaz
×
×
  • Create New...