batch file code that keep eye on computer and pop up message when ever user access cd rom or connect any usb device.
message will be unauthorized use of media.
Hello:
I would like to copy backup folders from 4 different servers onto an external backup drive. I would like to program to do the copies and then delete the originals from the local driv...
I have compiled an executable from a bat file and a program that changes settings for me. I have written the reg file into the code as follows:
Echo Windows Registry Editor Version 5.00>"c:...
I want to put Put the Windows "OS Name" into a DOS environment veriable from the command line (in a batch file).
Peter
My reason for trying to do this is, I have a custom bootable Ghost CD which always relied on floppy emulation but newer computers have CDRom drives that don't work well with Dos CDRom drivers(...
I have recently started some contracted work and I have a problem with some DOS based software.
The scenario consists of 1 SBS server along with up to 10 client machines.
The software is for...
I tried to append a string to a file with DOS batch script, but it did not do anything.
The command I used is
echo a_string >> %PATH1%\test.txt
The string contains %var1%, =, and a number. ...
Hello,
I have a bunch of mp3 files that I want to rename.
example:
01 - Gypsy Soul - Superstition Highway - Who_.mp3
I want to rename this
Gypsy Soul - Superstition Highway - Who_...
hi
Can anyone tell me the DOS command to check which active directory server you are authenicating with
Thanks
I have a bat file that works in vista
the script is simple
msconfig and i store it in a file call script1.bat
It brings up msconfig on my vista machine but wont do the same for my...
Hi. I need to match a list of file names to a search of a specific directory and output a list of unmatched files. It has been suggested to me that this would be easy with a batch file.
Wha...
I have a Portion of a Scripts that runs on all computers nightly that sets securty and deletes old profiles etc, It is suppost to check the computer name but is seems that the IF Stament does...
if you can just see a question below, it saids "9 parameters", and what does it mean by that?
"create a batch file which will display on the screen up to 9 parameters."
thanks.
in the old days, they are in autoexec.bat and config.sys. Where are the application path now?
Hi All,
I have downloaded a DOS 6.2.2 Boot CD (.iso) from www.bootdisks.us to use with making an auto restore ghost dvd. I have injected my ghost.exe files and my ghost images into the bootab...
Hi,
I am trying to call OSQL from a bat file.
Can someone look at the attached file and tell me what I am doing wrong?
the bat file queries the database and writes the data to a file.
it w...
How can i remove any blank spaces in a variable, for a batchfile
My batch file is failing to copy a file because of this
Thanks
dave
Hello guys,
I have a backup procedure that backs up my system daily having the form :
Back-2008-09-10
Back-2008-09-11
Back-2008-09-12
etc...
I need to run a batch file to delete the bac...
I have the following batch file that operates correctly:
Rem--*********************************************************************************************
REM-- STRATEGY 0. MSSQL DTS PACKA...
I need to see what files have been modified within the last month. Is there a way to do a DIR listing of only files modified since a certain date?
Thanks.
Experts,
I'm running a DOS backup to copy files from my desktop to the company server. One segement of the back file that does this is giving me a sharing violation error on the ntuser.dat...
When I run xcopy W:\TEST.mdb W:\UpdateFolder\Dev2.mdb
I get the prompt...Does w:\UpdateFolder\Dev2.mdb specifiy a file name or directory name on the target
(F = File, D = Directory)
I...
Hi
Please see the image first.
How can I translate this shell script in to dos commands?
To All,
I have lots of folders and file and some of them is very old. I need a utility that will list down all my folders and file with the last modified date.
Thanks
---------------------------------------------------
:start
if "%1"=="" goto end
echo %1 %2 %3 %4 %5 %6 %7 %8 %9
shift
goto start
:end
---------------------------------------------------...