• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Need a little help with a batch file *i think*

DigitalCancer

Diamond Member
I am wanting to make a shortcut for a program we use at work, you have to to the cmd prompt to start it. I am wanting to make an executable batch of some sort to start it up.

Additionally i am wanting to make a batch file that will launch all of my programs at once, and would like to try and launch my web-pages as well (i have about 8 to start everyday), i would just use FireFox for this, but the company won't let us. =/

Please help me out if you can. Thanks.
 
I should think that just using notepad to create the file would work.

Include a one line path to the executable i.e. c:\app\app.exe

Name the file using the .bat extention and save it.
 
well i could do that. BUT...this is a DOS command, comes up from another server so...there is no exe to link it to. As it is i have to 'START>Run>aruser' and the program launches. I want to somehow link this, maybe find a way to make it start up on login?
 
Back
Top