Questions tagged [windows-command-prompt]

Refers to the default CLI that ships with all versions of Windows, often shortened to just "command prompt" or cmd (after the file name of the executable).

Refers to the default CLI that ships with all versions of Windows, often shortened to just "command prompt" or cmd (after the file name of the executable).

383 questions
-1
votes
2 answers

Starting CMD or Powershell in current folder from windows explorer

I know that you can start cmd or powershell from windows explorer; when you type "cmd" or "powershell" in current path of the explorer window. But what when you have folders that are named "CMD" or "powershell". I have them both and when I type…
IGRACH
  • 111
  • 4
-1
votes
1 answer

Windows CMD run a command and inject the date

I have the following command: c:\run.exe >> c:\log.txt I actually want: c:\run.exe >> c:\log_19-07-2016.txt Can it be done? Thanks
fatNjazzy
  • 69
  • 3
  • 11
-1
votes
1 answer

How to change network config through command line?

The system is Windows 8.1 Professional. I want to change through command line my network config to this one : How to do that ?
-1
votes
1 answer

robocopy cannot find path

i have batch script like bellow: SET SOURCE=F:\Diff\For_VOYAGE\models.pck.files\models\players SET DESTINATION=F:\Diff\For_VOYAGE\models.pck.files\NEW\models\players SET LOG=LOG.txt robocopy %SOURCE%\装备\女\印度舞娘时装上衣 %DESTINATION%\装备\女\印度舞娘时装上衣 /E…
hrace009
  • 1
  • 3
-1
votes
1 answer

Changing file permissions and adding owner from CMD

I am unable to change permissions of certain files in a directory even though I have logged into a server using an Administrator account. Is there a way to force the permissions of these files via CMD recursively?
-1
votes
1 answer

How can I access comand line like cmd.exe on my dedicated linux server?

I have installed the ffmpeg by composer in my local server(windows7) and everything is working good now the site is live on internet (server CENTOS 6.7 x86_64 kvm) and I need to install it to the server. I dont know how to do this. I installed it on…
-1
votes
1 answer

Can't access (ping, tracert..) from cmd but works from putty

I am not able to ping or tracert to a remote machine from windows command line, but I am able to ping/tracert and access same machine when using putty on same windows machine. What can I do to access from command prompt as well?
Ayush
  • 101
  • 2
-1
votes
2 answers

Search for file names containing space

I have a batch file that helps me in install multiple pieces of software from a shared folder. It's working well with software whose names don't contain spaces, but I need it to work with software does. this code is working fine because thereis no…
-1
votes
2 answers

Desktop backups maintenance on a network share

I have configured Windows Backup and Restore function on Windows 7 Professional desktops to make daily backup on a network share placed on a Windows Server 2012. (BTW It's a pity that this utility does not have an option to use currently logged in…
-1
votes
1 answer

creating a drive (letter) that is a link to a folder

on my home pc I want to simplify things when it falls to accessing my home folder, so I would like to make my c:\Users\myusername folder pointing to a virtual drive created ad-hoc, such as Y:. In this I would spare the tediousness of writing that…
-1
votes
1 answer

Copying a set of local files to ftp

I want to copy a set of local files to ftp://124.30.124.230 (it will ask for a username and password). I want to do this work on 400 systems so I have planned to do this work by creating a batch file to do that work. Can anybody help me out with the…
Phillips
  • 1
  • 1
  • 2
-1
votes
1 answer

Add Network Printer using command /Powershell after exporting it from One Machine to Another Windows 10/11

AIM : To export Network Printer from one Windows 10 machine to an output file and using that output file import it to another Windows 10 machine on the same network. Research work: The following Powershell cmd shows the Mapped printers for a…
-1
votes
1 answer

Local user login on a domain machine, receiving System error 5 occurred Access is denied error

We are trying to use the command prompt net group from a local login on a workstation.. This workstation is on the domain, but I'm logging in as the local user: .\localuser and not the domain\user. Command prompt we are using. net group…
-1
votes
1 answer

Mapping D disk using cmd command

I tried to map disk D with the next command in Command Prompt "net use Y: \ComputerName\D$" and I get errors. Can you help me with the correct syntax? But if I want to map a folder let's say Share from disk D. When I map disk D from Explorer with…
Stelian
  • 1
  • 1
-1
votes
1 answer

Windows 10 - Shell commands for CTRL+Alt+Del not working

We have an icon with a target path of "explorer.exe shell:::{2559a1f2-21d7-11d4-bdaf-00c04f60b9f0}" which pulls up Windows Security window in order for users to select change password from an RDP session. Well we are also attempting to use this same…
1 2 3
25
26