Pages

▼
Showing posts with label Windows Batch Script. Show all posts
Showing posts with label Windows Batch Script. Show all posts
Monday, June 19, 2017

VBScript: Execute Script Using Command Prompt | Execute Script Using Batch File Processing

›
VBScript: Execute Script Using Command Prompt | Execute Script Using Batch File Processing. It's easy to execute a VBScript file usin...
Tuesday, February 7, 2017

Resize command prompt through commands

›
mode con: cols=130 lines=40 OR mode 130,40
Saturday, February 4, 2017

Windows CMD, Clear All Browsers Cache & Everything

›
::@ECHO OFF ::cscript.exe "Test.vbs" ::pause ::exit; @echo off rem IE taskkill /F /IM iexplore.exe start "" "...
Monday, January 30, 2017

Windows Batch Script to create new MySQL database and import

›
Create a file named restore.bat with following contents & double to click to create new database & import data to selected databas...

Windows Batch Script to backup local MySQL database

›
Create a file name "backup.bat" with following contents and double click to backup selected database to local file. @ECHO OF...
›
Home
View web version
Powered by Blogger.