Content Type
Profiles
Forums
Events
Everything posted by jaclaz
-
You are young, definitely not stupid, but your google-fu: http://www.urbandictionary.com/define.php?term=google-fu is still weak.... To be more accurate: http://en.wikipedia.org/wiki/Beta_version#Beta Traditionally programs, before "official" release are named ALPHA until they are in experimental stage (for internal users only) and BETA when most of the problems have already been solved and the program is "mature" to be tested in a wider group (Beta testers), that can be a restricted one or a public one. In the latter case BETA means usually "it should work, but don't count too much on it, and don't come back here weeping, we told you". jaclaz
-
Comeon people, always check for other sources: http://www.snopes.com/computer/internet/dellbug.asp http://www.engadget.com/2005/06/16/the-del...onspiracy-hoax/ Photos come from here: http://www.dansdata.com/keyghost.htm and the fake letter is taken partially from here: http://rawstory.com/exclusives/byrne/homel..._gannon_404.htm http://web.archive.org/web/20060213151400/...elandletter.gif http://web.archive.org/web/20060213151421/...landletter2.gif and is a three years old hoax, no news. jaclaz
-
more compatible batch file for ording drive letters
jaclaz replied to victor888's topic in Install Windows from USB
I had a somewhat deeper look at the batch. It is a GOOD idea and the code is OK BUT, in a nutshell, I do not like it. I mean, I feel like it is overly complex, and it is possible that it won't work on some localized versions. (changing the "Removable" to "mov" should cover a number of European ones) I did a couple of check and some temp files can be made unneeded. Still, I could not find a way to manage diskpart without a temp file. While researching about it, I found something I had never seen (or better never paid attention to) that may be a better approach: WMIC (Windows Management Instrumentation Command): http://www.ss64.com/nt/wmic.html http://www.robvanderwoude.com/wmic.html http://www.robvanderwoude.com/wmigen.html http://www.robvanderwoude.com/arrays_bat.html Maybe this could be a "slimmer" approach. Check the attached example. jaclaz testwmic.zip -
SDHC & micro-SDHC card readers for Windows 98
jaclaz replied to Multibooter's topic in Windows 9x/ME
It may work in my system due to some of the numerous updates I've added, so your testing is important to decide whether it works or not. Will do, though I don't have a "plain" Win98 installed anywhere accessible right now. jaclaz -
It actually depends on the files you actually have on your machine. Some OEM pre-installed systems do have a \I386 directory on HD. Check these: http://www.msfn.org/board/Help-restore-cd-frust-t70301.html http://www.911cd.net/forums//index.php?showtopic=16381 It can be a long and cumbersone process, however. jaclaz
-
If I may, the more mails people at Sony support receive asking for x64 bit drivers, the more probable it is that they will come out, one day or the other, probably this won't help you presently, but may help you or other people in the future, if there is enough requests they will be "forced" to produce them, unless they want to lose market quotas in favour of other "x64 friendly" competitors. jaclaz
-
You're welcome. NOT to "defend" MS, and NOT to "downgrade" Apple, but as I see it, MAC's ARE "better", but it is relatively easy when you have control on both the hardware and software. I would say that 3/4 of the problems with PC's (read Windows) are related to either: hardware producers going each their own way (the missing/not-working driver nightmare you are currently experiencing) hardware producers AND MS pushing newish releases of Windows on underpowered machines And yes, the last 1/4 is probably responsability of some MS "queer" way of doing things, including failure to properly document some aspects of their software. BUT, without IBM (and also MS), most probably the PC would have not have been so widely spread, should the "closed everything" Apple policy in past years be the main one. jaclaz
-
FYI, related topic: http://www.msfn.org/board/change-boot-driv...er-t124852.html jaclaz
-
Last Versions of Software for Windows 98SE
jaclaz replied to galahs's topic in Pinned Topics regarding 9x/ME
Also UNIextract should work under win98: http://www.msfn.org/board/Universal-Extractor-f159.html http://legroom.net/software/uniextract jaclaz -
It is possible, unfortunately I crypted the info about that method and cannot read it anymore. Seriously, you can try any of the BATCH compilers, depending on the complexity of your batch they may work or not, or you can try obfuscating the batch: http://www.ericphelps.com/batch/samples/obfuscating.txt jaclaz
-
See if these: http://www.msfn.org/board/merge-SWM-single-WIM-t89955.html http://www.msfn.org/board/Question-Asus-SW...es-t109293.html http://www.msfn.org/board/Vlite-HP-recover...sc-t105419.html http://www.msfn.org/board/Recovery-CD-t114830.html apply to your Recovery media. jaclaz
-
SDHC & micro-SDHC card readers for Windows 98
jaclaz replied to Multibooter's topic in Windows 9x/ME
also, some programs from Uwe Sieber: http://www.uwe-sieber.de/drivetools_e.html (haven't tested them in 9x, but should work ) jaclaz -
Change this: to this: Basically the same entry is written TWO times, one in the "default" tag, which means that it is the one that will be booted without user intervention and once below with a "description" (the part between quotes) that is what you see when you boot. BUT if ONLY one description is present, the user has no "alternatives" to choose among, so the only available choice is not even displayed, and no "timeout" is given, so you need adding (temporarily) another entry (the one in bold italic above) that by the way is an entry to boot the same system in a "diagnostic mode", useful in cas of problems. Once you have tested the feature, you can remove last line from the BOOT.INI or reduce to nearly 0 the "timeout" value. jaclaz
-
It could be almost anything from what you say. And yes, it is possible that it is a RAM problem. I would try running MEMTEST+: http://www.memtest.org/ jaclaz
-
more compatible batch file for ording drive letters
jaclaz replied to victor888's topic in Install Windows from USB
Not yet had enough time to go through it, however, it seems to me that you forget the possibility of a SCSI drive and of a Removable SCSI drive. Get the the Perisoft minifile and miniram drivers and try it: http://www.perisoft.net/miniport/index.htm jaclaz -
Post the contents of your boot.ini. jaclaz
-
http://www.ss64.com/nt/pushd.html http://www.ss64.com/nt/popd.html You change the current directory to the same one where the file you invoked is (%~dp0 means d=drive p=path 0=the first parameter, i.e. the running batch), then you execute the command, then you restore current directory to whatever it was previously. jaclaz
-
How to force directory deletion in DOS
jaclaz replied to micks80's topic in Unattended Windows 2000/XP/2003
You want a self deleting batch? Mind you is RISKY business, however, you need a temp file: save this snippet in your \Mysoftware\uninstall directory, naming it selfdel.cmd or something like that ECHO del %~dpnx0>%~d0\delnow.cmd ECHO RD /S /Q %~dp0>>%~d0\delnow.cmd ECHO del %~d0\delnow.cmd>>%~d0\delnow.cmd %~d0\delnow.cmd (this will just remove the two batch files and the \uninstall\ subdirectory - just in case - but you can modify it with hardcoded paths to have it remove also the main \mysoftware one) Some more details and examples here: http://catch22.net/tuts/selfdel jaclaz -
How to install Windows from USB- WinSetupFromUSB with GUI
jaclaz replied to ilko_t's topic in Install Windows from USB
No prob. Yep , "good ol' rule of thumb" is intended just as "common sense advice", I do agree that newish, modern apps should be able to deal with anything, but the point is that current modern BATCH language (which is not DOS), which I love and use, still has problems dealing with "names-with-spaces" and with some special characters. No problem whatsoever with long filenames, though. So what I am "asking" or "suggesting" is just to avoid 14 special characters out of around 223 (255-32) among which you can choose, thus I am attempting to "limit your freedom" but only in a small percentage, after all, 6.28%, which leaves people "free" for 93.72%. But apart from this particular problem, that ilko promptly fixed, using those special characters is something that will likely "break" a lot of software, and definitely any script, so it is in my view not "wise" to use them, and particularly when running a "new" software for the first time. Cheers, jaclaz -
You are welcome, always happy to hear a problem has been solved. Anout the option you get when you boot, it is in text mode (the BOOT.INI or is it in the graphical screen? If it's in BOOT.INI it is trivial to get rid of it: http://www.msfn.org/board/BOOTINI-hard-drive-t25365.html (you may need to set "show hidden and system files" and possibly remove the Read-Only attribute to see/edit it with Notepad) jaclaz
-
It's mostly a "state of mind". There are people that find that defragmenting VERY often is needed, other that think that defragmenting MUST be done, but not so often. Compare this: http://www.msfn.org/board/Defragment-Program-t85812.html http://www.msfn.org/board/Defragment-Progr....html&st=22 As I see it it depends on the use the hard disk is put to, which filesystem is used, and so on, one user might need on a weekly basis, another one on a monthly one, a few a daily (possibly overnight) one. I would say that when it is needed, defragging a drive is useful, overdoing it is not, point is finding a way of compromise, i.e. at which level of fragmentation the performance decreases up to the point where a defrag is needed and when it is not. "Blindly" defragging too often, say daily or twice a day, even when there is not a real need, may put additional stress to the mechanical parts of a hard disk. Lots of articles talk about "case studies" and "researches", but utterly fail to provide a link to them, see this for example: http://www.brighthub.com/computing/windows...icles/1702.aspx The only studies you can usually find around are made by the defrag utility makers, thus I wouldn't call them "independent": http://findarticles.com/p/articles/mi_pwwi/is_/ai_n25159836 http://www.scribd.com/doc/101131/Is-RealTi...eeded-in-Todays OT, but not much , another hard disk related MYTH is on the way of being debunked, the "wipe-with-several-passes" secure deletion myth: http://www.911cd.net/forums//index.php?showtopic=21783 thanks also to this nice initiative: http://hardware.slashdot.org/article.pl?sid=08/09/06/189248 http://16systems.com/zero/index.html jaclaz
-
Look here: http://www.multibooters.co.uk/ jaclaz
-
You burned it incorrectly. The .iso file is the "actual whole CD", it must be burned as image, NOT as a data disc. To simplify your life, copy the .iso somewhere to your hard disk, then run this app: http://www.imgburn.com/ Then follow this guide: http://forum.imgburn.com/index.php?showtopic=61 jaclaz
-
How to install Windows from USB- WinSetupFromUSB with GUI
jaclaz replied to ilko_t's topic in Install Windows from USB
Good to know. However, the good ol' rule of thumb says to ALWAYS use 8.3 DOS compatible names (and Paths): http://www.ss64.com/nt/syntax-filenames.html and comma is one of the NO-NO's. jaclaz -
If I get it right, you have a i910 which should behave (wrongly) like the 915 G. On the same page: http://www.geocities.com/bearwindows/vbe9x.htm#7 You may want to try running INFOVBE: http://www.geocities.com/bearwindows/vbe9x.htm#7 http://www.bearwindows.boot-land.net/infovbe.zip to make sure about the available resolutions, then try contacting bearwindows , he may have (or find) a solution . jaclaz