Search found 8 matches

by jebesh_s
05 Feb 2008 00:44
Forum: DOS Batch Forum
Topic: How towrite a i/p value in registry
Replies: 2
Views: 7342

noone knows?
by jebesh_s
31 Jan 2008 05:42
Forum: DOS Batch Forum
Topic: How towrite a i/p value in registry
Replies: 2
Views: 7342

How towrite a i/p value in registry

Dear Gurus

please help me to get a input value via dos batch file and write it in registry
for example i am giving i/p like d:\forms\,i need to write this i/p in registry
under hkey_local_meachine-software-oracle
Thanks
Antony
by jebesh_s
06 Nov 2007 05:13
Forum: DOS Batch Forum
Topic: how to get the return value on variable
Replies: 10
Views: 23796

No Response?
by jebesh_s
06 Nov 2007 00:34
Forum: DOS Batch Forum
Topic: how to get the return value on variable
Replies: 10
Views: 23796

thanks for reply, if i user for /f it accepts the token part, but it is not accepting the delimeters parts my script is -------------- FOR /f "TOKENS=1-3,DELIMS=" %%A IN ('REG QUERY HKLM\Software\Oracle /v FORMS60') DO SET result=%%C echo %result% pause it raise the following error Delims=...
by jebesh_s
05 Nov 2007 07:41
Forum: DOS Batch Forum
Topic: how to get the return value on variable
Replies: 10
Views: 23796

I have written the script like this below FOR "TOKENS=1-3,DELIMS= " %%A IN ('REG QUERY HKLM\Software\Oracle /v FORMS60') DO SET result=%%C echo %result% pause it shows the following error message "TOKENS=1-3,DELIMS=" Was unexpected at this time. I am new to dos script please tel ...
by jebesh_s
05 Nov 2007 07:21
Forum: DOS Batch Forum
Topic: how to get the return value on variable
Replies: 10
Views: 23796

Thanks

could you please explain the use of token1-3 and delimeter=, in that line

Thanks
Antony
by jebesh_s
05 Nov 2007 01:21
Forum: DOS Batch Forum
Topic: how to get the return value on variable
Replies: 10
Views: 23796

Thanks for your response
how can i show the return value which is hold on the variable

Thanks
Jebesh
by jebesh_s
31 Oct 2007 04:51
Forum: DOS Batch Forum
Topic: how to get the return value on variable
Replies: 10
Views: 23796

how to get the return value on variable

Dear Gurus,

I am reading the regedit by

REG QUERY "HKLM\Software\Oracle" /v FORMS60

the return value is like below :

FORMS60 REG_EXPAND_RZ d:\forms6i\FORMS60

How may i store the return value on a variable

Please Help me

Thanks
Jebesh