This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Regen stuff.
[perl5.git] / wince / registry.bat
index f9c8193..0fd58c3 100755 (executable)
@@ -1,28 +1,28 @@
-@echo off\r
-\r
-::- This script must be executed on the PC with an ActiveSync\r
-::- connection. If it does not work, create the entries with\r
-::- a remote registry editor or get a registry editor for your\r
-::- devices.\r
-::-\r
-::- You need my cereg.exe program.\r
-\r
-::- My paths...\r
-set perlexe=\speicherkarte2\bin\perl.exe\r
-set perllib=\speicherkarte2\usr\lib\perl5\r
-\r
-::- PERL5LIB\r
-cereg -k "HKLM\Environment" -n "PERL5LIB" -v "%perllib%"\r
-\r
-::- For ShellExecute\r
-cereg -k "HKCR\.pl" -n "" -v "perlfile"\r
-cereg -k "HKCR\perlfile" -n "" -v "Perl Script"\r
-cereg -k "HKCR\perlfile\DefaultIcon" -n "" -v "%perlexe%,-1"\r
-\r
-::- You might need to fix the quotes if your paths contain spaces!\r
-cereg -k "HKCR\perlfile\Shell\open\command" -n "" -v "%perlexe% %%1"\r
-\r
-cereg -k "HKLM\Environment" -n "ROWS" -v "10"\r
-cereg -k "HKLM\Environment" -n "COLS" -v "75"\r
-cereg -k "HKLM\Environment" -n "PATH" -v "/Speicherkarte2/bin"\r
-cereg -k "HKLM\Environment" -n "UNIXROOTDIR" -v "/Speicherkarte2"\r
+@echo off
+
+::- This script must be executed on the PC with an ActiveSync
+::- connection. If it does not work, create the entries with
+::- a remote registry editor or get a registry editor for your
+::- devices.
+::-
+::- You need my cereg.exe program.
+
+::- My paths...
+set perlexe=\speicherkarte2\bin\perl.exe
+set perllib=\speicherkarte2\usr\lib\perl5
+
+::- PERL5LIB
+cereg -k "HKLM\Environment" -n "PERL5LIB" -v "%perllib%"
+
+::- For ShellExecute
+cereg -k "HKCR\.pl" -n "" -v "perlfile"
+cereg -k "HKCR\perlfile" -n "" -v "Perl Script"
+cereg -k "HKCR\perlfile\DefaultIcon" -n "" -v "%perlexe%,-1"
+
+::- You might need to fix the quotes if your paths contain spaces!
+cereg -k "HKCR\perlfile\Shell\open\command" -n "" -v "%perlexe% %%1"
+
+cereg -k "HKLM\Environment" -n "ROWS" -v "10"
+cereg -k "HKLM\Environment" -n "COLS" -v "75"
+cereg -k "HKLM\Environment" -n "PATH" -v "/Speicherkarte2/bin"
+cereg -k "HKLM\Environment" -n "UNIXROOTDIR" -v "/Speicherkarte2"