Showing posts with label application. Show all posts
Showing posts with label application. Show all posts

June 14, 2019

Consumerfed intranet application developed for regional office kozhikode

Consumerfed intranet application developed for regional office kozhikode


Created an intranet for other sections operating inside kozhikode regional office.

* Helps to communicate with other employees effectively

* Helps to assign the task efficiently.

* Communication is easy now

* It cannot access from outside.

* Deployed on a dedicated server.








Just watch the video...

Feel free to comment...
v

May 28, 2019

Bat file that runs and identifies the system configuration- system tools


No Matter how hard things are, if time comes we can achieve it.

Old systems are always a head ache for Information Technologies Technicians who working at consumerfed. Replacing the right part by knowing the actual configuration is a nightmare for them.

Some computers are aged more than the employees there.

So Consumerfed Information Technology Section finds a solution for such issues, We have created a bat file that runs and identifies the system configuration and check the basic needs are working finely...

The sample code is given below, Just copy & paste to a notepad, save it as bat extension. run it.

Contact us on 8281808029 ( consfedkozhikode(at)gmail.com)


Diagnosis tool developed by kozhikode region Information Technology


 

MKDIR D:\ITDiagnosis
if not exist D:\ITDiagnosis\diagnosis.txt dir > D:\ITDiagnosis\diagnosis.txt
echo cfed tool run on %date% >> D:\ITDiagnosis\diagnosis.txt
wmic bios get serialnumber >> D:\ITDiagnosis\diagnosis.txt
wmic computersystem get model >> D:\ITDiagnosis\diagnosis.txt
echo checking units network issue >> D:\ITDiagnosis\diagnosis.txt
echo ===================== >> D:\ITDiagnosis\diagnosis.txt
net view >> D:\ITDiagnosis\diagnosis.txt

echo checking your internet >> D:\ITDiagnosis\diagnosis.txt
echo ================>> D:\ITDiagnosis\diagnosis.txt
ping www.google.co.in >> D:\ITDiagnosis\diagnosis.txt

echo checking ro ftp connection >> D:\ITDiagnosis\diagnosis.txt
echo ===================>> D:\ITDiagnosis\diagnosis.txt
ping 117.218.68.154 >> D:\ITDiagnosis\diagnosis.txt


echo ip address details >> D:\ITDiagnosis\diagnosis.txt
echo =============>> D:\ITDiagnosis\diagnosis.txt
ipconfig /all >> D:\ITDiagnosis\diagnosis.txt

getmac >> D:\ITDiagnosis\diagnosis.txt

echo Routing table >> D:\ITDiagnosis\diagnosis.txt
echo =========>> D:\ITDiagnosis\diagnosis.txt
route print >> D:\ITDiagnosis\diagnosis.txt


echo System Informations >> D:\ITDiagnosis\diagnosis.txt
echo ===============>> D:\ITDiagnosis\diagnosis.txt
systeminfo >> D:\ITDiagnosis\diagnosis.txt

echo User details >> D:\ITDiagnosis\diagnosis.txt
echo ===============>> D:\ITDiagnosis\diagnosis.txt
net user >> D:\ITDiagnosis\diagnosis.txt
wmic useraccount list brief >> D:\ITDiagnosis\diagnosis.txt

if not exist D:\ITDiagnosis\swlist.txt dir > D:\ITDiagnosis\swlist.txt
wmic product >> D:\ITDiagnosis\swlist.txt

echo The code is written by bithesh Consumerfed Information Technology SECTION, Regional Office Kozhikode >> D:\ITDiagnosis\diagnosis.txt


Facebook comments