Skip to main content

All Questions

Tagged with
220 questions with no upvoted or accepted answers
2 votes
0 answers
5k views

Automating Chrome command line print website to pdf issue

I would like to save bunch of websites stored locally on my hard drive as pdf, and when I am doing this by choosing menu > print... > save as pdf it works, but when I am trying to do this via Windows ...
pytajnik's user avatar
2 votes
0 answers
376 views

Working with source files while Robocopy is running

I need to make a backup of my entire Users folder from within Windows, but I also really need to be able to use my computer normally. I'm planning to use Robocopy for this purpose, and want to clarify ...
Hashim Aziz's user avatar
  • 13.1k
2 votes
0 answers
1k views

How can I open the Windows Media Player interface with task scheduler

Since my waking clock is broken I want to use my computer, and I managed to make it launch a music through task scheduler, but I would like the interface to show when the task is being run, but ...
Dijdkay's user avatar
  • 21
2 votes
0 answers
408 views

Windows 7 cmd window codepage

I have weird situation with cmd window codepage on windows 7(32bit). Since I need codepage 852 this was installed together with windows. Additionally, for DOS programs entry KB16 yu,852 is added in ...
user973238's user avatar
2 votes
0 answers
2k views

Can't get screen resolution through WMIC on fresh Windows 10 installation

Running wmic desktopmonitor get screenheight, screenwidth in Windows' command prompt should return my screen's height and width, however when running that command on my fresh Windows 10 install, no ...
darryl's user avatar
  • 21
2 votes
0 answers
6k views

What settings are being modified when you change the resolution on the desktop monitor for the first time?

I have a web UI running on a box that can change the desktop resolution on windows 7. To do so, it shells out to qres. Pretty standard. I have its HDMI out port going into a GEFEN HDMI detective plus, ...
Dan P's user avatar
  • 41
2 votes
0 answers
77 views

What are the underlying Windows7 mechanics that are responsible for opening selected files via key 'Enter'?

I need to create a batch script that opens n files, of same type and same suffix, with program p, without creating n instances of p (i. e. use multiple tabs instead of multiple instances). For some ...
mike's user avatar
  • 479
2 votes
1 answer
80 views

On command line, how to apply other context-menu operation on a file than default open?

With the start command in a Windows command line it is possible top apply the default context-menu "open" operation on a file, like: start file.pdf But the Windows context menu may define other ...
Morten Zilmer's user avatar
2 votes
2 answers
6k views

cmd.exe error windows 7 the application was unable to start correctly (0xc0000142). Click ok to close the application

when i try to open the cmd.exe. a box pops up with the message of cmd.exe error windows 7 the application was unable to start correctly (0xc0000142). Click ok to close the application. my pc was ...
Shrikant's user avatar
2 votes
0 answers
1k views

Pipe a list of files into vlc and mpc

I'm trying to pipe a list of all my files that start with "m" in my music folder. This line grabs all of my filenames correctly. I'm using windows 7 command line. dir /s /b | findstr -i -r "\\m[^\\\\]...
8nnequqnqnqnqnqnq's user avatar
2 votes
1 answer
6k views

Changing Visual Effects settings through command line

Is there a way to change/modify the Visual Effects settings via command line? For example, I want to control (enabling and disabling) on Animate windows while minimizing and maximizing option from ...
Gnanam's user avatar
  • 587
2 votes
1 answer
65 views

check and warp newest files added

How am I going to automatically check all the files that were added to the directory and then warp it immediately?Because everyday I am downloading hdf files and warping it from time to time is a ...
lovelyvm's user avatar
  • 160
2 votes
1 answer
1k views

Windows Batch - Move files to folder parent & Remove empty subfolders

I found several such questions and tried to adapt the answers to my needs but no luck so far. I'm trying to create two context menu entries in Windows 7 that would: Move all files from subfolders in ...
TMRW's user avatar
  • 1,074
2 votes
1 answer
365 views

Modifying the System Path variable from cmd

I am trying to modify my system Path value. I need this as I am doing an upgrade of the S/W and the users need to have access to the old and new system. I provide them with a toggle button which will ...
Vidya's user avatar
  • 21
2 votes
0 answers
1k views

Nested environment variable does not expanded

I can't explain the below strange issue. I have two system variables: PYTHONHOME = D:\Tools\ISDC_Tools\Scripting\Python.2.7 PYTHONPATH = %PYTHONHOME%;%PYTHONHOME%\Lib After creating a new cmd window,...
elady's user avatar
  • 323

15 30 50 per page
1
2
3 4 5
15