Hello,
I am trying to get a DOS batch script to work to read a text file (dirs.txt) with lines like below:
accounting department
THC on Air
Active Directory
........
The DOS script...
I have a string(5 characters) in the first line of the file to be replaced with the 5 characters in the file in all lines expect first line. The string that to be replaced in all lines starts...
Hi
For the life of me, I can't work around this problem:
I have an exe-file on a usb drive (portable app) that I want to start from the drive directory which varies from comp to comp.
...
Hello I am having an issue with a scheduled task that is supposed to launch a vbs script. I am using the following batch to create the task:
@echo off
SCHTASKS /Create /SC weekly /D MON,...
I have a bat file that has the following contents in it, when when I double click on the file on my desktop it runs fine, but if I set it as a scheduled task it does not work.
We need the transfer files from one location file server to a web server at another location. I have written a batch file that copys files from the file server to a workstation on that local ...
I have a xcopy batch file that runs every night, that copys deletes and renames a file. Some time during the night the script errors out and resumes next like it should. I wanna know when and ...
Need a searcher to find a string within any type of files ( I am particularly interested on finding a string within a set of files belonging to a VB 6.0 project.
I've used the Windows XP std ...
I have a batch file that is calling a number of other batch files. The application prints out labels and has been working for years. I have made no changes to the server and I have looked and ...
In Sky Drive is there away to delete multiple files at once? how about a complete folder?
I need to push an inventory of a directory (and subdirectories) to a text file in a CSV or fixed width format from which I can import the file into Access and inventory the results. The comma...
How can I redirect the printing in a DOS window from LPT1 to FILE?
I have Window XP
I want to copy a file from SharePoint via Command Line? I cannot use the http:// syntax as the command line does not like it. I need to copy the file to a different network location so I can u...
I have a script from another post on how to copy the first file, last file or randomly. What I would like to do is copy the middle file. So, if directory A has 200 files, I would like to cop...
I have some folders that are organized using a date format. I would like to write a batch file that would automatically open the current day's folder. So if the system date was August 18, 200...
How do I set permissions for people to be able to save to a folder modify the files within that folder, but not move the folder or edit the folder structure?
I am trying to perform some cleanup a report file in text format.
I have a file which has five line header on various pages along with 15 columns.
I need to delete all the occurrences of t...
All,
I'm writing a MSDOS BATCH script and need to add CURRENT DATE & TIME to the filename when copying to another folder. Pls help!
Thanks,
Chandru.
I have about 150 files I need to rename to a new names. Currently in an excel file I have the current name of the files and the new names that i want each files to become. Is there a way I can...
I have new computers that i need to get the mac addrress. I will not put them on the network right now but need a way to get the mac without booting them all to windows.
Thanks
Hello,
I would like to output a list of folder names in a directory to a txt file from an external drive. If the directory was not on on an external drive I'd enter this in the command promp...
Dear All,
I need to create a batch file thats moves files from one server to another. The file names are in the format
CSAMMDDYY.CHA
CSAMMDDYY.COR
CSAMMDDYY.SLI
CnSAMMDDYY.CHA
CnSAMM...
Hello Gurus,
I have a Point Of Sales System that creates a file every end of day named:
TRmmddhh mm being 09 for Sept. 14 being for the 14th and 20 being 20H00 so the TR will be TR091420.DBF...
what is the command for
we use the following function key to convert the our cpp fie from tc editor window
alt+f9 is used to create obj file from cpp file witten by us
f9 is...
the code below only works in a cmd window if I step through it one line at a time. as a .bat file it does nothing. It is intended to backup a sqlexpress 2005 database. Does anyone have a bat...