Tagged Questions

0
votes
3answers
59 views

seeking alteration in batch file

dear all, I have a batch file as under: @echo off "C:\Program Files\WinZip\WINZIP32.EXE" -min -a -ex "C:\Documents and Settings\vipul\Desktop\vipul.zip" files vipul.xls copy vipul.zip "C:\Documents …
0
votes
1answer
144 views

A batch file to detect and display windows based information such as service packs.

I would like to have a batch file display which service pack it has installed, which internet explorer version it has installed, and which version of windows media player it has installed. This would …
0
votes
5answers
699 views

Creating a FileName as a Timestamp in a Batch Job…

Hey Guys, We have a batch job that runs every day and copies a file to a pickup folder. I want to also take a copy of that file and drop it into an archive folder with the filename yyyy-MM-dd.log …
3
votes
3answers
273 views

Run Batch File in VS2008

Is it possible to run a batch file as a menu item in studio 2008?