Need you create a batch file to run a commad line program with a argument. The command from does is simply:
c:\pagercl\exe pagerlc.exe pager.name "message of page"
But I can not get the ...
I am trying to install windows 7 to a notebook via the network boot PXE method. Everything seems to be going ok expect when i go to enter my password to get into the machine to copy the files....
Hi all
I have as part of a simple batch file a line whereby the batch will restart the machine (windows XP) using the shutdown -r command
This works fine if the screen isnt locked, howev...
How can i close a specific window with a batch script or .vbs, without doing anything manual, probably this can be done with the title name of the window or path?
And how can i do the same,...
we have a labour attandance machine, we need to transfere labour's date from machine to upload to web thru computer, if i click that dos based application it showing error message as " c:\.......
I am writing a script to move certain server files (including the directory) to a new location on an 2 hours basis.
For this I have created a script which runs every 2 Hours (attached)
I...
Hi,
I am using a simple for with a variable to execute some operations:
for /F %a in ('dir /b /ad c:\jobs\test\products\') do echo "c:\jobs\test\products\%a"
some directories in c:\jobs...
I need a batch script that creates shortcut from a folder on hard drive or partition in D:\new folder to quick launch with any specific windows xp icon for exmple the green arrow icon or any o...
We have a tool recread.exe which accepts three parameters and perform some function. For example: recread -i parameter1 parameter2 and parameter 3
I am trying to write a DOS batch script t...
Somebody shutdwon my pc through DOS, how can you track that to see who did it?
I have my bootable CD which is loading ghost software, but I have problem with config.sys or autoexec.bat; which of them I don't know because I have no experience dealing with them. What I nee...
How can i make windows wget to not create the names for the files to be downloaded from the FTP Server?
If i run this batch script it creates the config.exe file with 0 bytes even it there ...
Hi.
My batch file sets the following environment variables:
::Define a name which Describes NODE01
::Define the IP of NODE01
SET NODENAME01=NODE01
SET NODEIP01=192.168.2.163
::...
Hello guys,
With YUI Compressor and a .bat file I'm able to pack and rename some *.js files to *.js.packed (i.e. "myscripts.js" become "myscript.js.packed")
I'd like to have another batch fi...
Hi,
is it possible when anybody opens the excel or word file, the user does not copy/paste any text?
I mean that If you see the attachment, there is a pop up menu.When you select any text, ...
Hi,
im trying to select de lines in a file with a detetermined string, but ii doesn' t work
is like this.
i have triedto use %busca% i get an error.
I wish you an help me.
have two kinds of file.txt (actually the bat files)
1) file1.txt
....
if "%A_10%"="N" (
set B=TEST
.....
) else (
...)
....
2) file2.txt
set /a C=10
set ....
(but there is no stat...
Hi Experts
I've done things like this a thousand times before, but my brain is fried today and I just can't see what's wrong with my FOR loop. Could someone please point out to me why it i...
i have a workstation that had a DOS program on it it.
this is part of a network. it worked fine until i did the following.
i have a new user that is using this machine and DOS program.
i ...
The following code doesn't produce any errors, but doesn't work as I desire. What I am trying to do, is for each name in a text file, echo that name onto the screen. Here is what the text file...
I'm trying to delete a folder and it's sub folder. The folder name that starts with CJES..
located here -- C:\Documents and Settings\%username%\Application Data\CJES...
Therefore, I'...
In order to get my thunderbird-mails into Outlook 2007, I found the following solution:
http://www.office-loesung.de/ftopic50715_0_0_asc.php
There is described, that I have to delete some ...
I used a DOS utility once before called "inpath" that would search the path for a specific file and list all the paths in order it was found. This is different from the operating system's sea...
I have two text files,
However, I want to use program to pass a command to command line
and ask the printer to print them out.
How to do that?
Hi,
I have a list of servers with each server name i a a new name.
I am trying to create a text file that selects each name and calls a bat file with that server name. This is what I have ...