source: trunk/third/perl/wince/registry.bat @ 18450

Revision 18450, 978 bytes checked in by zacheiss, 22 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r18449, which included commits to RCS files with non-trunk default branches.
Line 
1@echo off
2
3::- This script must be executed on the PC with an ActiveSync
4::- connection. If it does not work, create the entries with
5::- a remote registry editor or get a registry editor for your
6::- devices.
7::-
8::- You need my cereg.exe program.
9
10::- My paths...
11set perlexe=\speicherkarte2\bin\perl.exe
12set perllib=\speicherkarte2\usr\lib\perl5
13
14::- PERL5LIB
15cereg -k "HKLM\Environment" -n "PERL5LIB" -v "%perllib%"
16
17::- For ShellExecute
18cereg -k "HKCR\.pl" -n "" -v "perlfile"
19cereg -k "HKCR\perlfile" -n "" -v "Perl Script"
20cereg -k "HKCR\perlfile\DefaultIcon" -n "" -v "%perlexe%,-1"
21
22::- You might need to fix the quotes if your paths contain spaces!
23cereg -k "HKCR\perlfile\Shell\open\command" -n "" -v "%perlexe% %%1"
24
25cereg -k "HKLM\Environment" -n "ROWS" -v "10"
26cereg -k "HKLM\Environment" -n "COLS" -v "75"
27cereg -k "HKLM\Environment" -n "PATH" -v "/Speicherkarte2/bin"
28cereg -k "HKLM\Environment" -n "UNIXROOTDIR" -v "/Speicherkarte2"
Note: See TracBrowser for help on using the repository browser.