UE Core & Enterprise Subscriptions: Get 10% Off on your second year Choose the 2-year option and save 10% in the second year for subscription.
UE Core includes UltraEdit + UltraCompare.
UE Enterprise includes the full UltraEdit Suite.
Buy Now →
UE_Site-Logo-webp

UltraEdit PowerTips

Visual SourceSafe integration

To check out files from Visual SourceSafe using UltraEdit click on “Tool Configuration” in the Advanced menu.

Configure the Tool as follows:

Command Line: ss.exe checkout %n%e -GWR

Working Directory: [E]:\PROGRAM FILES\MICROSOFT VISUAL STUDIO\COMMON\VSS\WIN32\

Command Output: Select “Replace Existing”

To check in files from Visual SourceSafe using UltraEdit click on “Tool Configuration” in the Advanced menu.

Configure the Tool as follows:

Command Line: ss.exe checkin %n%e -GWR

Working Directory: [E]:\PROGRAM FILES\MICROSOFT VISUAL STUDIO\COMMON\VSS\WIN32\

Command Output: Select “Replace Existing”