FileEngineer NuonSoft

  Latest: 2048 Pro 1.0

Blog | RSS News Feed RSS | News | Products | Support | Forums | Contact Us  

Product Information
» Features
» Examples
» Requirements
» Important Notes
» Known Issues
» What's new?
» PAD Files

Support
» Register
» Bug Report
» Forum

Downloads <<<

Screenshots

Buy Now

Latest version: 2.0.1


All Products
» Wallpaper Cycler
» 2048 Pro
» Ataxx!
» FileEngineer
» Live Mosaic
» MediaBrowser
» ShellEnhancer
» WindowTool

All Downloads


Search

Samples

This page will give some examples of what you can do with NuonSoft FileEngineer.

  ^

Delete all lines starting with ">" (without the quotes)

This can easily be done with an Advanced Find And Replace script with just one rule:

  • "If Condition": Find at start or end of line (enter ">" (without the quotes) as "Find text")
  • "Action": Delete line
  ^

Replace all words "foo" and "bar" with "test"

This requires an Advanced Find And Replace script with just one rule:

  • "If Condition": Find with regular expression (enter "foo|bar" (without the quotes) as "Regular expression")
  • "Action": Replace with (enter "test" (without the quotes) as "Replace with")
  ^

Remove the first 5 characters of every line

This requires an Advanced Find And Replace script with just one rule:

  • "If Condition": True
  • "Action": Remove character range from line (enter 1 as start index and 5 as end index)

If you execute the above script on the following piece of text:

001: line 1
002: line 2
003: line 3

The result will be:

line 1
line 2
line 3

  ^

File Renamer example

With the File Renamer module, you can quickly rename files according to your script. For example, suppose you have the following files:

  • my_first_picture.jpg
  • my_second_picture.jpg
  • my_nice_sunrise.jpg
  • my_holiday_001.jpg
  • my_holiday_002.jpg

With just 3 little rules, you can rename these files to:

  • First Picture.jpg
  • Second Picture.jpg
  • Nice Sunrise.jpg
  • Holiday 001.jpg
  • Holiday 002.jpg
  ^
OISV - Organization of Independent Software Vendors - Charter Member

Terms Of Use | Privacy Policy | No Warranty

All trademarks and trade names are properties of their respective owners.
Copyright © NuonSoft. All Rights Reserved.