• 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.

Im having a problem using a LONG command in DOS!

LeStEr

Diamond Member
I need to use a long command in dos but after i type a portion of the command out i can type anymore. People have told me i can make a "Batch" file using my long command and then run this "Batch" file.
How would i go about doing this?? Or is there annother way i could use this long command in dos.
Thnx
 
I'll answer anyway 😛

make a blank file called filename.bat, and put your commands in it. Then just run that .bat file and it will execute all of the commands in it from top to bottom.
 
yes, the batch file is the way to go.

someone gives you a suggestion that isn't going to do any damage if you try it, then try it!

It should work.
 
Back
Top