Ok, I've been trying to tackle this for hours, days even. I've seen lot's of other activity on this, but have not found a suitable solution. This is my last hope!
There is a file on my desk...
Hey folks, of the bat I have only little expereince with DOS so please bare with me. I'd like to create a menu system linked to DOS based software programes, like the Hirens boot CD.
Can a...
Hello,
Environment : MS-DOS
I have written a batch file to ftp a file from one server to my local disk. I need to save the file based on the current date. Any help is greatly appreciat...
I have csv file that I need to take the one line it creates and add it to a master csv file that is later imported into a DB.
What I have now works but for one problem. If the data has a sp...
her is my problem, I trying to write a batch file that will overwrite a a file by another.
the syntax that i got is
copy file1 file2 /y
simple enough eh? Only I'm getting Access denied.
...
Hi all,
I am not very good wioth DOS commands so here it is...
I need to create a bacth file that will perform the following actions in order
1.) Terminate an application such as MyAp...
hi all experts how can i hide a folder in command prompt or using any ms-dos tool .... and it's cant show from the tools options . "show all files and folders" this option cant show my folder ...
This question has probably been ask a thousand times but here goes one more time...
I would to use a bat file to create a folder that uses the current date as the name of the folder, IE. s...
Hi,
I need to get yesterdays date in a bat file in the format "YYMMDD" is this possible?
Hello,
I need some assistance on this question as soon as possible.
I need to take some screenshots of Norton Ghost 8.3 boot CD in true DOS mode, so I need to have an application like Sc...
I wrote a script to download multiple files from a 3rd party (working fine). When its done downloading, it should move those files to the "arc" directory in the current directory. Obviously I ...
Hello,
i want to hide hide password input in batch called alot of isql procedure i have an example below but i need to hide password input.
when you start the bacth it call for password...
I have a windows network I help administer, and our database of usernames/computers is out of sorts. I have 2 specific computers with unauthorized software on the NIPR network, that I cannot r...
I need to edit a couple of files such as Config.nt on multiple machines. Writing a batch file to delete and add the new lines is simple enough. I was going to use 'Find' to remove the necessar...
HI all
Im trying to utilise the start /wait command in my batch file so the batch will wait until sfc.exe finishes before it carries on. At the moment I have to use 'pause' so it waits for ...
I would like to be able to do something like this: command %driveletter% . Any help is appreciated.
Thanks!
I have a DOS batch script that looks something like the following:
@echo off
call c:\script1.bat 1>>log\output.log 2>>log\output.err
call c:\script2.bat 1>>log\output.log 2>>log\output.er...
We are changing the Network admin password at our company, and providing the individual analysts with their own network Admin accounts.
Currently due to policies/restrictions that are in e...
I have a .bat file in a computer startup script (in a GPO) set to install some adobe software on XP clients (in an OU)..
The script works fine if double clicked on the desktop so the synta...
Hi All,
I've written a batch script that runs via a scheduled task. It runs fine with my user-id, but not under a normal user account i created to run it.
Question: what permission ...
From :
http://www.experts-exchange.com/OS/Microsoft_Operating_Systems/Windows/NT/Q_10698621.html?sfQueryTermInfo=1+batch+error+file+hide+script
I see how to hide the output in a batch file.
...
i need to create a batch file that will automatically create folders or files with the names of current Month (JAN, FEB, MAR) and Weekdays (MON,TUE,WED) by automatically cheking current system...
Hi Experts
How to write a batch file which can copy all files from one folder to another and rename the files adding date and time with the filename in destination folder.
Regards
I believe someone has copied files from my laptop. Is there a way to see if a file has been copied and when?
Hi All,
1) I need ms dos script to read a text file and remove first line and pipe the output into a seperate file (125 points)
2) I need ms dos script to read a text file and remove a li...