Search found 23 matches
- 15 Dec 2019 01:03
- Forum: DOS Batch Forum
- Topic: xls , calc , xlsx to xml with unicod fonts
- Replies: 1
- Views: 3009
xls , calc , xlsx to xml with unicod fonts
Hellos, Looking for batch script to convert xls , calc or xlsx to xml with unicode fonts</t> I have tried with this but no luck. :- https://www.dostips.com/forum/viewtopic.php?t=8295 I have question paper with 39 headers columns in xls file with values around 50 rows which I need to convert in xml f...
- 01 Mar 2013 01:35
- Forum: DOS Batch Forum
- Topic: Ver check & install
- Replies: 16
- Views: 13543
Re: Ver check & install
FOR /F "tokens=1-4 delims=." %%A IN ("%firefox%") DO SET "javaCompareVer=%%A%%B%%C"
this function remove dots.
What my point is after installing first time they need to exit second time by logic but it not...
it install every time...
this function remove dots.
What my point is after installing first time they need to exit second time by logic but it not...
it install every time...
- 01 Mar 2013 00:59
- Forum: DOS Batch Forum
- Topic: Ver check & install
- Replies: 16
- Views: 13543
Re: Ver check & install
another twist i have currently installed firefox version 17.0.2. So for update new version i have set version=19.0.1 (it is 19.0 only) when i run the code it update first time bcoz 1901 GTR 1702. But when i run again then it also install bcoz in registry firefox value is :- 19.0 (en-US) then it bcom...
- 20 Feb 2013 20:03
- Forum: DOS Batch Forum
- Topic: Ver check & install
- Replies: 16
- Views: 13543
Re: Ver check & install
Thanks abc0502
i got it clear now..
i got it clear now..
- 20 Feb 2013 04:31
- Forum: DOS Batch Forum
- Topic: Ver check & install
- Replies: 16
- Views: 13543
Re: Ver check & install
G:\>Me.bat
A=B
1 ------------- %Comparever%
"17001 " ------------- %CurrVer%
Press any key to continue . . .
Up to date
A=B
1 ------------- %Comparever%
"17001 " ------------- %CurrVer%
Press any key to continue . . .
Up to date
- 20 Feb 2013 03:36
- Forum: DOS Batch Forum
- Topic: Ver check & install
- Replies: 16
- Views: 13543
Re: Ver check & install
I don't know where i am wrong but command gose only on up to date... only.... here is code:- @echo off SET "Version=1" CALL :GetVer FOR /F "tokens=1-4 delims=." %%A IN ("%Version%") DO SET "CompareVer=%%A%%B%%C" FOR /F "tokens=1-4 delims=." %%A IN ('...
- 19 Feb 2013 21:23
- Forum: DOS Batch Forum
- Topic: Ver check & install
- Replies: 16
- Views: 13543
Re: Ver check & install
mfm4aa thanks for the replay. & yes reg work the fast & reliable then wmic. It's work great. But one more thing i do with this java version like for /f "tokens=2*skip=4" %%a in ('reg query "HKLM\SOFTWARE\JavaSoft\Java Runtime Environment" /v Java7FamilyVersion') do echo %...
- 19 Feb 2013 04:05
- Forum: DOS Batch Forum
- Topic: Ver check & install
- Replies: 16
- Views: 13543
Re: Ver check & install
Thanks for the replay abc0502
i try above code but it stuck. it stuck when making vbs file.
even GetVer.vbs is generated but 0 bytes & prompt get stuck.
Any ideas dear,
i try above code but it stuck. it stuck when making vbs file.
even GetVer.vbs is generated but 0 bytes & prompt get stuck.
Any ideas dear,
- 19 Feb 2013 02:42
- Forum: DOS Batch Forum
- Topic: Ver check & install
- Replies: 16
- Views: 13543
Ver check & install
hello to all, I am looking for code that check flash version if version is lower then Current version it install flash if not then exit.. Here my code... To check the Version (i want this code batch file if possible) ver.vbs ===== On Error Resume Next Const strComputer = "." Const HKLM = &...
- 28 Nov 2012 02:00
- Forum: DOS Batch Forum
- Topic: Wifi Profiles
- Replies: 7
- Views: 6742
Re: Wifi Profiles
Thanks bro.
Yes exactly that what i want.
Yes exactly that what i want.
- 27 Nov 2012 03:05
- Forum: DOS Batch Forum
- Topic: Wifi Profiles
- Replies: 7
- Views: 6742
Re: Wifi Profiles
Thanks for the replay. that for each selection has it's own name, ssid & sharedkey that needs to be inserted in the form of the xml file depending on the option ?(user not input anything just selecting options name , sharedkey & ssid in variable .) nothing to input when batch run just select...
- 26 Nov 2012 22:30
- Forum: DOS Batch Forum
- Topic: Wifi Profiles
- Replies: 7
- Views: 6742
Re: Wifi Profiles
It's working fine. Thanking you very much bro. but one help if possible I want to set variable at "name" , "ssid" & "Sharedkey" so that if options 1 select then the three value come with their variable & if option 2 Select then value come with this parameter &am...
- 26 Nov 2012 05:11
- Forum: DOS Batch Forum
- Topic: Wifi Profiles
- Replies: 7
- Views: 6742
Wifi Profiles
Hello to all, i have few different-different ssid for wifi connectivity so i want a wifi profile create script that add profile in wifi network so i have this... netsh wlan add profile filename=my.xml Xml file is here: <?xml version="1.0"?> <WLANProfile xmlns="http://www.microsoft.com...
- 28 Sep 2012 04:00
- Forum: DOS Batch Forum
- Topic: Again with Parallel Process
- Replies: 10
- Views: 7069
Re: Again with Parallel Process
when i start session it will done one by one.. & if it stuck at any place like in 5 number machine have problem whole session just stuck.. now i want start psexec in 30 pc's at same time upstage code is start ping in 5 computer at same time with same window. so if 3 number is timeout it don't ma...
- 28 Sep 2012 03:47
- Forum: DOS Batch Forum
- Topic: Again with Parallel Process
- Replies: 10
- Views: 7069
Re: Again with Parallel Process
i have total 150 ps's with 5 lab with 30 pc's per lab.
For username & password i have 3 set.
like:- administrator 123456
adminlab3 852369
adminlab5 741258
For username & password i have 3 set.
like:- administrator 123456
adminlab3 852369
adminlab5 741258