
Mikep7779
Content Type
Profiles
Forums
Events
Posts posted by Mikep7779
-
-
Awsome, thanks, can i set my default dir with this?
-
Logs arent the only files i want to send, so that script wont help. thanks anyway.
-
-
heres what i have
[\CODE]
' * * * * * * * * * * * * * * User Variables * * * * * * * * * * * * * *
' FTP address for the root of your web site:
' Example: "ftp.myISP.com" (check ISP help page for details) *
FTPaddr = "00000000"
' Local folder that equates to the root of your web site: *
BaseDir = "C:/Documents and Settings/Panda67/Desktop/"
' FTP username for your site: *
UserName = "00000000"
' FTP password for your site: *
Password = "000000000"
' ---ADVANCED Setup Options--- *
' (If you don't know what ascii upload means, leave this alone!)
' Files to be uploaded in ASCII format: *
arASCII = Array("rar","bmp","jpg","log","txt", "cgi", "pl", "htm", "html", "asp", "js", "vbs")
' Suppress Popup if upload succeeded (True or False, no quotes): *
ShowSuccess = False
' * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
[\/CODE]
And now im getting it must be in that DIR or a sub dir ;/
-
Added log in there, same error ;/
-
How are the games on 2k vs xp? I know 2k uses less mem and cpu to run and load, but is it worth the switch?
-
Thanks, i was looking for that, i didnt know it would be in the options
-
-
i have to set a LOCAL dir for it to send to and then i think it upload to the ftp site. I tried to set that local to c:\ and got some odd error. im about to format so ill look at it more when im back
-
its a remote FTP server, thats for local
-
How are games on 2k/2k3? Im looking to get some more proformance from my cpu... i use an nlited windows xp now but if i can get more i want it.
-
Refer to this post, http://www.msfn.org/board/index.php?showto...11entry491511
I didnt know it was going to be this hard... I want to get it to send a file to a ftp server from the send to menu on right click.
-
i can get it to connect and GET a file
How can i get it to send a file without editing the cmd?
I can do
Send xxxx.xxx
But thats static, how can i get the file name to be dynamic
-
Well, i want to be able to right click something and have it sent to my ftp server if i select it from the Send to option. I tried to make a shortcut that was linked to ftp://user:pass@ip/public_html/Junk/. That didnt work, nor did it show in the send to dialog when i added it to the send to folder. How can i fix this?
-
How can i set a password a dir or block it from searches ?
Title edited -- Please, use [TAGS] in your topic's title.
Please follow XP Forum Rules from now on.
--Sonic
-
wow this a great!!! thanks
-
hmm actually you can have multiple ones if you like...the issue is getting the RunOnce key to execute with out having to reboot...this can be done tho...and has been covered many a time with in these forums.
cmdow @ /HID
@echo off
SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx
REG ADD %KEY% /V TITLE /D "Installing Applications Part 1" /f
REG ADD %KEY%\005 /VE /D "Adobe Reader 6" /f
REG ADD %KEY%\005 /V 1 /D "%systemdrive%\install\AdobeReader6\AR6.msi /qn" /f
REG ADD %KEY%\010 /VE /D "Alcohol 120" /f
REG ADD %KEY%\010 /V 1 /D "%systemdrive%\install\alcohol\setup.exe /qn" /f
REG ADD %KEY%\010 /V 2 /D "REGEDIT /S %systemdrive%\install\alcohol\register.reg" /f
REG ADD %KEY%\015 /VE /D "Diskeeper 8" /f
[b]...
[/b]
rundll32.exe iernonce.dll,RunOnceExProcess
REG ADD %KEY% /V TITLE /D "Installing Applications Part 2" /f
REG ADD %KEY%\005 /VE /D "QuickTime 7" /f
REG ADD %KEY%\005 /V 1 /D "%systemdrive%\install\QuickTime\setup /s" /f
REG ADD %KEY%\010 /VE /D "XP Codec Pack 3" /f
REG ADD %KEY%\010 /V 1 /D "%systemdrive%\install\XP_Codec\install.exe /qn" /f
REG ADD %KEY%\015 /VE /D "PSPad" /f
[b]...[/b]
rundll32.exe iernonce.dll,RunOnceExProcessThe important part is:
rundll32.exe iernonce.dll,RunOnceExProcess
Since the base cmd file will populate the RunOnce reg entry...and the line above will then force every thing thats been entered into the entry to then run at that point.
Are the ... important?
-
Thanks, ill add it all to the same and test it.. Thanks!
-
Thanks Nologic, i have the rundll32.exe iernonce.dll,RunOnceExProcess, but i parted it into 7 diffrent parts.. Sould i make it all 1 cmd?
-
Its a massive game... im thinking about 3.5 gigs. What i did was make a DVD from the 5 cds... All i have to do is let it run and it installs in like 10 min.
Another option is to use Adminstudio or install rite and make a installer.
-
Can i run that from gui run once?
-
I have 7 .cmds ran at my [GUIRUNONCE] in muy winnt.sif.. But they all run at once. How can i make it so one runs, then the next and so on.
-
Standard, Web, Server or Enterprise?
And is there a diff from Server and Server enterprise?
-
you need browser support to get patches
[Question] Send to > Ftp server? How to?
in Windows XP
Posted
thanks, i tried set dir=/YOUR_REMOTE_DIR_GOES_HERE, didnt work D: