Search found 47 matches

by data808
18 Jan 2014 02:15
Forum: DOS Batch Forum
Topic: Batch to delete specific files in specific location
Replies: 6
Views: 3613

Batch to delete specific files in specific location

I wanted to make a batch file that deletes a certain type of file (probably a .txt file) that pops up on the desktop every so often. I believe its java runtime error logs and the better solution would be to update our java program but that is not an option at this time. I would also like to put this...
by data808
19 Jul 2012 02:00
Forum: DOS Batch Forum
Topic: How to open a file on a network drive using batch file?
Replies: 2
Views: 2505

How to open a file on a network drive using batch file?

Right now I have an excel file that I want to open with a batch file. The excel file name is: JK Counter Log.xls I already tried: start /d "K: blahblahblah" JK Counter Log.xls and start EXCEL.EXE "K: blahblahblah\JK Counter Log.xls" says something like it can't find "JK"...