My problem is trying to run a DOS based program. Which is already existed in Hard Disk? Where the System is a DOS.
Well, I can always type the command to open the Application that was made ...
Would like to get the next day if the day in format YYYYMMDD is given. For example,
Given date: 20080228, how to get the next day 20080229 in Dos shell? How about the next day for 20090228?
Dear Experts,
I have looked all over the web in an attempt to find out how to print excel files from the command line. I have managed to print PDF's and DOC's from commandline, and as I am...
Hello
I do not understand how can set the user and password with the command net use, i have seeing the syntaxis but i do not understand,
Does any body could give me an example please
hey guys,
i have a situation where i have a root dir with many many subdir's. a have about 3gb worth of files within those dir's with a temp file extension of 'X-D-E-L-T-A' which need to re...
I am trying to use Xcopy using DOS to create a batch file that users can click on to execute a file sync thru DOS. I only want to sync *.doc , *.xls *.ppt, *.mdb files. I would like to sync a...
Hi All
When I tried to upload *.wmv file of size 250MB to our sharepoint 2007 website , I got the error as below.
The form submission cannot be processed because it exceeded the maximu...
I'm using the below code to try to send an email using a batch file, but it's giving me compilation error
try this:
"SendUsing" configuration value is invalid.
Code 80040220
Source = CDO...
Is there a way in a dos window to accomplish what I do in unix with
====
ps -ef |grep explore
====
I found tasklist on windows xp but do not know if you can use the "|" command
and if th...
Have loop issue:
set uLimit=5
for /L %%i in (1,1,%uLimit% ) do @echo %%i
I expect the following results:
1
2
3
4
5
But I syntax error. Is it possible to be done?
Hi all,
I have a bit of a problem and I have found a few solutions but none of which seem to work properly for my situation.
The company that I work for use an old DOS program which runs o...
We have an old PC that runs on DOS which cannot be upgraded to windows and there is a critical operation that we need to do on there...Basically there is a text file that resides in the PC whi...
We use the Delorie g77 compiler to build Fortran executable.
This executable works fine on my PC running XP, but when I deploy on a Windows Server 2003
it fails with the following error:
...
Hi, we have folders containing hundreds of .prt files, each sequentially named as they arrive from our accounting system. Each file can be a different report so the only thing which differenti...
I am looking to create an automated command line backup solution on our server using RAR & FTP. I found the following website that has a good deal of this solution put together, I just need t...
I need to know how to run a main script, and that script to open a new batch script window generated
from the main batch script and force it to run and finish.
The three problems i have a...
My computer is missing it's boot.ini file, otherwise it boots uo to windows XP just fine.
Should I bother to crreat a new boot.ini file, and if so, how do I go about this, without re-intallin...
Hi,
I'm trying in vain to create a batch file that will output the computername, time, and ip address of a list of machines contained in a plain text file. I think I am close to cracking it...
I have a text file which contains a list of filenames to be deleted in a specific folder on my Hard Drive. Is there a way I can write a script to look in my text file and delete all the files...
Does DOS shell have an environmental variable or a function to get the number of command-line parameters or represent the number of command-line parameters passed into the Dos shell script? Fo...
O/S: Windows XP / 2000
Objective: write a .bat file to Clear / delete all batch files in Startup folder under "C:\Documents and Settings"
Questions:
1) What is the batch file / command l...
Assume the current drive in C:\
would like to get sth done in C: and then go to D:\ to do sth else with a DOS shell script.
For example,
C:\ test.bat (after completion, the drive autom...
I was wondering is it is possible to protect my batch file (I know how to convert it to an .exe file and encrypt it).
I want them to use it for lets say 4 monthes, how can I check whether i...
Hello,
I have to create one batch file on windows 2008. When I execute one java command, output gives 1,2 and 3.
the batch file will execute different command according to the output.
For i...
If I open a command prompt and type "set mailbox=user" It sets a viable "mailbox" with the value "user"
If I create a batch file with the same command in it and double click the batch file t...