Pages

▼
Showing posts with label CMD. Show all posts
Showing posts with label CMD. Show all posts
Thursday, April 20, 2017

'C:\Program' is not recognized as an internal or external command

›
This seems to happen from time to time with programs that are very sensitive to command lines, but one option is to just use the DOS path i...
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 "" "...
Wednesday, February 1, 2017

How can I delete only PDF File from a folder using VBS

›
Option Explicit Dim FileSystemObject, RootFolder, SubFolder, File On Error Resume Next Set FileSystemObject = CreateObject("Script...
Tuesday, January 31, 2017

How to download files from command line in Windows, like Wget

›
Create a file named 'Download_File.vbs' with following contents: DownloadUrl = "http://ovh.net/files/10Mb.dat" File...
›
Home
View web version
Powered by Blogger.