1 Feb 2005 09:06
get german keyboard letters under xp in batch
hello I created a little batch for filling in some infos for handling of failure incidents and than copy and past it into outlook. how can I insert the german keyboard funktions for using the german specific letters öäü ? del order.txt <at> echo off <at> echo insert gender: set /p gendera= <at> echo insert customer: set /p customer= <at> echo insert gender: set /p genderb= <at> echo insert user: set /p user= <at> echo incident eingeben: set /p incident= <at> echo Hallo %gendera% %customer% >> order.txt <at> echo bitte eröffnen Sie ein Ticket für %genderb% %user% beim SCI >> order.txt <at> echo wegen: >> order.txt(Continue reading)
RSS Feed