Jump to content

Search the Community

Showing results for tags 'Delete White'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • The General Stuff
    • Announcements
    • Introduce Yourself!
    • General Discussion
  • Microsoft Software Products
    • Windows 11
    • Windows 10
    • Windows 8
    • Windows 7
    • Windows Server
    • Older Windows NT-Family OSes
    • Windows 9x/ME
    • Other Microsoft Products
  • Unattended Windows Discussion & Support
    • Unattended Windows
    • Other Unattended Projects
  • Member Contributed Projects
    • Nuhi Utilities
    • Member Projects
    • Other Member Contributed Projects
    • Windows Updates Downloader
  • Software, Hardware, Media and Games
    • Forum Categories
    • Mobile Devices
  • Customizing Windows and Graphics
    • Customizing Windows
    • Customizing Graphics
  • Coding, Scripting and Servers
    • Web Development (HTML, Java, PHP, ASP, XML, etc.)
    • Programming (C++, Delphi, VB/VBS, CMD/batch, etc.)
    • Server - Side Help (IIS, Apache, etc.)

Calendars

There are no results to display.


Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype

Found 1 result

  1. Hi, i wanna delete Empty Spaces, in many files by script... But i didnt get what i like... Here is an Example: (there some are Tabs and Empty doubled Spaces at the end of a line) ; Generated by ERROR[Data] AutomaticUpdates= " No" Autopartition =0 MsDosInitiated = 0 UnattendedInstall =" 2 + 4 " [Unattended] UnattendMode= FullUnattendedProgramFilesDir="\Program Files (x86)"NoWaitAfterGUIMode=1 Exactly i wish folling steps: 01) Convert all to UTF8 or 32 02) Convert all Tabs to Spaces 03) Replace *" * with *"* (Optional)04) Replace * "* with *"* (Optional) 05) Replace * " * with *"* (Optional)06) Replace *=* with * = * (Optional) 07) Replace * =* with * = * (Optional) 08) Replace *= * with * = * (Optional) 09) Remove/Replace Doubled White Space Everywhere10) Remove White/Empty Space at the Beginn of a line 11) Remove White/Empty Space at the End of a line 12) Add a Empty Line before [ 13) Replace Doubled Empty Lines With one Line I tryed the fart tool, the sed tool, a batch, and notepad++ My Batch cut the Output, a perlscript doesnt delete the empty space at line end, - something other didnt do it at the beginning... (- but i really wanna have 1 Solution for all) Should be look like this: After ; Generated by ERROR[Data]AutomaticUpdates = "No"Autopartition = 0MsDosInitiated = 0UnattendedInstall = "2 + 4"[Unattended]UnattendMode = FullUnattendedProgramFilesDir = "\Program Files (x86)"NoWaitAfterGUIMode = 1Would be nice, if someone can tell me how to get it.... (- maybe with AutoIT ?) Thx R4
×
×
  • Create New...