How to make facebook creator's page (profile to page migration in few steps)

Image
Step1:- Open the facebook on your browser(Beta version). Step2:- Click on gaming option on facebook. Step3:- Click on streamer dashboard. Step4:- Click on switch and follow the instructions. Step5:- Click on get started. Step6:- choose your page catogory. Step7:- Select your friends and friend request for migration. Step8:-  Select your photos, videos and albums from profile. Step9 :- Check the overview of selected photos, videos ans albums. If wrong you can edit this. Step10:- The page take few second for copy your profile information on page. Step11:- Page preview.  Keep in mind that currently your page is not visible to public. To publish your page Go to:-  Page>page setting>publish page If page does not publish try again in few hours....  THANK YOU!!!   Also like our page on facebook=  facebook.com/ComputerLearningBasics Share our articles with your friends and kee supporting........

1.HOW TO MAKE OWN CALCULATOR USING NOTPAD (Simple programming on Notepad) article by –Nabin Bhatta


Follow the simple steps which are given below:-
Step1: Open the Notepad application on your computer.
Step2: Copy this Coding and paste on Notepad.

@echo off
title Batch Calculator By Nabin
color 2f
:top
echo -------------------------------------------
echo Welcome to Nabin's Calculator
echo -------------------------------------------
echo.
set /p sum=
set /a ans=%sum%
echo.
echo = %ans%
echo -------------------------------------------
pause
cls
echo Previous Answer: %ans%
goto top
pause
exit
Step3: You can edit coding on notepad and you can set your own name.

Note: you can change only title and massage on file. Don’t  change the coding it’s harmful for your device.
Step4: Click on save and after click on Save as like below:-
Step5: After save the file on your desktop.
Note: save filename as extension .bat 
Step6: Open saved file from desktop.


Step7: You can see overview below:-

Step8: You can solve simple questions on your own made calculator.
At last you can solve simple operation in cmd prompt notepad programmming calculator. You can change ino aaplication later. I upload this very soon so, follow me and comment.
Thank you for all__________________

Comments

Post a Comment

Popular posts from this blog

Computer Fundamentals For Beginners

How to make facebook creator's page (profile to page migration in few steps)

Types of memory