Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
S

sorenb

@sorenb
About
Posts
6
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • how to create a user name and password for a database ?
    S sorenb

    I'm not sure about Access but isn't this accomplished using something like: GRANT CONNECT TO FRED IDENTIFIED BY SESAME BTW, why don't you just: e->ReportError(); instead of e->GetErrorMessage(sError,100); AfxMessageBox(sError); Rgds, S. Bro

    C / C++ / MFC database help tutorial question

  • Friday at work.
    S sorenb

    Damn! Hadn't thought of that one :-)

    The Back Room question

  • Friday at work.
    S sorenb

    Maybe where you're at. *I'd* rather be outside and play. Rain or no rain. But it's encouraging that I'm ahead of you :-)

    The Back Room question

  • Friday at work.
    S sorenb

    Halfway through the day. It raining. Taking care of daily support of a program for printing dunning letters and demurrage invoices. Do you think I'm having fun? -sbt

    The Back Room question

  • App...
    S sorenb

    An arguable point, I'll grant you that. That is: if you only do this kind of thing once a month. :-)

    The Lounge question

  • App...
    S sorenb

    Using an "application" to do find and replace on multiple files sound like overkill to me. Lets say you're running Windows... 1.) Create a batch file along the lines of: [foreach.bat] @echo off for %%v in (%1) do %2 %%v [/foreach.bat] 2.) Install PERL. Create another batch file along the lines of: [replace.bat] perl -i.bk -pe"s/I want to replace this/with this/" %1 [/replace.bat] Assuming above files are in your PATH you can just do: C:\>foreach *.jsp replace.bat from anywhere. You can always just edit "replace.bat" to suit your needs at any particular point in time and you have access to PERL powerful regex-functionality. Rgds, Soren

    The Lounge question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups