Swapslash.exe Version 2.2 Alastair Macleod al@mocap.ca http://www.peeldog.com/ Sept 13, 2005 About this application. This was originally written as a handy app for me to use when swapping paths between dos, maya and shake. It's been super handy ever since. How to use. 1. Run the executable. 2. Copy a text string (CTRL-C, or right click copy) 3. Click on the "\\/" Icon in the taskbar 4. Select the way you want the slashes to go. 5. Paste the string somewhere. How it works. It swaps any groups of slashes to being what you ask for. For instance if you have the following string in your copy buffer: C:\Program Files\Apache\htdocs\index.html here is what each button will give you: [\] C:\Program Files\Apache\htdocs\index.html [\\] C:\\Program Files\\Apache\\htdocs\\index.html [/] C:/Program Files/Apache/htdocs/index.html [//] C://Program Files//Apache//htdocs//index.html [\/] C:\/Program Files\/Apache\/htdocs\/index.html Quoted slashes \/ and /\ will be treated as one slash. So the following string: //This is a string that has \/quoted\/ slashes\\ will be translated by [\] as: \\This is a string that has \quoted\ slashes\\ Disclaimer This software is provided 'as is' and no warranty provided or should be assumed. By using this software you agree that you bear sole responsibility and liability for its use. Licence This software can be used for private or commercial use and can be freely distributed providing it is not sold or modified and this readme file is attached. This software is not for sale, or resale, but if you want to buy me a pint sometime, you are more than welcome. Visit some of my sites: www.peeldog.com www.glasgowkiss.com www.mocap.ca Revision History: updates in release 2.2 - Sept 13, 2005 - Fixed engine so it sees quoted slashes as one character rathen than looking for blocks of slashes. Updates in release 2.1 - July 10, 2005 - Right click on task bar will open dialog - Fixed bug in swapping engine - Added email to about dialog Updates in this release 2.0 - May 28, 2005 - changed the look with a transparent background - added more slash options [\] [\\] [/] [//] [\/] - change the slash engine - it will now replace any group of slashes - added an about box [?]