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
  1. Home
  2. General Programming
  3. Visual Basic
  4. Custom Renaming File

Custom Renaming File

Scheduled Pinned Locked Moved Visual Basic
csharp
8 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • I Offline
    I Offline
    Iftikhar Ali
    wrote on last edited by
    #1

    I want to rename all files in a folder (batch mode) like these: Before: abcdef ghijk lmno pqrs tuv wxyz After: (First letter of every word is Capital) Abcdef Ghijk Lmno Pqrs Tuv Wxyz --------------------------------------------------- Before: ABCDE FGHI After: Abcde Fghi -------------------------------------------------- Before: abcd efghi abcd jklm abcd nop After: (Removing same letters and/or words from starting or end of every file in the folder) efghi jklm nop I'm using VB.NET 2003 Thanx in advance. Iftikhar Ali

    C 1 Reply Last reply
    0
    • I Iftikhar Ali

      I want to rename all files in a folder (batch mode) like these: Before: abcdef ghijk lmno pqrs tuv wxyz After: (First letter of every word is Capital) Abcdef Ghijk Lmno Pqrs Tuv Wxyz --------------------------------------------------- Before: ABCDE FGHI After: Abcde Fghi -------------------------------------------------- Before: abcd efghi abcd jklm abcd nop After: (Removing same letters and/or words from starting or end of every file in the folder) efghi jklm nop I'm using VB.NET 2003 Thanx in advance. Iftikhar Ali

      C Offline
      C Offline
      CWIZO
      wrote on last edited by
      #2

      And where is your problem?

      -------------------------------------------------------- My portfolio & development blog Q:What does the derived class in C# tell to it's parent? A:All your base are belong to us!

      I 1 Reply Last reply
      0
      • C CWIZO

        And where is your problem?

        -------------------------------------------------------- My portfolio & development blog Q:What does the derived class in C# tell to it's parent? A:All your base are belong to us!

        I Offline
        I Offline
        Iftikhar Ali
        wrote on last edited by
        #3

        How can i do that ^ type of renaming in VB.NET 2003, coding please?

        C 1 Reply Last reply
        0
        • I Iftikhar Ali

          How can i do that ^ type of renaming in VB.NET 2003, coding please?

          C Offline
          C Offline
          CWIZO
          wrote on last edited by
          #4

          You can learn how to program and then you will know how. Or you can search for a open-source program that does that and use that code. You are asking for a full working code here. Well that costs money soo if you have the money send me an email and we can talk ;)

          -------------------------------------------------------- My portfolio & development blog Q:What does the derived class in C# tell to it's parent? A:All your base are belong to us!

          I 1 Reply Last reply
          0
          • C CWIZO

            You can learn how to program and then you will know how. Or you can search for a open-source program that does that and use that code. You are asking for a full working code here. Well that costs money soo if you have the money send me an email and we can talk ;)

            -------------------------------------------------------- My portfolio & development blog Q:What does the derived class in C# tell to it's parent? A:All your base are belong to us!

            I Offline
            I Offline
            Iftikhar Ali
            wrote on last edited by
            #5

            Thats not the polite way of talking......i'm not asking for complete code, & if i'm whats wrong in it, 100s of people here asks for even more difficult things & complete code. If i have money then why i come to this forum to make my programs? Its common-sense. If u don't want to help me, why are you just replying with that type of dead posts.

            C 1 Reply Last reply
            0
            • I Iftikhar Ali

              Thats not the polite way of talking......i'm not asking for complete code, & if i'm whats wrong in it, 100s of people here asks for even more difficult things & complete code. If i have money then why i come to this forum to make my programs? Its common-sense. If u don't want to help me, why are you just replying with that type of dead posts.

              C Offline
              C Offline
              CWIZO
              wrote on last edited by
              #6

              I am just tryng to point you in the right direction. If you would like to learn how to program, then asking for code is the wrong way. Get a book, read it and write your own code. If you don't want to learn how to program pay somebody to do the job for you. It is as simple as that. And I know other people are asking for code too, but I don't have the time to reply to all those messages. And if I remember correctly I have told you where you can get that code for free.

              -------------------------------------------------------- My portfolio & development blog Q:What does the derived class in C# tell to it's parent? A:All your base are belong to us!

              I 1 Reply Last reply
              0
              • C CWIZO

                I am just tryng to point you in the right direction. If you would like to learn how to program, then asking for code is the wrong way. Get a book, read it and write your own code. If you don't want to learn how to program pay somebody to do the job for you. It is as simple as that. And I know other people are asking for code too, but I don't have the time to reply to all those messages. And if I remember correctly I have told you where you can get that code for free.

                -------------------------------------------------------- My portfolio & development blog Q:What does the derived class in C# tell to it's parent? A:All your base are belong to us!

                I Offline
                I Offline
                Iftikhar Ali
                wrote on last edited by
                #7

                Sorry! You didn't tell me where i can get such code, tell me. Tell me why TUTORIALS are developed? They are step-by-step learning tool describing even small things. If you don't want to give me complete code, then give me idea, logic of doing that......i know how to rename files in VB.NET but don't know how to do that ^ type of renaming. OR Tell me how can i go through each letter in file name (string) & how to detect spaces between words, so i can UPPERCASE or lowercase them.

                E 1 Reply Last reply
                0
                • I Iftikhar Ali

                  Sorry! You didn't tell me where i can get such code, tell me. Tell me why TUTORIALS are developed? They are step-by-step learning tool describing even small things. If you don't want to give me complete code, then give me idea, logic of doing that......i know how to rename files in VB.NET but don't know how to do that ^ type of renaming. OR Tell me how can i go through each letter in file name (string) & how to detect spaces between words, so i can UPPERCASE or lowercase them.

                  E Offline
                  E Offline
                  EvoFreak
                  wrote on last edited by
                  #8

                  strings in vb have

                  substring

                  split

                  methods. use filedirectory if needed to get hold of file names.

                  1 Reply Last reply
                  0
                  Reply
                  • Reply as topic
                  Log in to reply
                  • Oldest to Newest
                  • Newest to Oldest
                  • Most Votes


                  • Login

                  • Don't have an account? Register

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