Go Back   Scooter Forums > Beyond Compare 3 Discussion > Scripting
Register FAQ Search Today's Posts Mark Forums Read

Reply
 
Thread Tools Display Modes
  #11  
Old 18-Jan-2013, 11:48 AM
CodyFyler CodyFyler is offline
Journeyman
 
Join Date: Jan 2013
Posts: 10
Default

Aaron, why is the folder report the only one that doesn't have the ignore unimportant option?

I don't want to have to load the gui first (so I can share a script with others) and set defaults or load a session.

A folder comparison that can't ignore the differences between for instance tabs and spaces is not very useful.
Reply With Quote
  #12  
Old 18-Jan-2013, 04:09 PM
Aaron Aaron is offline
Team Scooter
 
Join Date: Oct 2007
Location: Madison, WI
Posts: 5,444
Default

Hello Cody,

Adding the Ignore Unimportant option is on our wishlist. In the meantime, you can apply the setting by loading a saved Folder Compare in script with the option enabled. The session could be called "IgnoreUnimportantEnabled". Then immediately load the pair of folders and the loaded session settings will be applied during that load:

load "IgnoreUnimportantEnabled"
load "C:\folder1" "c:\folder2"
expand all
folder-report ...

By default, the script should ignore differences between tabs and spaces, so I would expect something else is going on here. Perhaps the file sizes are different, and the script is running a timestamp/size comparison instead of a rules-based comparison?

criteria rules-based
load "C:\folder1" "c:\folder2"
expand all
folder-report ...
__________________
Aaron P Scooter Software
Reply With Quote
Reply

Tags
scripts

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -6. The time now is 09:49 PM.


Powered by vBulletin® Version 3.7.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.