No announcements
Found 1279770 threads
-
0 Votes
Trigger based on .cmd file
This trigger will identify the new data in Data Source (Flat File) and then trigger the SSIS package.Answered | 1 Replies | 3654 Views | Created by Rahul15292000 - Thursday, January 5, 2012 8:44 PM | Last reply by Turgay Ongun - Thursday, January 5, 2012 10:00 PM -
1 Votes
Can I Edit a CMD file with another CMD file or script?
Sed will do search and replace of text in files to create new files, but trying to get the information from the user to the SED script file may still be a ...Answered | 1 Replies | 5105 Views | Created by Student101 - Friday, October 30, 2009 9:28 PM | Last reply by Gunner999 - Tuesday, November 3, 2009 4:38 AM -
0 Votes
powershell script to copy files based on an excel spreadsheet
I am looking for a similar solution if you don't mind me jumping in on this thread I would like to be able to get variables from a .csv in multiple columns for creating directories, ...Answered | 3 Replies | 15343 Views | Created by matt7ham - Tuesday, May 18, 2010 8:32 PM | Last reply by Jason Hofferle - Tuesday, July 27, 2010 3:49 AM -
1 Votes
delete folders/files or copy using CMD
So i wrote same script in powershell which allows me to get appdata location.Answered | 4 Replies | 4744 Views | Created by lalaJee - Friday, May 11, 2012 10:41 AM | Last reply by lalaJee - Tuesday, May 15, 2012 8:57 AM -
1 Votes
how to Execute a cmd file in my ps script?
clear host Set-ExecutionPolicy Unrestricted $path = Get-Location pushd $path ForEach ...Answered | 11 Replies | 25440 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 -
1 Votes
script to copy file based on it last access
This can be helpful to key off of in cases where a helpful file was created 2+ years ago but is still referenced every 4 months by a new employee.Answered | 8 Replies | 4527 Views | Created by Adriano Neiva - Tuesday, June 4, 2013 8:03 PM | Last reply by Flash Denning - Wednesday, June 5, 2013 2:43 PM -
1 Votes
How can I rename a file to include yesterdays date in the file name by using a Command Script File (.cmd extension)?
I wanted to add the leading 0 in front of the months 1-9, to show a two digit month.Answered | 12 Replies | 16366 Views | Created by jaacmmason - Thursday, February 18, 2010 4:19 PM | Last reply by Jim5130 - Tuesday, February 23, 2010 4:43 PM -
3 Votes
Using cmd: Copying a file into all file folders in a drive
Here's an example without creating the interim cmd file for /f "delims=" %a in ('dir /b /ad') do copy ...Answered | 3 Replies | 867 Views | Created by ActiveSpirit12 - Wednesday, July 1, 2015 3:17 PM | Last reply by Ricc Babbitt - Wednesday, July 1, 2015 5:42 PM -
0 Votes
cmd script to copy files based on month
Hi, For script related question, I suggest posting a new question in the Script Forum for further discussion.Discussion | 1 Replies | 2568 Views | Created by IT researcher - Thursday, January 3, 2013 1:05 PM | Last reply by tracycai - Friday, January 4, 2013 9:16 AM -
0 Votes
Script Wont Copy Files Over
My final question is, "Are the files being processed in some way in the transfer or just being copied?Answered | 13 Replies | 3393 Views | Created by Brian Wolters - Thursday, April 21, 2011 6:16 PM | Last reply by Tom Lavedas - Monday, May 9, 2011 1:43 PM -
2 Votes
VB Script copy file
If the randomly named folder is the only sub folder of the "live" folder, the code could be similar to the following: Option Explicit Dim objFSO, ...Answered | 2 Replies | 6230 Views | Created by duncan320 - Wednesday, December 2, 2009 4:48 PM | Last reply by duncan320 - Thursday, December 3, 2009 4:30 PM -
1 Votes
Script to archive log files by month created
This file only exits while the script is running.Answered | 3 Replies | 8833 Views | Created by Scott W. Sander - Wednesday, November 9, 2011 8:03 PM | Last reply by RiffyRiot - Wednesday, November 9, 2011 10:40 PM -
1 Votes
How to run .cmd file from a Powershell script
To run a batch file from powershell, just type its name with arguments.Answered | 6 Replies | 25111 Views | Created by Spade Maverick - Friday, March 21, 2014 1:32 PM | Last reply by Al Dunbar - Tuesday, March 25, 2014 3:19 AM -
2 Votes
Hide or minimize cmd window when run a script
c:\MacAddress.Txt" you run "wscript c:\Tools\MyScript.vbs" where c:\Tools\MyScript.vbs is the script I gave you in my ...Answered | 6 Replies | 14843 Views | Created by kingadmn - Sunday, November 13, 2011 6:22 PM | Last reply by Tom Lavedas - Monday, November 14, 2011 2:07 PM -
0 Votes
VBScript - Script to copy files around on a daily basis
The code will just checks for the Last Modified Date of the file and compares it with the current system date and if it matchs then it will be copied over to the ...Answered | 2 Replies | 11282 Views | Created by DeveloperNoobie - Thursday, September 24, 2009 9:56 AM | Last reply by SS. Kanagal Jr - Sunday, September 27, 2009 5:30 AM -
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 | 1025 Views | Created by Henniej42 - Wednesday, September 27, 2017 12:11 PM | Last reply by RLWA32 - Wednesday, September 27, 2017 12:45 PM -
0 Votes
script batch copy files
I can copy files and to replace the duplicates?Answered | 7 Replies | 5570 Views | Created by _JoseMB_ - Monday, September 27, 2010 6:45 PM | Last reply by _JoseMB_ - Monday, September 27, 2010 8:54 PM -
0 Votes
Creating a new excel file dynamically for starting of every month and moving the old month file to archive folder using ssis
easiest is probably to store an empty version of your excel file and then use the File System Task to copy it to the destination location of your Data Flow Task.Answered | 2 Replies | 1746 Views | Created by Arunagiri - Tuesday, June 4, 2013 4:49 AM | Last reply by SSISJoost - Tuesday, June 4, 2013 5:20 AM -
0 Votes
script to copy a file to %userprofle%
All you would need to do is: Copy and paste the above two lines into Notepad and save the file with a filename that ends in .bat, for ...Answered | 6 Replies | 2530 Views | Created by Risingflight - Thursday, April 19, 2012 9:52 AM | Last reply by 朱鸿文 - Monday, April 23, 2012 2:44 AM -
2 Votes
script that copy files based on extensions and prevent other extension
Can i create a powershell script and run it as a login script as a group policy?Answered | 5 Replies | 3013 Views | Created by jr13 - Thursday, July 28, 2011 9:56 PM | Last reply by jr13 - Friday, July 29, 2011 8:28 PM - Items 1 to 20 of 1279770 Next ›
No announcements