-
Identifying output files in query definitions
How can one identify all/only output files in a list of query definitions (the list has over 1000 queries in it)? Executing in batch RUNQRY with parameter PRTDFN(*YES), in a loop for each query, then scanning the collective result, might theoretically do the job but doesn't work for queries in...
Last updated: -
how can i run batch files using vb scripting
Last updated: -
Customizing the logging of a Wiindows batch file
I am trying to customize the piped output of a batch file. I am currently using Robocopy to copy/move files to various directories based on the file naming convention. This part is working just fine. I am having problem though with customizing the logging of it. I have the batch file running as a...
Last updated: -
Export batch files into Microsoft Excel spreadsheet
I have roughly 20 or so batch files that I need to transfer to Microsoft Excel. Meaning - I want to transfer all of the contents of the files into Excel (which would make a list). What's the best way to do that? Thank you!
Last updated: -
adding url’s to the links toolbar in IE via script
daily I have to add a couple of url's to the links toolbar for every new computer that comes into our office. it's simple to drag and drop manually but time consuming and tedious. does anyone know how I can have this done automatically with a simple batch file or vbs script?
Last updated: -
How do I copy a file multiple times and rename it different every time
So I am not very good with scripting and was wondering if someone could help me. What I want to do is copy a single file multiple times and have it renamed almost the same with one letter different each time. Example, I have file ReportA.r and I want to copy it multiple times and rename it like...
Last updated: -
Delete row on CSV file through batch file
On my CSV file, how can I delete the second row with a batch file? This is going to be a constant deletion and it's always going to be the second row. Thanks for your help.
Last updated: -
How to access Windows clipboard using batch file
I have a Windows batch file and I was wondering if there's a way I could access the clipboard. Is that possible? Thanks so much.
Last updated: -
Can I make a batch file delete itself?
I'm not sure if this is possible but would I be able to make a batch file delete itself? I already tried to execute another file to delete it but it didn't work. I'm using Windows 7. Thanks.
Last updated: -
How to make a change to a running batch file
We have this batch file that's been running for a long time. We need to make some changes (actually add more commands at the end of it). Would it be possible to do this? We're worried because the file is always running.
Last updated: -
Add timer to Windows batch file
How can I add a timer to my Windows batch file? For my job, I have to track the entire time the batch file runs from the beginning to the end. Can someone help me?
Last updated: -
Batch file to disable or enable network adapter
Dear all, Is there anyone that knows how to write a batch file to enable / disable local area connection just by 1 click on the batch file? Thank you so much...
Last updated: -
Why when I open a .bat file, it doesn't open.
Last updated: -
FTP426 error when using FTP command in a batch file and running the batch file from AS/400
Getting FTP426 error when using FTP command in a batch file and running the batch file from AS/400. The same batch file run in Command prompt it works fine. Here is the code. FTP.CMD file to IFS Folder open AS400 User AS400USER password quote pasv quote site namefmt 1 bin lcd A:\ cd...
Last updated: -
Batch file copying with wildcard
I am trying to write a batch file that will copy one file to several desktops in a directory. I've got this so far- xcopy c:\windows\output.txt U:\Users\WILDCARD\Desktop\ In the wildcard section, we have usernames that are first initial last name and four digits. I would like to be able to just...
Last updated: -
Send email w/attachment via batch file
I would like to be able to set up a scheduled task to call up batch file that would send out an email at a given time of day including an attachment. The question is if anyone would know of a simple way to accomplish this task and what I may need to make it work?
Last updated: -
How to send email with an attachment using a Windows batch file
I would like a batch file to send a email with attachments from a batch file. I would like this to automated and for it to send any file within a folder. Any help?
Last updated: -
Script out SQL Server backup into a batch file
Would there be a way to script out SQL Server backup into a batch file? We need to execute it from the command line so this seemed like a logical way to do it. Thanks!
Last updated: -
batch or script to change IE settings
I need to: - add a favorite -add a link to the local intranet trusted sites -change a setting in the IE options - Advanced area - security
Last updated: -
Remove a specific line in text file
I have a text file that has records that begin with "7". I need to delete all the lines that start with "7".
Last updated: