Unattended FTP Install v2
#2
Posted 27 August 2004 - 07:34 AM
GnarlyC
#5
Posted 04 September 2004 - 07:15 PM
I'm writing to say thanks and that I think you have one little typo. Down where you are writing the ftp_cmd.txt you change to the tools directory and then the next set of commands down you try to connect directly to the apps directory. I was looking down through the commands and seeing how they worked and I got there and thought how the heck does that work? How is he switching directly from the tools directory to the apps directory. Then I looked down and saw the ../ part on the rest of them.
thanks again this is awesome
#7
Posted 04 September 2004 - 07:24 PM
joebells, on Sep 4 2004, 05:15 PM, said:
thanks again this is awesome
typo fixed
#8
Posted 05 September 2004 - 10:19 PM
it would be preciuous
sorry ... think on it
sorry me english im from portugal
#9
Posted 05 September 2004 - 11:25 PM
If I may be so bold as to make a suggestions ... Use
IF /I "%VARIABLE%"=="Y"and both Y and y will work. The /I is the IgnoreCase switch. Sorry ... I couldn't help myself! Keep up the good work, and don't let others tell you what/how to code!
#10
Posted 06 September 2004 - 12:29 AM
GreenMachine, on Sep 5 2004, 09:25 PM, said:
If I may be so bold as to make a suggestions ... Use
IF /I "%VARIABLE%"=="Y"and both Y and y will work. The /I is the IgnoreCase switch. Sorry ... I couldn't help myself! Keep up the good work, and don't let others tell you what/how to code!
Done.. thanks
#11
Posted 06 September 2004 - 12:37 AM
ruizit0, on Sep 5 2004, 08:19 PM, said:
Once I'm satisfied with it I will try and write up a full tutorial.
#12
Posted 06 September 2004 - 12:45 AM
sorry im noob
#13
Posted 06 September 2004 - 01:04 AM
ruizit0, on Sep 5 2004, 10:45 PM, said:
Run it whenever you want, I run it using GUIRUNONCE cause I'm lazy
#14
Posted 11 September 2004 - 09:36 AM
Now i have a little problem.
Cause i dont have an DHCP Server, so i have to set my ip adress static.
Is there a way to get this thing working on Runonce.cmd? Before i call your FTP.cmd?
I want to call a prompt where i can insert my static ipadress. But i dont know how i gonna script that...
Is there anyone who explain me that. Ive searched in the forum, but i dont want to set this with netsh.exe, cause i want to set the Ip Adress on this way:
Runonce.cmd
-> ip.cmd
--> Look for DHCP --> none
--> Goto prompt:
--> Here setup ip, gateway, etc.
---> then call ftp.cmd
Hope you know what im searching for...
Greetz tron
#15
Posted 11 September 2004 - 10:02 AM
@echo off echo Ipadresse festlegen echo per DHCP Server: set /p ip1=(j/n): if /i %ip1%==j netsh interface ip set address "LAN-Verbindung" dhcp pause echo Tragen Sie Ihre IP-Adresse ein: set /p ip2=(j/n): if /i %ip2%==j netsh interface ip set address "LAN-Verbindung" static exit
DHCP works well, but how could i set interface, gateway when i ask for it?
In txt file?
greetz tron
#16
Posted 11 September 2004 - 08:55 PM
tron, on Sep 11 2004, 08:02 AM, said:
I'm sure you read it but incase anyone else didn't
http://www.msfn.org/...showtopic=27360



Help

Back to top








