Dear visitor, welcome to krpano.com Forum. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.
Location: Netherlands
Occupation: Krpano custom coding / Virtual Tours / Photography / Musician / Recording engineer
![]() |
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 |
@echo off echo MAKE VTOUR (NORMAL) droplet IF "%~1" == "" GOTO ERROR IF NOT EXIST "%~1" GOTO ERROR set /p name=File name for tour.xml (type without .xml): set KRPANOTOOLSEXE=krpanotools64.exe if "%PROCESSOR_ARCHITECTURE%" == "x86" set KRPANOTOOLSEXE=krpanotools32.exe "%~dp0\%KRPANOTOOLSEXE%" makepano "%~dp0\templates\vtour-normal.config" %* del vtour\tour.js echo tour.js deleted ren vtour\tour.xml %name%.xml echo tour.xml renamed in %name%.xml GOTO DONE :ERROR echo. echo Drag and drop several panoramic images on this droplet to create echo automatically a simple virtual tour with normal panos from it. :DONE echo. pause |
Location: Netherlands
Occupation: Krpano custom coding / Virtual Tours / Photography / Musician / Recording engineer
![]() |
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 |
@echo off echo MAKE VTOUR (NORMAL) droplet IF "%~1" == "" GOTO ERROR IF NOT EXIST "%~1" GOTO ERROR set /p name=File name for tour.xml (type without .xml): "%~dp0\krpanotools.exe" makepano "%~dp0\templates\vtour-normal.config" %* del vtour\tour.js echo tour.js deleted ren vtour\tour.xml %name%.xml echo tour.xml renamed in %name%.xml GOTO DONE :ERROR echo. echo Drag and drop several panoramic images on this droplet to create echo automatically a simple virtual tour with normal panos from it. :DONE echo. pause |
Location: Netherlands
Occupation: Krpano custom coding / Virtual Tours / Photography / Musician / Recording engineer
Location: Netherlands
Occupation: Krpano custom coding / Virtual Tours / Photography / Musician / Recording engineer
Location: Netherlands
Occupation: Krpano custom coding / Virtual Tours / Photography / Musician / Recording engineer