Posts

Showing posts with the label Use full Command And Batch File

How To Recover Pasdb Suspect

1.ALTER DATABASE posdb SET EMERGENCY 2.DBCC checkdb(posdb) 3.ALTER DATABASE posdb SET SINGLE_USER WITH ROLLBACK IMMEDIATE 4.DBCC CheckDB (posdb, REPAIR_ALLOW_DATA_LOSS) 5.ALTER DATABASE posdb SET MULTI_USER  This is the command for all data base recover from suspect . First rename db with suspect db name and then Execute query one by one , then it is solved with out any data lose.

How to Open Control Panel Folders from the Command Prompt

SUMMARY This article describes how to start Control Panel applications and open folders at the MS-DOS command prompt. MORE INFORMATION Use the following syntax to launch Control Panel applications and open folders: Syntax Description Control desktop Launches the Desktop Control Panel subprogram Control color Launches the Desktop Control Panel subprogram, with the Appearance tab preselected Control date/time Launches the Date/Time Control Panel program Control international Launches the Regional Settings Control Panel subprogram Control mouse Launches the Mouse Control Panel subprogram Control keyboard Launches the Keyboard Control Panel subprogram Control printers Displays the Printers folder Control fonts Displays the Fonts folder Control input.dll Launches the Text Services and Input Language settings Control Panel subprogram For Windows 2000: Syntax Description Control folders Launches the Folder Settings Control Panel subprogram Control ne...

Tutorial for --The World of DOS - Creating Batch Files

Image
The World of DOS - Creating Batch Files Introduction (1) History (1) DOS/Win3.11/95/98 vs. NT/ME/XP/2000 (1) Command Index (1) Navigating DOS (2) Tips and Tricks (2) Network/Hardware Utilities (3) How to make and use bootable floppy disks (3) Batch Files (4) Creating Batch Files (4) Batch file utilities and commands (4)    BREAK   CALL   CHOICE   CLS   ECHO   EXIT   FOR   GOTO   IF   LASTDRIVE   MSCDEX   PAUSE   REM   SET   The AUTOEXEC.BAT file (4)    Autoexec.nt    config.sys Types of Batch and System Files (4) Parameters in batch files (4) Batch File Library (5) Subject Index (5) Helpful DOS Links (5) Batch Files What are batch files? Batch files are not programs, pre se, they are lists of command line instructions that are batched together in one file. For the most part, you coul...

Bootable usb drive using command prompt .iso version

Image
This is an updated  version of the previous command prompt post. This version only requires the iso image file of the windows, a program to mount the image, and Windows 7 or Vista as the operating system. The first step is to obtain a  .iso image file of Windows XP, Vista, 7, 8 is not supported  in this method. Now you need to mount the .iso  image file with a magic disk, daemon tools or any other mounting program. The next step is to open the command prompt with administrator rights.  Go to start, in the search bar type cmd, and right click the cmd file and select run as administrator . In the cmd program you need to type the following commands : diskpart→list disk→select disk 1 (disk 1 is my USB drive, you need to select your USB drive, you will recognize the USB drive by its size) →clean→create partition primary→select partition 1 (or 2,3,4 depending on what number is your USB drive) →active→format fs=ntfs→ (the formatting proces...

Install Windows 7 from a USB drive the very easy way

Image
The fastest way to install windows 7 is from a bootable USB drive. You can cut the install time down to around 15 minutes compared with 30-40 via DVD if you use a fast drive. People still asking me to explain what is the best way to do this as many of the guides online are too complex, or require third party software which doesn’t always work as they supposed to. With this bootable USB guide, all you need to ensure is that your motherboard supports USB booting , and this is a common feature now for most of the computers. Today I am going to publish a step by step guide which works perfectly and doesn’t require any additional tools – I have been doing it for some time now to create bootable Windows install drives. You need to get hold of a fast USB 2.0 flash drive. It doesn’t need to be 32GB or bigger,however, all you need is a 4GB unit. The faster it is, the better. What you need : – Windows 7 DVD install disc or ISO image – USB Drive (4GB+ and as fast as you can get) – Ru...

How To Change Your Multi-Location IP Using Batch File

This file only work at Windows 7 And Windows 8 Please Copy the bellow command in notepad and save this file as a .bat file like (IP Changr.bat) and Change The IP series as your location wise and save. .... Copy This  Bold Maintion File.......................... " @echo off ::: Note :::: echo Please make sure you are starting this batch script as an Administrator.                            :START Echo Select the no ECHO 1 Conclave Echo 2 Swabhumi Echo 3 CCSL Echo 4 Vishwakarma Echo 5 CCNT Echo 6 Ecohub Echo 7 Upohar Echo 8 Siliguri Echo 9 raipur Echo 0 Quit set /P c=Do you want to switch to connection ? Plz Type Your Location Code and then Press Enter. :::: Choice :::: if /I "%c%" EQU "1" goto :ConnectionOne if /I "%c%" EQU "2" goto :ConnectionTwo if /I "%c%" EQU "3" goto :ConnectionThree if /I "%c%" EQU "4" goto :ConnectionFour if /I "%c%"...

List of Run Commands in Windows 7 and 8

In this article a complete list of Run Commands in Windows 7 and 8 . These commands allows to quickly access features and applications to customize operative system environment. These run commands are available for almost all settings available in Windows control panel. Note : most part of these commands are compatible with Windows 7, Vista e Windows XP. As someone has kindly reported, some commands are not compatible between different versions. Please check the commands and use the correct ones for your version of the operating system. Technical feedback are always appreciated, please send me any info that it helpful to improve this article. Used full run command Function Command Open Documents Folder documents Open Videos folder videos Open Downloads Folder downloads Open Favorites Folder favorites Open Recent Folder recent Open Recent Folder logoff Open Pictures Folder ...