Search found 6 matches

by vivek4075
22 Nov 2010 23:11
Forum: DOS Batch Forum
Topic: how to pass/read unicode char on command line/batch script
Replies: 12
Views: 34099

Re: how to pass/read unicode char on command line/batch scri

Hi,
Is it possible scenario like if OS locale is English then can we pass Japanese char on command line if aal the lang font are installed on system
If yes then please let me know how we can pass the correct value via cmd.

Please help
Thanks in Advance
VJoy
by vivek4075
15 Nov 2010 03:49
Forum: DOS Batch Forum
Topic: How to remove string from another string in batch
Replies: 13
Views: 15181

Re: How to remove string from another string in batch

Thanks Allot Mr. Mxpert/Amel27 last two solution is generic sol'n and this was applicable for me with double quotes which i never thought about that situation and today i got the same problem so again i thanks to all of you how game me the solution in advance. Please reffer some book link Thanks VJoy
by vivek4075
14 Nov 2010 04:20
Forum: DOS Batch Forum
Topic: How to remove string from another string in batch
Replies: 13
Views: 15181

Re: How to remove string from another string in batch

thanks allot Mr. amel27 absolutely right ,perfect now this is what i want. Please suggest me some book or link to start batch concepts. In the same forum i have posted one more Question and i know you will be the perfect man to answer the problem How to pass unicode param on cmd line or read unicode...
by vivek4075
13 Nov 2010 13:02
Forum: DOS Batch Forum
Topic: how to pass/read unicode char on command line/batch script
Replies: 12
Views: 34099

how to pass/read unicode char on command line/batch script

please help me

I have one batch script file which is just reading one properties file which have some special unicode char
how to read those char as correct version so that i can use for other opertaion.

Thnaks
vJoy
by vivek4075
13 Nov 2010 07:28
Forum: DOS Batch Forum
Topic: How to remove string from another string in batch
Replies: 13
Views: 15181

Re: How to remove string from another string in batch

thanks allot Mr. Amel27 It is working fine but there is one problem. like if command contains password then every thing is fine but some time this will not be the part of string so in this case whatever %command% contains this will print two time. Can you help me on that ? Problem on Cmd.exe(command...
by vivek4075
11 Nov 2010 23:12
Forum: DOS Batch Forum
Topic: How to remove string from another string in batch
Replies: 13
Views: 15181

How to remove string from another string in batch

Hi All, I am new to this forum as well as in batch knowledge.Please help me to short out the problem there is a string command %command% and this value is mywork server username=abc password=xxxx doaction so i need to reform the same string without password. result should be like this mywork server ...