Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
I would like some utility that will allow me to convert batch files to a format that I can map to a shortcut key. I have tried: bat2exec and TurboBat, which convert them to .com or .exe files with no success. Is there anything that will convert them to .vbs or anything that would work?
Well I've tried that method lots of times with no success, but I just tried again and it worked. I don't know what I did wrong. I think usually I have "echo off" on the first line however this time I didn't and it worked. So go figure.
After further testing, if I put the shortcut on my desktop and then set it to have a shortcut key value it works, but it only does what I want on the desktop. No matter where I am at, what directory, when I hit the shortcut key it does it to the desktop.
So, what I want to do is create a batch file that creates five directories. I use the "md" command and then I try to map it to a shortcut key, but it doesn't work. Any advice?
Summary: I am attempting to create a batch file that will automatically launch a dial up connection. I will eventually be using the script on Win 98 PC's but for now am testing it on Win 2000. I've tried comma...
Summary: I want to write a dos batch file to change the name a file from its original name to a timestamp (e.g., the key command would be: ren file.txt mmddhhmm.txt so if the .bat file runs at 1:30 pm on Dec. ...
Summary: OK, that's possible to be accomplisehd with a batch file. However, I need to know the exact operating system (OS) the batch file will be running. You reported "DOS" to be your OS. That's not too accur...