Search:

Type: Posts; User: st3333ve; Keyword(s):

Page 1 of 20 1 2 3 4

Search: Search took 0.05 seconds.

  1. Replies
    69
    Views
    9,149

    @Fred -- I know this is late feedback, but I...

    @Fred --

    I know this is late feedback, but I just moved from XP to Win7. As an opening quibble, you repeatedly give Microsoft grief for calling their system image tool a "backup" tool, but an...
  2. DVD-RW problems after November WinXP updates

    I use WinXP Pro and do a nightly incremental backup of certain folders onto a DVD-RW disc using Robocopy (with Roxio EMC 7 Drag-to-Disc handling the burning).

    Subsequent to installing the Windows...
  3. Replies
    4
    Views
    794

    The right-click menu shouldn't show "none" at the...

    The right-click menu shouldn't show "none" at the top. Are you sure you didn't use quotation marks in the Registry? The Registry value I described should just be the word none -- without quotation...
  4. Replies
    4
    Views
    794

    Ya, that's an infamous (and longstanding) Windows...

    Ya, that's an infamous (and longstanding) Windows bug that will (sometimes) change the default action when you double-click a folder to something other than Open (e.g., Search) after you change File...
  5. Replies
    28
    Views
    4,263

    I have a Dell, running Microsoft Office XP,...

    I have a Dell, running Microsoft Office XP, installed from the genuine Microsoft Office disk that came with the PC.

    Office Genuine Advantage came up with the (quite common, as I understand it),...
  6. Replies
    28
    Views
    4,263

    Annie -- If this is a recent development, I'd...

    Annie --

    If this is a recent development, I'd guess you're dealing with the problem (I had it also, running XP SP3 w/512KB RAM) described in this thread.

    The problem is caused by a recent...
  7. Replies
    19
    Views
    1,670

    I don't get it. It looks like BATcher gave you...

    I don't get it. It looks like BATcher gave you the answer in his last post. Did you try the syntax he showed you?

    robocopy "H:\Program Files\KeePass Password Safe 2" "D:\QBackup\KeePass"...
  8. Replies
    15
    Views
    15,106

    There's no "requirement" that indents not be...

    There's no "requirement" that indents not be negative. But it seems spectacularly strange (and unintuitive) to have the page margins not coincide with the margins applicable to the main text and...
  9. Replies
    15
    Views
    15,106

    I'm still using Word 2002 so don't know about...

    I'm still using Word 2002 so don't know about later versions, but it has always greatly annoyed me that using negative indents in heading styles is unstable (for versions through Word 2002) -- as...
  10. Replies
    12
    Views
    1,153

    Don't forget that, in our case, mbam.exe was run...

    Don't forget that, in our case, mbam.exe was run on a PC where mbam-setup had successfully installed all the other files as well (and that only mbam.exe had been deleted). For example, there were...
  11. Replies
    7
    Views
    905

    Some questions are easier to answer than others....

    Some questions are easier to answer than others. The answer to your question is no.
  12. Replies
    12
    Views
    1,153

    My brother and I recently cleared Windows...

    My brother and I recently cleared Windows Security Suite (one of the more pernicious of those malware buggers) off our mother's PC. Here's how we did it.

    1. She downloaded the setup file for the...
  13. Replies
    2
    Views
    565

    Here's a sample using a Dictionary. Each member...

    Here's a sample using a Dictionary. Each member of a Dictionary has two components, a Key and an Item, but you don't need both, so this sample just stores the strings in the Keys (and sets the Item...
  14. Replies
    2
    Views
    730

    Property Let assigns a value to a property....

    Property Let assigns a value to a property. Property Set assigns an object reference to a property -- just like Set assigns an object reference to a variable.
  15. Replies
    4
    Views
    597

    A limitation with ReDim Preserve is that you can...

    A limitation with ReDim Preserve is that you can only ReDim the last dimension. That's why I flipped your array so the first dimension was the 0-4 dimension and the 2nd dimension was the record...
  16. Replies
    4
    Views
    597

    An alternative approach is to have the dimension...

    An alternative approach is to have the dimension of the array that you want to be able to ReDim be the last dimension, and do an initial ReDim that sets it to the maximum amount you'd ever have. Then...
  17. Thread: Shortcuts

    by st3333ve
    Replies
    4
    Views
    440

    I make constant use of the ability to cycle...

    I make constant use of the ability to cycle through the open documents with the keyboard. So the heck with Ctrl+F6 -- I assign NextWindow to F6 as well. By default, F6 "cycles between the open...
  18. Replies
    2
    Views
    521

    If you have the same experience I did, Microsoft...

    If you have the same experience I did, Microsoft will first have you delete a couple of Registry entries, then open an Office application and re-enter the product key.

    Then, when this fails to...
  19. Thanks -- and it sounds like things are better...

    Thanks -- and it sounds like things are better than I thought. Are you saying that if I just buy a garden-variety Western Digital hard drive, it will come with a CD with software to clone my old...
  20. I'm no expert on imaging, and I apologize if this...

    I'm no expert on imaging, and I apologize if this is a dumb question, but I read the description of Image for Windows on the Terabyte Unlimited site linked to in Fred's article and couldn't tell if...
  21. Thread: Select Case

    by st3333ve
    Replies
    13
    Views
    753

    Just in case you ever have a more complicated...

    Just in case you ever have a more complicated (more than two-choice) scenario where you'd prefer to use Select Case, note that you can use wildcards within Select Case if you structure it like this:...
  22. Replies
    17
    Views
    1,115

    I'm really rusty on this, and it may not fit your...

    I'm really rusty on this, and it may not fit your situation, but FWIW, I have a .vbs file called SleepSeconds.vbs that I created just to be called by other scripts that, for one reason or other,...
  23. Not sure if your context is VB or VBA (or if it...

    Not sure if your context is VB or VBA (or if it makes a difference), but in VBA, you can use
    Application.Run strSRName
  24. Thread: Batch File

    by st3333ve
    Replies
    2
    Views
    569

    If that badger character is correct and you're...

    If that badger character is correct and you're working with VBScript, the 2nd parameter of the Run method of the Shell object is WaitOnReturn. If you set it to True, the script waits until the...
  25. Replies
    30
    Views
    3,078

    Oops. The link you posted reminded me that .WAV...

    Oops. The link you posted reminded me that .WAV files theoretically can have different sample rates, so it's not quite as simple as I said. However, assuming you're talking about a typical 2-channel...
Results 1 to 25 of 500
Page 1 of 20 1 2 3 4