Tagged Questions
0
votes
1answer
30 views
Pipe works in Powershell but not CMD?
So the larger context of this problem is that it isn't possible, for whatever reason, to decrypt this file using, say, Bouncy Castle, so we're trying to do an automated command line with the normal ...
0
votes
3answers
83 views
F# environment integration (for scripting)
I like F# and I want to practice a little by writing some scripts for automation of some annoying task.
How do i interact with other programs the same way i can do from CMD or PowerShell
for example ...
0
votes
1answer
19 views
Powershell New-SmbMapping drives only accessible from Powershell [closed]
As I understand it, New-SmbMapping W: -RemotePath \\myserver\myfolder should do the same thing as net use w: \\myserver\myfolder. However, if I use net I am easily able to access the mapped drive ...
0
votes
1answer
35 views
How to have Powershell process files in a folder and pass a CMD command with variables
I am writing a Powershell script that will take all the files in a user specified folder and pass them one by one to the command line, which will then dump the resulting files (.CSVs) into another ...
0
votes
1answer
57 views
Powershell variable for cmd argument
I want to use a powershell variable for a cmd argument but I don't know how to make it.
function iptc($file)
{
$newcredit = correspondance($credit)
$cmd = '& ...
-2
votes
0answers
39 views
MySQL? how do i open it in Powershell [closed]
I need to be able to copy commands that i entered and results i get. But CMD dosent let me copy text... I know that powershell lets me copy...
i know how to open mysql command line thing, i need to ...
1
vote
1answer
60 views
Executing a Powershell script in CMD.EXE from a location with “Illegal characters in path”
I am attempting to call a Powershell script in cmd.exe and the script is in a location that looks like this: c:Data\foo - bar\location-1\ShellScript.ps1
When I am calling this script I have tried ...
2
votes
2answers
69 views
How can I detect whether or not I am in powershell from a command line?
I am creating a standard windows BAT/CMD file and I want to make an IF statement to check whether or not this CMD file is run from PowerShell. How can I do that?
Edit: My underlying problem was that ...
0
votes
1answer
47 views
Benchmark A Page Via Windows Command Line and Powershell
I would like to benchmark the response time of a site as well as simulate a load via the windows command line (WIN+R)
Is this possible?
What is the windows equivalent of this linux command:
$ ab -n ...
1
vote
1answer
35 views
Is it possible to show a remote connected console?
I'm connected from a Linux machine to a Windows machine through winexe. I log onto the Windows machine with a user on that machine.
I can run cmd.exe or powershell scripts.
Now my problem: If I'm on ...
0
votes
2answers
108 views
Multiple statements using && [duplicate]
What would be the equivalent statement of CMD's:
dir && cd ..
in Powershell?
I tried:
dir -and cd ..
but it throws error:
Get-ChildItem : A parameter cannot be found that matches ...
0
votes
2answers
312 views
File / folder chooser dialog from a Windows batch script
Typically, asking the user to supply a file name to a batch script is a messy affair, requiring no misspellings, quotes around paths with spaces, and so forth. Unfortunately, users aren't well-known ...
0
votes
1answer
171 views
My PowerShell script only works when running from ISE
I can't post all of the script contenet, but the basic idea is that it downloads JSON and converts it to objects using the ConvertFrom-Json cmdlet. Some objects are filtered out, and the rest are ...
1
vote
2answers
717 views
Edit triggers for a Windows Task Scheduler Task
We currently have several hundred tasks scheduled in Windows Task Scheduler on our server 2008 box. There are a number of tasks that are running every half hour indefinitely. Is there any way to use a ...
3
votes
2answers
281 views
Effect of parens on powershell Get-Content cmdlet
What is the effect of putting parens around the Get-Content cmdlet? Why can I read and write to the same file with the parens but not without?
Here is an example of the code in question.
powershell ...
2
votes
1answer
59 views
Running raco on the Windows command line
I am trying to make a stand-alone Racket executable on the Windows platform. How do I go about running raco from the windows command line? I'm not familiar with it.
If I use the documentation and ...
1
vote
1answer
57 views
Prompting for input in powershell
I want to the script to prompt for the string pattern in the select-string. How can I do that ?
$FileExists = (Test-Path C:\Users\v-hshabb\Desktop\text.txt)
echo $FileExists
If (($FileExists))
{
...
1
vote
1answer
73 views
Powershell multithreading not working on cmd.exe
I need to run some code in powershell using multi-thread, i have tested a simple snippet and it runs fine on a powershell console. however when i try to run on a cmd.exe the code doesnt execute and no ...
0
votes
1answer
110 views
Update Windows 7 via cmd [closed]
I need to automate the updating/installation of MS patches in some remote machines.
I can't use MDT because there is already a different subsystem handling mass software/patch distribution on all the ...
0
votes
2answers
265 views
How to make a command prompt shortcut run a script on starting?
I can make a customized command prompt shortcut on my desktop to start in a particular directory and have some specified dimensions etc.
Now i have a script that sets some environment variables for ...
2
votes
2answers
737 views
Cannot run powershell script from cmd.exe?
I wrote a powershell script that can be run from powershell like so:
PS C:> S:\MyScript.ps1 -a "select thing from table where name like 'name'"
I've stored it on a shared drive (S:), and I ...
0
votes
1answer
115 views
Powershell to open hta in background
I'm doing a project with not enough time to rewrite what is written in HTA.
I need to call a HTA using cmd.exe /C (so it closes the window after it formulates, generating a flashing hta box). I am ...
2
votes
2answers
538 views
powershell/cmd command to find and replace string over multiple lines in multiple files
I have never worked with powershell before, and Google didn't give me answers for exactly what I need. I hope you guys can help me.
I need to find all the files in the directory(including ...
0
votes
2answers
160 views
How can I pass a powershell variable into a CMD command?
I am trying to run the following command through powershell:
schtasks /query /s $compname /v /fo csv | ConvertFrom-Csv
$compname is set in the first part of the powershell script, but cannot be ...
1
vote
1answer
101 views
Creating .h file with definitions using powershell and cmd
I'm newb in powerShell and in cmd, sorry.
I'm trying write script that can generate define like this
#define VERSION "a89aa153a054b865c0ef0a6eddf3dfd578eee9d2"
in VERSION i want to set the ...
2
votes
1answer
311 views
Retrieve file attributes from windows cmd
Because node.js doesn't offer a way to retrieve and modify the file attributes on windows I need to execute a child process. I want to get all the file attributes, that is:
size
archive
hidden
...
3
votes
1answer
133 views
How to alias a powershell script to be called from prompt?
I have a powershell script that opens all files and programs related to my development environment. Rather than typing
> &.\mysetup.ps1
is there some way I can alias it to just type
> ...
4
votes
1answer
210 views
Console output in cmd.exe, and powershell.exe through C++
I know a simple way for correct displaying of localized chars on Cmd.exe. But how can I do same for Powershell.exe?
#include<iostream>
#include<windows.h>
using namespace std;
int main()
...
1
vote
1answer
377 views
Delete file/folder even if a user is browsing folder. Windows Server 2008R2
I have an install script where I from time to time need to delete files and folders. However, my problem is that some users might be browsing this folder, or file. This will throw the error "Directory ...
4
votes
1answer
442 views
ruby exec powershell windows
When I run the following in ruby:
`powershell.exe -executionpolicy unrestricted -command get-module -listavailable`
...the result I get is different from if I just run cmd and execute:
...
3
votes
2answers
399 views
call powershell from cmd exit code boolean
I want to run a powershell command (not script) from a cmd.exe and manage exit code properly
powershell.exe [bool]((get-service wsearch).status -eq 'Running')
but I would like to return the ...
0
votes
1answer
292 views
trying to download specific files from ftp recursively and run a command on them
i'm trying to download every file with a certain file name from an ftp location, run a command on it then delete it.
ex: download every file that looks like "*_qwerty.jpeg" from ...
3
votes
2answers
356 views
Powershell: Start-Process output and Transcript
Example of the code:
$logfile = "log.txt"
$filename = "backup.rar"
Start-Transcript -Path $logfile -Append -Force
"Start..."
Start-Process -FilePath "C:\Program Files\WinRAR\Rar.exe" -ArgumentList ...
2
votes
2answers
170 views
How to use 'dir' to different folders in one command?
Any ideas how to use the command 'dir' to more than 1 folder in one command?
dir c:\A | c:\test\B
is not working. Im not good with pipes...
0
votes
2answers
2k views
How to convert this sqlcmd script to an Invoke-Sqlcmd script?
I have a SQL script designed to be executed by sqlcmd, and a Command script that executes sqlcmd with the correct parameters.
I want to convert the Command script to a PowerShell script that uses ...
4
votes
1answer
406 views
Escaping arguments when passing %* from batch script as $args to powershell script
I have a batch script that takes any number of arguments (list of files) and executes a powershell script with the following command structure:
"%POWERSHELL%" -Command "%SCRIPT%" %*
%POWERSHELL% is ...
-4
votes
1answer
231 views
How do I change the extension of a lot of files? [closed]
Suppose I have a large number of files in a directory with the .txt extension.
How can I change the extension of all these to .c?
how to do it in linux and from window power shell
0
votes
1answer
352 views
Running w32tm and assigning result to variable gives different output
I am trying to follow the post here to parse the output of w32tm and arrange the items in an easy-to-read table of data. I noticed that I am getting un-ordered, incorrectly placed results in the ...
1
vote
1answer
176 views
how can i recursively rename folders in windows matching string and ignoring case
I have subfolders which have names:
original_Optimize
Original_optimize
original_optimize
Original_Optimize
I would like to rename all of these to:
Original_Optimize
Is there an easy way of ...
1
vote
1answer
999 views
Powershell invoke-command script return code
I'm working on a deployment script for a vendor application. It reads an xml that maps the deploy paths for the various environments, then iterates over the various servers and copies the correct ...
0
votes
2answers
609 views
Running a powershell script through c#
I have a couple of problems. here's how it works. on a windows form, the user clicks the button. the button executes a cmd script and in turn the cmd script executes a powershell script.
why the ...
3
votes
2answers
4k views
Powershell: How do I pass variables to switch parameters when invoking powershell at the command line?
Normally, if you want to defer the specification of a switch parameter to some variable, you can pass an expression to the switch parameter, as seen with the WhatIf parameter.
test.ps1
param ( ...
1
vote
1answer
273 views
How to force invoked command's STDOUT into invoking cmd.exe's STDOUT?
Context: Oracle Enterprise Manager has a feature to "execute host command." If into that feature I enter "dir c:\temp" then the output window echos the command and then shows a directory listing. If ...
1
vote
2answers
1k views
Setting PATH environment variable on ant build.xml works on cygwin but not on cmd or PowerShell
I was trying to set PATH enviroment variable on an ant build.xml through this answer.
It works on cygwin but not on cmd or PowerShell.
Some information:
Apache Ant 1.6.5 (I know there is a newer ...
2
votes
1answer
180 views
Windows get short path to a file before creating it
I'm trying to get a short path of a file before the file is created. I found an example which can convert a path to a shortPath if the folder or file existed. However, is there a way to get short path ...
0
votes
1answer
758 views
Run mstsc.exe with powershell
What I am looking to do seems fairly simple but I cant figure it out. I am looking to run a Powershell script to launch an RDP session, copy a file to the c:\ directory, then run that file from a ...
0
votes
1answer
462 views
Powershell RDP Session and CLI Script
What I am looking to do seems fairly simple but I cant figure it out. I am looking to run a Powershell script to launch an RDP session, copy a file to the c:\ directory, then run that file from a ...
5
votes
2answers
268 views
Whats the cmd/powershell equivalent of `which` on bash?
I would like to find out which version of an executable the CMD shell uses. In any unix shell, I would use which to find it.
Is there an equivalent command in one of the Windows shells?
1
vote
2answers
1k views
Returning an error code from CMD to Powershell
I'm working on a Mssql install script and I want to get the results of a silent mssql installation. In my PowerShell script I run this command:
$result = (start cmd "/c ...
1
vote
2answers
396 views
Input redirection for cmd from PowerShell
I am trying to to run mysql with input from a file. I have found that the following works:
cmd /c 'C:\Program Files\MySQL...\mysql -u user -pPassword databasename -f < inputfilename.sql'
The ...
