No announcements
Found 2452208 threads
-
0 Votes
Batch Script Doesnt Delete Folders in a FolderList .txt File :(
Even better: Do not use a cmd.exe shell script (batch file) at all, and use PowerShell instead.-- Bill Stewart [Bill_Stewart]Answered | 9 Replies | 740 Views | Created by serdaruzun - Friday, October 17, 2014 10:38 PM | Last reply by serdaruzun - Sunday, October 19, 2014 8:47 AM -
0 Votes
SQLCMD Batch File with script in batch file
You can echo your script to a temp file in your batch file and then use the -i to run it.Answered | 1 Replies | 8888 Views | Created by dgolds - Tuesday, December 5, 2006 4:55 PM | Last reply by Xinwei Hong - MSFT - Tuesday, December 5, 2006 5:50 PM -
0 Votes
How To Delete Folders/Subfolders With Files Using Batch File
See here.Answered | 1 Replies | 800 Views | Created by thyagi9510 - Wednesday, May 13, 2015 1:41 PM | Last reply by Acreed02 - Wednesday, May 13, 2015 1:46 PM -
0 Votes
batch script to convert .*txt to .*txt column separated
Hello, I'm new with batch scripting, although I know bit from VB script. Therefore I think my question is problably not very difficult. I hope someone can ...Answered | 1 Replies | 690 Views | Created by arnoldvdis - Wednesday, January 11, 2017 4:14 PM | Last reply by Dave Patrick - Wednesday, January 11, 2017 5:21 PM -
1 Votes
getting a Batch script to pull a variable from a txt file
would do a power shell script however we are not allowed to change the execution policy on the computers thus we need it to run entirely out of a batch ...Answered | 3 Replies | 475 Views | Created by Kalamarii_ - Monday, April 18, 2016 9:28 PM | Last reply by jrv - Monday, April 18, 2016 10:36 PM -
0 Votes
Batch File to look at specific location in txt files
start reading from "Some examples might help." It shows how you can parse a text file: FOR /F %%i IN (myfile.txt) do @echo ...Unanswered | 1 Replies | 1417 Views | Created by JClark1978 - Thursday, April 3, 2014 12:09 PM | Last reply by JeffreyK16 - Thursday, April 3, 2014 2:28 PM -
0 Votes
doesnt remember file folders
cause the same issue, just in a different folder. if I am trying to save multiple pictures from different sites into different folders I don't want to have to ...Unanswered | 1 Replies | 1049 Views | Created by stpgabe - Sunday, July 21, 2013 2:55 AM | Last reply by tracycai - Tuesday, July 23, 2013 6:33 AM -
0 Votes
batch file or script?
; I am trying to figure out whether I need a script or if I could use the following in a batch ...Answered | 7 Replies | 3073 Views | Created by ITGIRL29 - Wednesday, October 19, 2011 7:39 PM | Last reply by ITGIRL29 - Tuesday, October 25, 2011 2:49 PM -
0 Votes
Help me modify script to batch delete read-only folders
I have full permissions for that folder, in windows explorer I do anything create, delete. Access denied is when folders or files are in ...Discussion | 3 Replies | 518 Views | Created by zukers - Tuesday, September 6, 2016 7:37 PM | Last reply by Mike Laughlin - Wednesday, September 7, 2016 12:04 PM -
0 Votes
find and remove sentence in txt file using batch
hi, I've thousand txt file that need to remove certain sentence within lines. Example data in txt file: Cat.Dog.Fish: ...Unanswered | 1 Replies | 508 Views | Created by mie1107 - Monday, March 12, 2018 2:43 AM | Last reply by jrv - Monday, March 12, 2018 3:16 AM -
1 Votes
Logging Script information into a .txt file
I have read the help, there is nothing telling me how to show my script and it's output in a .txt file. If I use your example it works, but if I put ...Answered | 7 Replies | 446 Views | Created by Cookm3 - Thursday, March 3, 2016 3:33 PM | Last reply by jrv - Thursday, March 3, 2016 4:29 PM -
0 Votes
WMIC Script/ Batch File
I have heard a bit about Powershell, how would this be different in Powershell, it seems like Powershell is a little tougher, I thought that a batch ...Answered | 5 Replies | 3559 Views | Created by Richardjf - Tuesday, August 18, 2015 7:37 PM | Last reply by jrv - Tuesday, August 18, 2015 8:05 PM -
0 Votes
Batch file that checks usernames in .txt file
I've got a batch script with a menu, which I would like to make username controlled. I would like to have the usernames I would allow access to be contained ...Answered | 2 Replies | 5874 Views | Created by T333YPR - Monday, March 21, 2011 9:21 AM | Last reply by Richard Mueller - Monday, March 21, 2011 10:20 AM -
0 Votes
Redirecting txt doesnt match schema
Hello, I trying to redirect to a folder the txt files that doesnt match the schema and crash on pipeline, how can I do that? the ...Answered | 2 Replies | 5245 Views | Created by DannyOcean - Tuesday, November 9, 2010 8:05 PM | Last reply by DannyOcean - Tuesday, November 9, 2010 9:52 PM -
0 Votes
copy files to a list of folders in txt file
Hi Scripting guys, How can i copy files to a list of folders in txt file using powershell. Any help will be appreciated. ...Discussion | 2 Replies | 423 Views | Created by EduTan - Friday, March 18, 2016 2:39 PM | Last reply by Bill_Stewart - Friday, March 18, 2016 2:49 PM -
1 Votes
Loop Through Folders and Delete Txt Files
' changes, meaning for each iteration, variable gets a new server path . My question is how do I delete text files in those folders. I ...Answered | 14 Replies | 4917 Views | Created by ghankot - Wednesday, September 9, 2009 5:23 PM | Last reply by ghankot - Wednesday, September 9, 2009 9:00 PM -
0 Votes
Batch file calls powershell script
I have a batch file that is calling a powershell script. When I am logged in as an administrator onto the machine and I run the ...Unanswered | 3 Replies | 3967 Views | Created by ajsgolf - Friday, August 1, 2014 6:24 PM | Last reply by LomM - Monday, August 4, 2014 7:25 PM -
0 Votes
Batch file to execute a script SQL
>>I m working on Talend, I need to develop a batch file to execute a SQL script on many SQL servers.Unanswered | 4 Replies | 555 Views | Created by ouma_mem - Wednesday, September 11, 2019 7:37 AM | Last reply by Dedmon Dai - Thursday, September 12, 2019 8:09 AM -
0 Votes
Editing file with a batch script
I have a small script to edit text in a .conf fileAnswered | 2 Replies | 931 Views | Created by wkhan113 - Monday, November 25, 2013 11:00 AM | Last reply by wkhan113 - Monday, November 25, 2013 1:24 PM -
0 Votes
batch for copying the txt file in encrypted format
Hi..i want to create a batch or script which will encrypt the text files and copy that file from one location to other in Windows XP?sujit mohantyProposed | 3 Replies | 5825 Views | Created by sujitgates - Friday, July 1, 2011 11:05 AM | Last reply by WJDavis5 - Friday, July 15, 2011 2:59 PM - Items 1 to 20 of 2452208 Next ›
No announcements