Front Office Football Central

Front Office Football Central (https://forums.operationsports.com/fofc//index.php)
-   FOFC Archive (https://forums.operationsports.com/fofc//forumdisplay.php?f=27)
-   -   computers command line ? (https://forums.operationsports.com/fofc//showthread.php?t=63761)

Galaril 02-12-2008 09:47 AM

computers command line ?
 
I have a simple question. How the hell do you dropa line in the command line of windows ? I want to add a multi line command but forgot what is the way to skip to the next line without entering the command?

weegeebored 02-12-2008 10:10 AM

I wasn't aware that you could do multiple lines at the command prompt without letting Windows break the command string itself into multiple lines so I would be interested in this as well.

You could try entering your commands in Notepad the way you want it, and save the file with the .bat extension (e.g. test.bat), and then just execute the batch file at the prompt.

johnnyshaka 02-12-2008 10:15 AM

Quote:

Originally Posted by weegeebored (Post 1657444)
You could try entering your commands in Notepad the way you want it, and save the file with the .bat extension (e.g. test.bat), and then just execute the batch file at the prompt.


If it were me, this is the route I would go.

Galaril 02-12-2008 10:46 AM

Quote:

Originally Posted by weegeebored (Post 1657444)
I wasn't aware that you could do multiple lines at the command prompt without letting Windows break the command string itself into multiple lines so I would be interested in this as well.

You could try entering your commands in Notepad the way you want it, and save the file with the .bat extension (e.g. test.bat), and then just execute the batch file at the prompt.


Thanks.

ThunderingHERD 02-12-2008 11:50 AM

& will separate commands (e.g. "cd .. & dir") Separate two commands with && and the 2nd will run only if the first succeeds, separate with || and the second will run only if the first fails.


All times are GMT -5. The time now is 02:39 AM.

Powered by vBulletin Version 3.6.0
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.