How to run Scrambler on windows 7 ?
-
Hello
I finalized a Plugin and I want to use "Scrambler" to protect my work !
I am the instructions on this page:
http://www.sketchup.com/intl/en/developer/docs/tutorial_distributing
And I crashes in 3 instruction
Should I use the Windows command prompt "CMD" to run Scrambler ?
If so, how to write my line that will run the Jammer ?
If not how to execute Scrambler ?
Thank you
-
There is a new plugin to help with that...
http://sketchucation.com/forums/viewtopic.php?f=180%26amp;t=59990#p546980you should probably move this post to the developers forum for a targeted response...
john -
The Plugin doesn't have the area to function properly
So I posted in the topic:
http://sketchucation.com/forums/viewtopic.php?f=180%26amp;t=59990%26amp;p=547434#p547434
Thanks anyway for your intervention
-
I have a number of scrambled files and a number of different projects.
I put several batch files on the desktop and run them every time I make a change to any of the rb files.I put the files in a a public shared area so that I don't have to worry about virtual store with Windows 7 and so that I can place a single loader.rb file in many sketchup versions plugins folder.
This allows me to work with 1 set of files for SU7, SU8, SU 2013, SU 2014 and SU 2015replace project_1 with your own project and file_1.rb with your own file. My batch files have up to 40 lines - takes about 2 seconds to run on my old computer.
c:\src\SketchUpRubyScramblerWindows.exe c:\src\project_1\file_1.rb
c:\src\SketchUpRubyScramblerWindows.exe c:\src\project_1\file_2.rbxcopy "c:\src\project_1\file_1.rbs" "C:\Users\Public\Documents\Sketchup\project_1" /Y
xcopy "c:\src\project_1\file_2.rbs" "C:\Users\Public\Documents\Sketchup\project_1" /Yxcopy "c:\src\InstallFiles\Sketchup\project_1*.png" "C:\Users\Public\Documents\Sketchup\project_1" /Y
xcopy "c:\src\InstallFiles\Sketchup\project_1*.pdf" "C:\Users\Public\Documents\Sketchup\project_1" /Y
xcopy "c:\src\InstallFiles\Sketchup\project_1\readme.txt" "C:\Users\Public\Documents\Sketchup\project_1" /Y
Advertisement