topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Wednesday June 25, 2025, 7:35 am
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Recent Posts

Pages: prev1 ... 42 43 44 45 46 [47] 48 49 50 51 52 ... 118next
1151
I wouldn't dismiss the possibility of bad sectors on your hard disk just yet. This error can also appear when (parts of) the registry aren't loaded on time.

CHKDSK may report that there are no errors, but I have learned that the outcome of running the CHKDSK command isn't that helpful.
Yes, it will mark bad sectors as bad sectors and use sectors that are intended as replacement. However, I got the feeling that it doesn't verify if the replacement sectors are any good.

In my case I had a hd with 6 partitions and the same error kept happening on that system. That got irritating pretty quick and Windows/CHKDSK kept telling me that all was fine with the HD. Common sense kicked in, so I shrunk the second partition so much that I had enough room to clone the first partition into the free space that was available.

After cloning I marked the clone as active and removed the drive letter from the previous first partition. In essence I disabled the first 10GByte of storage space on the HD.

In 3 years time this error didn't appear anymore and that database server still runs like new. CHKDSK and Windows may tell you everything is fine, but if this error keeps returning, use the trick above or use proper tools to investigate the state of your HD. Preferably with software such as MHDD that uses a cd/dvd/pen drive to boot.

Windows and CHKDSK are way too forgiving if you would ask me (and I know you didn't).
1152
 
Code: Text [Select]
  1. @echo off
  2.     echo @ECHO OFF>> zerobytefilesremover.bat
  3.     for /r %%F in (*) do (if %%~zF==0 echo DEL /F /Q "%%F">> zerobytefilesremover.bat
  4.                          ) else (
  5.                             if %%~zF==".tmp" echo DEL /F /Q "%%F">> tempfilesremover.bat
  6.                             ) else (
  7.                                 <fill in other arguments/conditions if you like>
  8.                              )

IF...ELSE... structure is allowed in batch script. But it makes the execution of it (a lot) slower. Just make sure that when you use the () characters in a script, you terminate each condition properly with a ). Decent text editors light these characters up when a set is terminated properly...so if you select one such character and it doesn't light up, you have to investigate your code. Although this lighting up is a great help, it won't save you from all possible error scenarios with the use of () characters.

But that is something you learn best the hard way... ;)
Code indentation is your friend. It makes working with IF...ELSE... structures easier.

Another word to the wise, don't start the holy war between the use of spaces or tabs for indentation back up...  :D
1153
OMG!  I just opened the last box of drives anbd they are ALL IDE.  I am not sure i even havd a bvoard with an IDE plug.  Nothing but fun around here.  Other day one guy comes up with an old Okidata (OLD-Old) printer and asks me why his USB can't work on it.  This was NOT the model that had both. Wanted an adapter for a USB to ..SERIAL..  Where in the heck he found the Printer itself I have no idea  I have not seen a serial printer since..  I think i was watching the Fonz on Happy Days?


I adapted it right to the trash bin.  Adapter wold cost at least 10 bucks IF one exists which is more than the printer would be worth IF it worked and it probably didn't.  This stuff is so old the salvation army wont take it.

That is why they want me to get these files off before there IS no more IDE even.

Serial printers are common in POS setups. Industrial label printers (2000 USD and up) also work with the serial port. Thermal printers  often make use of the serial port too.

You might have to hunt a bit, but there are 3.5 inch portable hard disk enclosures that work with IDE drives.
1154
Clipboard Help+Spell / Re: How to use spellcheck
« Last post by Shades on May 31, 2015, 06:15 PM »
I should have been clearer. After installing Aspell, my browsers (FF & Iron) and text editor (notepad++, SQL Developer, SQLTools, TOAD) suddenly support spell-checking. Notepad++ comes with a spell-checker, but when it sees that Aspell is there, it asks you if you want to use that one instead. From my own experience I can tell you that Aspell functions like this on XP Windows 7, Windows 8 and Windows 2012.

Because of how Aspell functions it hasn't got its own interface, instead your standard text editor should now be able to do the spell-checking you need (if it couldn't do this before).

I took a look at the Metapad FAQ page and question 30 covers the use of Aspell with Metapad.
1155
Clipboard Help+Spell / Re: How to use spellcheck
« Last post by Shades on May 31, 2015, 10:21 AM »
Aspell is what I use and that is a system wide spell checker. It's open source and very, very light on resources. Dictionaries for a lot of languages are already available.
1156
@echo off
echo @ECHO OFF>> zerobytefilesremover.bat
for /r %%F in (*) do if %%~zF==0 echo DEL /F /Q “%%F”>> zerobytefilesremover.bat

This creates a batch file that should delete all the 0-byte files when executed.

1157
Do not consider a file that is stored in 2 different locations on the same hard disk as 'backed up'. That attitude will bite you at your most inconvenient moment(s).

Different disk - mweh
Different computer - getting there
Different house/company - better
Different country - even better
Different continent - great
Different planet - awesome!
1158
General Software Discussion / Re: why MS Word breaks format
« Last post by Shades on May 29, 2015, 11:42 AM »
Believe me, you will notice the difference in looks between Office 2010 and Office 2013. Office 2013 has the tiled look from Windows 8. Also, with commercial software there is always an 'About' option in a menu available. Most of the time in the main menu, called 'Help' or sometimes in main menu 'File'. There you usually find the exact title and version number(s) of the software you are using.

Anyway Tomos was right. 'Paste special' is the option you need to use.
1159
General Software Discussion / Re: why MS Word breaks format
« Last post by Shades on May 29, 2015, 10:02 AM »
That is an option in Office 2010, not in Office 2007 or earlier.

So, which Word version is kalos using?

A proper error description always includes the version number(s) of the software you used that got you into the mess you are in. Without that info, you are more or less praying (a.k.a. hoping for the best) for a solution. It will also take dramatically much more time to solve.
1160
Found Deals and Discounts / Re: Best Windows Giveaway Sites
« Last post by Shades on May 28, 2015, 07:11 PM »
There is also: MostIWant
1161
Found Deals and Discounts / Re: Process Lasso Pro for Free
« Last post by Shades on May 23, 2015, 10:10 PM »
A small warning though, this free offer from Process Lasso won't work on any of the Windows Server editions. The installer will detect if you run such Windows edition and automatically download the server edition of Process Lasso. The generated activation code from this offer won't work with that edition.

1162
1Mbit ADSL fair-use-policy connection that costs 35 USD/month. And this is one of the cheaper ones here in Paraguay.
1163
General Software Discussion / Re: how to delete this empty file?
« Last post by Shades on May 23, 2015, 09:58 AM »
this works on 32-bit Windows only...there is also such a thing as portable linux. A 1.4GByte installer last time I checked. When you start this software a small bar appears in your Windows session. That small bar grants you access to Ubuntu and you can use that to remove files. Even if Windows says those files are locked in any way...Ubuntu doesn't care and removes it for you. Folders that are inaccessible under Windows? Ubuntu grants you access without any problem.

Last time I checked the coLinux software that virtualizes Ubuntu inside a Windows session only comes in 32-bit and won't work on 64-bit Windows.  
1164
On slow connections like mine, the installation procedure is a drag...and when you try to play the game, only then it starts to download the actual game ?!?

Not a good first impression. Don't know if this is common practice these days, but the one who thought this up deserves to be taken out back...
[/grumpy mode off]
1165
General Software Discussion / Re: sharepoint question
« Last post by Shades on May 19, 2015, 06:24 AM »
<iframe src="http://www.w3schools.../tags/tag_iframe.asp"></iframe>


Put the line above in a html file and open that html file in a browser.
1166
Do you have another Windows PC (no laptop) that does work?

If so, get: Eassos Partition Guru (the freeware version will do) and install it on that PC. Transfer the hard disk from the broken system into the alternative Windows PC. Make sure the hard disk in the alternative system has sufficient storage space for the data you are going to transfer. If there isn't enough storage space, use your portable HDD instead. The transfer will take (a lot) longer in that case.

Start the software and let it detect all the hard disks and available partitions. Take a good look at the options menu to find transfer and backup methods that you prefer. You are able to transfer files one on one with an interface that looks like the Windows explorer.

When you are done, you have a file backup. Make sure you can access a random set of files without problem on the alternative system. If that check succeeds you can put the hard disk from the broken system back into the broken system. You can use GParted or the Windows installer to wipe all partitions from the hard disk. You should have now one big block of umpartitioned space on the hard disk.

Start the Windows installer and create just the partition for the Windows installation. The installer will say that it creates the 100MB partition. Continue with the installation. Remember the limit of 4 primary partitions? This way your hard disk used up 2 primary partitions already. If you want to make 1 or 2 partitions more everything is still fine. If you want more, you have to return to the extending partition tricks.

I would also suggest to use the Windows 7 installer instead of the XP installer. Because that installer will not burden your hard disk with hard disk alignment problems like the XP installer does.
Also, use the Windows installer or Windows' Disk Manager itself to create the extra partitions. Use GParted only to create the extended partition and all the logical partitions you need or want.

After all the partitioning is done you can continue with the installation and start putting back your data. You could even attempt again to put back the image to see if acronis doesn't f.ck up now. If it does, cut your losses. Use the Windows 7 installer again to remove both the Windows partition and the 100MByte partition and reinstall Windows 7 in the unpartitioned space. You should be getting the idea by now.

All of the above results in in a fresh Windows 7 installation and backed up data.

Making images and putting those back is one way of starting fresh. Creating an optimized rebuild routine is another. Especially if you are the only user on your PC, consider the rebuild routine. Do that properly and the same routine will work with different Windows versions as well.

1167
Do you remember if the hard disk had a 100MByte partition as first partition before you attempted to put the image back?

That 100MByte partition contains information your system requires to boot. Windows 7 creates this small partition on a fresh installation on a fresh hard disk or hard disk that has enough unpartitioned space (located at the beginning sectors of the hard disk).

In a few situations Windows 7 (and higher) forgoes the creation of this 100MByte partition. Usually when the hard disk you use is already partitioned to its fullest extend. For example: you have a partitioned disk under XP, but you decide to re-use the partitions created by XP to onstall Windows 7 over it.

So, if you forgot to take that partition into the image...you will get into situations like this.

GParted states your current hard disk situation to be:
- a 8MByte primary partition
- a 298GByte extended partition, that is sub-divided into logical partitions of about 70GByte each
- and 10MByte of unpartitioned space

One of these sub-divided partitions inside the extended partition was likely intended as your system disk. When the BIOS in your PC only supports the old-skool MBR partitioning, you cannot have more than 4 primary partitions. However, if you need/want more partitions, you can use an extended partition and create logical partitions inside it.

From what I see and understand, best thing to do is:
- use GParted to remove the extended partition intended as your Windows partition
- shrink the extended partition to accommodate the rest of the partitions
- remove all the different unpartitioned spaces in front of the extended partition to create one big unpartitioned space
- re-install windows (to recreate the 100MByte partition and the Windows partition) in that unpartitioned space
- overwrite (only!!!) the new Windows partition with the image you have and try if you can boot

You might end up completely re-installing windows 7 anyway. With the 20/20 hindsight you have now, you will agree that for the next time, try if your image works on a spare hard disk first, before you try it on your main disk.

One good thing: f..k-ups like this teach you so much more about these matters than any successful image restoration ever could.

If you managed not to touch the Movies and Stuffs partitions, the data inside these partitions should be safe and available after you restored the image.
1168
General Software Discussion / Re: sharepoint question
« Last post by Shades on May 16, 2015, 08:45 PM »
If the admin(s) closed off access to the command-line, he/she/they should definitely have closed down PowerShell. The latter is much more powerful.

With no access, do you mean: you are not allowed to start the command-line box or are you not allowed to run batch scripts? If only the first is true, then use a (portable) text editor, create the batch file in there and execute it after you saved it in the folder where you need to rename your files (your user account proved to have read/write rights there).

4wd is right about asking your admin(s) to do this. That or do what it takes to get promoted to admin status in your place of employment...which would be handier, if the renaming job is a recurring job.  :P

1169
Found Deals and Discounts / Re: Dayu Disk Master Pro giveaway
« Last post by Shades on May 15, 2015, 10:52 AM »
When I see something I like from GOTD (which is less and less, to be honest)...I fire up my VM, install it there, register it, "virtualize" it (also known as making it portable)and run the portable on my normal system. If that works, fine. But if it doesn't, I lost maybe 30 minutes...however, if I really like/need it, then I will install & register it again on my normal system.

Bits Du Jour is usually the site with the better offers, although GOTD positively surprised me on occasion. That is the reason I still go there.   
1170
Living Room / Re: New Virus or ??
« Last post by Shades on May 06, 2015, 10:00 AM »
Are you certain the virus/malware/whatever didn't affect the restore point you want to revert to?

A botched install from a piece of software, an update that proves to be incompatible with your system...that are reasons to use system restore. Infection is not. At least in my book.

Creepy cobweb is the name showing in the screen. Are you sure that the application responsible for the mayhem uses the same name? A simple tool, such as Process Explorer gives much more insight into that which helps with a more fruitful combing through the registry. A lot of malware disables software such as Process Explorer from running after the malware infects a system. Because it is of such a help to the admin/end-user in charge of fixing the system.

What SeraphimLabs said is very solid advice. Use tools like JRT, ADWCleaner etc. to check for malware that MalwareBytes Anti-malware might have missed. Check if the system has a rootkit.If it has one of those, then system restore won't be of any help at all. Then you better start making backup of her data, thoroughly check if those files aren't infected, thoroughly wipe her hard disk and start re-installing (preferably from non-writable media, such as a DVD).
1171
General Software Discussion / Re: email client and a special feature
« Last post by Shades on May 05, 2015, 09:41 PM »
To my (limited) knowledge it is possible to start Thunderbird with a batch script where you can specify which profile it should open. These profiles must exist, you cannot create these on the fly.

skwire is also right, applications need command-line support before you can use them in a batch script. Never, ever expect this support and even if your application has command-line support, don't expect too much usable options/parameters to be included. Besides, the use of batch is dwindling and there is some push towards PowerShell for the persons that make use of the command-line. With good reason, PowerShell is much more powerful and allows you to access applications in ways batch scripts cannot even dream of.

There is nice freeware (Idera) around that enables you to make scripts yourself. It comes with auto-complete, descriptions of all commands and their parameters + working example scripts, a debugger and access to community where you can download scripts as well.

Whatever time you dedicate to PowerShell with this software, it will be time well spent.  
1172
General Software Discussion / Re: moving data from desktop to laptop
« Last post by Shades on May 05, 2015, 09:01 PM »
It might even be an idea to get a portable hard disk (roughly the same size as your internal; hard disk. Hook it up to the appropriate computer and start transferring data. This has the advantage that you have a (new) portable hard disk that can be very useful for other purposes (backup ?) after you are finished transferring data.

Although it shouldn't be difficult to get the crossover cable, setting up things always proved less than reliable when I went through that in the XP-era. Perhaps this has improved in the more modern versions of Windows. Never went through that anymore, because now I always have a spare switch (and some UTP cables) lying around for just this kind of problem. Always fast, always reliable and easy to setup.

Moving around a lot of data over wireless connections is never as fast as cables, so if you can get over that inconvenience, this whole ordeal is over in a (significantly) shorter amount of time.
1173
Too little info to go on, but I'll try anyway.

If Outlook is required, you better use PowerShell, which is more powerful and can access applications & servers installed on your system in ways batch scripts cannot even dream of.
But if that isn't the case, you could use batch script in combination with a command-line mailer (3rd party or what is included with Windows) and push out the messages that way. With batch scripts it is usually best to keep things as simple as possible.

There are even SMTP servers you run from the command line on your computer...but use those at your own peril. You don't want your IP address being blocked by organizations that patrol the internet for spammers.

Maintaining your own mail server is a job not for the faint of heart, because there are so many ways of doing it wrong. Better use the mail services provided by your ISP or mail host.
A command-line mailer can send mail through those services without problems, provided you use ports that aren't blocked. Most ISP's block port 25 by default to prevent unsanctioned SMTP traffic (a.k.a spam).

Find out how Outlook is sending your mail now (SMTP/IMAP/Exchange/whatever) and find a command-line mailer that can do the same. Use the settings from Outlook with the command-line mailer and you should be able to send mail just like Outlook does, only without Outlook. From here it should be relatively easy, as you already have the rest of the "building blocks".
1174
The not free version of ExamDiff Pro will let you edit files directly. It also allows you to configure how "fine-grained" its output is. You can even adjust the colors it uses for this.

The only other compare tool I have experience with is 'Beyond Compare', which is on par with Examdiff Pro regarding configuration (the versions I have from both programs are). Not sure about Beyond Compare's ability to recognize moved text blocks. All I know is that Mouser is a very(!) big fan of Beyond Compare.
1175
An AV solution without real time shield is the open source 'ClamWin'. There are options to add real time scanning to it, if you want it. Because of its limited feature set it isn't represented in a lot of (neutral) AV comparison tests.

Here is one though. User satisfaction is on par with AVG users. The link also provides insights into what ClamWin does and doesn't do. This way you can decide if ClamWin is your cup of tea or not.
Pages: prev1 ... 42 43 44 45 46 [47] 48 49 50 51 52 ... 118next