Search found 3 matches
- 22 Sep 2011 06:33
- Forum: DOS Batch Forum
- Topic: send .vsd to PDF printer (bullzip) without opening visio
- Replies: 0
- Views: 6108
send .vsd to PDF printer (bullzip) without opening visio
Alright, I'm back again. This time I am looking for just a way to clean up my batch file a little bit. Right now I have to run visio.exe to use their command line hook to print the file. This poses the problem that everytime the file runs, it opens the actual visio file before converting to PDF. It ...
- 22 Sep 2011 05:47
- Forum: DOS Batch Forum
- Topic: grab file name based on timestamp
- Replies: 2
- Views: 4182
Re: grab file name based on timestamp
Thank you! That worked perfectly for what I needed! The reason I had /-q is because being about 2 days into really learning anything about batch files, I was trying to get rid of the "summary" information after the last file. (where it summarizes the number of files and drives.) so that i ...
- 21 Sep 2011 13:13
- Forum: DOS Batch Forum
- Topic: grab file name based on timestamp
- Replies: 2
- Views: 4182
grab file name based on timestamp
Okay so ive been searching for days on this, and ive gotten close, but still cant get it. What I need to do is take the file name "myfile.vsd" of the last modified file in the folder and set it to a variable so I can eventually print it to pdf. Now, I have everything good except the user s...