No announcements
Found 2359935 threads
-
0 Votes
How do you execute a DOS CMD script loaded in a Notepad file
I have a DOS CMD script supplied by a maths professor to run on a .wma music file to add sequence numbers to the records.Answered | 2 Replies | 1028 Views | Created by Henniej42 - Wednesday, September 27, 2017 12:11 PM | Last reply by RLWA32 - Wednesday, September 27, 2017 12:45 PM -
0 Votes
Can't execute bat or cmd files.
Under HKEY\Classes\Root, do you have entries for "batfile" and "cmdfile" with numerous entries under them?Answered | 5 Replies | 15758 Views | Created by kwbatzer - Friday, October 19, 2012 4:54 PM | Last reply by kwbatzer - Sunday, October 21, 2012 1:37 PM -
1 Votes
How do you echo a ">>" in a cmd script?
^> HeaderAnswered | 1 Replies | 1333 Views | Created by c0debreak - Friday, April 12, 2013 9:15 AM | Last reply by Frederik Long - Friday, April 12, 2013 10:02 AM -
1 Votes
how to Execute a cmd file in my ps script?
You are the MAN!!!Answered | 11 Replies | 25446 Views | Created by Tarun__Arora - Monday, December 20, 2010 5:31 PM | Last reply by Santosh kumar Ippili - Thursday, December 26, 2013 9:09 AM -
0 Votes
Execute multiple cmd scripts simultaneously from one powershell script
notepad PS C:\> do { >> $A = get-process | where {$_.name -eq 'notepad'} >> start-sleep -seconds 5 >> } >> until ($A -eq ...Answered | 8 Replies | 20895 Views | Created by niklasrene - Sunday, January 8, 2012 5:16 PM | Last reply by Al Dunbar - Wednesday, January 11, 2012 3:27 PM -
1 Votes
PowerShell execute script notepad opened
You're sure you are running the .Answered | 3 Replies | 8843 Views | Created by Pei Wai - Sunday, July 26, 2009 8:17 AM | Last reply by Pei Wai - Monday, July 27, 2009 11:40 PM -
1 Votes
How to hide CMD window on powershell script execution
In Mukesh's post where he informed you how to kill the CMD process, choose "Propose as answer".Answered | 7 Replies | 10691 Views | Created by Sameer S Panicker - Wednesday, April 20, 2016 4:54 AM | Last reply by _P_M_ - Wednesday, April 20, 2016 8:08 PM -
0 Votes
how do you load the load the mutiple flat files to into detination dynamically?
Hi, Check this out How to create tables for multiple pipe delimited files and load them dynamically to those tables in SSIS ...Answered | 5 Replies | 1904 Views | Created by SSIS Load in issues - Friday, May 29, 2015 7:17 AM | Last reply by Anuj Tripathi - Friday, May 29, 2015 3:06 PM -
4 Votes
How do I execute a cmd-file and retrieve the value?
whatever logic is used in your batch file to create a random string, I'll bet you it would be simpler to do in powershell, without having to start a cmd.exe process.Answered | 5 Replies | 968 Views | Created by Nilfons - Monday, October 21, 2013 3:14 PM | Last reply by GastoneCanali - Tuesday, October 22, 2013 3:51 PM -
0 Votes
How do you execute a DOS CMD script loaded in a Notepad file?
Rename the script .cmd to make it a command script file see if it runs then.Proposed | 2 Replies | 581 Views | Created by Henniej42 - Wednesday, August 2, 2017 4:05 PM | Last reply by Tony_Tao - Thursday, August 3, 2017 3:37 AM -
1 Votes
How do I change a file accociation with a script?
USING CMD (just an example): REG ADD "HKEY_CLASSES_ROOT\Applications\notepad++.exe\shell\open\command" /v @ /t REG_SZ /d ...Answered | 16 Replies | 9072 Views | Created by WAdams916 - Tuesday, November 6, 2012 4:38 AM | Last reply by modernshoppers - Friday, July 5, 2013 10:07 AM -
1 Votes
How to run .cmd file from a Powershell script
I'd recommend explicitly including the .CMD file type and, if it is located in the current folder, powershell rules require you to explicitly say so, i.e.Answered | 6 Replies | 25156 Views | Created by Spade Maverick - Friday, March 21, 2014 1:32 PM | Last reply by Al Dunbar - Tuesday, March 25, 2014 3:19 AM -
8 Votes
How do I execute a PowerShell Script
When you log into the server you are accessing the share with your own account.Answered | 9 Replies | 8528 Views | Created by blacksaibot - Wednesday, March 26, 2014 2:43 PM | Last reply by tracycai - Tuesday, April 8, 2014 1:09 PM -
0 Votes
How to execute iCACLS from (.cmd) or (.bat) file
http://www.armadillo.it Se alcuni post rispondono al tuo quesito (non necessariamente i miei), ricorda di contrassegnarli come risposta e non dimenticare di contrassegnare ...Answered | 1 Replies | 6607 Views | Created by Mahesh Nayak - Saturday, April 7, 2012 9:43 AM | Last reply by GastoneCanali - Saturday, April 7, 2012 12:06 PM -
0 Votes
When do you have to prefix a command with cmd /c ?
Another thing you shuld know about; if MDT is about to run a batch file it mount a network drive before executing.Answered | 5 Replies | 9133 Views | Created by David Zemdegs - Monday, June 17, 2013 2:17 AM | Last reply by Michael Klinteberg - Tuesday, June 18, 2013 9:01 AM -
0 Votes
SSIS Execute Process Task is running Notepad instead of Bat file
It seems to be a file association issue, to overcome supply the full path to cmd exe to execute the BAT e.g.Answered | 2 Replies | 2873 Views | Created by DMKnutson - Wednesday, January 16, 2013 5:26 PM | Last reply by SSISJoost - Wednesday, January 16, 2013 7:14 PM -
0 Votes
Startup scripts do not execute - NETLOGON Event 5719
The script called an executable that was stored on a file share.Answered | 11 Replies | 3085 Views | Created by dpmoody - Thursday, August 11, 2016 11:03 PM | Last reply by Jay Gu - Wednesday, August 24, 2016 12:41 PM -
1 Votes
Blank 'cmd' screen on VBS script execution
I haven't tested it, but jrv's script posted above looks like it should do the job.Answered | 7 Replies | 4936 Views | Created by mhouston100 - Thursday, June 16, 2011 1:25 AM | Last reply by mhouston100 - Wednesday, July 6, 2011 1:21 AM -
1 Votes
how do you get rid of this security warning?
One thing that you can do is see if there has been an alternate data stream attached to the script: notepad ...Answered | 3 Replies | 11706 Views | Created by c0pe - Thursday, October 14, 2010 6:04 PM | Last reply by dbadminguy - Saturday, October 16, 2010 4:58 PM -
0 Votes
Dynamic execute database script from DOS
You should change the server name From SORNA-PC to your servername Also if still you want to pass the paths to the batch you can do as below.Save ...Answered | 12 Replies | 4280 Views | Created by Tejz - Wednesday, June 2, 2010 12:53 PM | Last reply by Tejz - Wednesday, June 2, 2010 5:55 PM - Items 1 to 20 of 2359935 Next ›
No announcements