Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 5977233
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T21:20:29+00:00 2026-05-22T21:20:29+00:00

I have a problem with moving a defined text block (PT) to the end

  • 0

I have a problem with moving a defined text block (“PT”) to the end of its previous line.. for eg, consider the following :-

100001,-6.0704
PT
100061,19.1127
100122,8.1831
PT

I need that to be :-

100001,-6.0704PT
100061,19.1127
100122,8.1831PT

I have a large irregularly repeating data like this.. and need to achieve this..(moving the “PT” to currentline-1″)

I have Notepad++ I need to achieve this somehow.. maybe using spreadsheets? online tools? and how? macros? batch files?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-22T21:20:30+00:00Added an answer on May 22, 2026 at 9:20 pm

    try this as a first attempt

    @echo off
    setlocal enabledelayedexpansion
    set prevline=
    for /f "tokens=*" %%a in (a.txt) do (
      if '%%a'=='PT' (
       echo !prevline!PT
       set prevline=
      ) else (
       if not '!prevline!'=='' echo !prevline! 
       set prevline=%%a
     ) 
    )
    

    this batch file iterates over all the lines of the a.txt file, storing each line in the variable prevline, if it happens to find the ‘PT’ string it spits the stored line and concatenates the PT, if it happens not to find the PT string, it spits just the stored line and stores the new line.

    For a further explanation, see help for and help set.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a problem moving a Word template from Word 2003 to Word 2007
We have a common problem of moving our development SQL 2005 database onto shared
I have problem when I try insert some data to Informix TEXT column via
I have a problem. I ma moving a system from one server to another
Moving forwards, am I going to have a problem at some point if I
I welcome any help for the following code optimization problem: I have a collection
I have a problem when moving an uploaded file into a local directory. When
I have suddenly faced a problem with moving some records in a SQL Server
I have a problem some of my links keep moving a couple of pixel
I have a problem with my code where agents moving around suddenly disappear. This

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.