Search found 2 matches

by Varcher00
07 Aug 2010 13:35
Forum: DOS Batch Forum
Topic: Changing Batch file command result
Replies: 2
Views: 3297

Re: Changing Batch file command result

My bad, I'm just experimenting with different stuff like autohotkey, and this. Trying to find a sufficient program so that I may create this application for me. But I also want to gain knowledge from this experience. I did not know the boundaries of batch files, so I apologize for this mistake. But ...
by Varcher00
07 Aug 2010 12:15
Forum: DOS Batch Forum
Topic: Changing Batch file command result
Replies: 2
Views: 3297

Changing Batch file command result

Im trying to create pretty much a button that i can click to open or save 2 files at once. I want the If statement to go something along the lines of: If file.txt is open then save file.txt else open file.txt End If file.jpg is open then save file.txt else open file.txt I know basics of If statement...