Batch file?

Posted by Zac199 on Thu 06 Sep 2007 09:15 PM — 15 posts, 52,676 views.

#0
Can any 1 give me a script to run and keep open a file. Its for the SmaugFUSS server.

lol id wright it myself but im not up to date on my batch file scripting >.>

the file i want to open and keep running is a .exe that opens the cmd, but it wont stay open...
USA #1
Are you using Cygwin? Smaug comes with a batch/startup file.
#2
Ya im using cygwin, but i cant figure out wat to type when im in /smaugfuss/src

lol
USA #3
nohup ./startup &
#4
I type that and all it says is....

$ nohup: ignoring input and appending appending output to 'nohup.out'
nohup: Cannot run command './startup': no such file or directory
USA #5
You might not have csh installed; try installing it using the Cygwin setup program.

You might also want to check out this Cygwin guide Nick wrote:
http://www.gammon.com.au/smaug/installingcygwin.htm
USA #6
Double check you're in the right directory and that the startup file is there.
#7
Im reinstalling it

lawl gives me some time to do my homework rofl
USA #8
You might also double check that you have permission to execute the file in question.
#9
<< only user to comp, aka admin. And yes vista bugs the hell out of me when ever i need permision lmao. SO ya thats not the prob, but ill double check anyways.
#10
Now apparently my cygwin1.dll is f\/|(ked

lmao
Amended on Thu 06 Sep 2007 11:21 PM by Zac199
USA #11
Never heard of smaug1.dll before.
USA #12
Quote:
And yes vista bugs the hell out of me when ever i need permision lmao. SO ya thats not the prob,

Cygwin permissions != Vista permissions
#13
rofl i corrected myself its cygwin1.dll sorry :P
#14
Nvm fixed it :) ty for ur help.

just had to take the cygwin1.dll from the C:/cygwin/bin

and put it in C:/Windows , replacing the old one