Dwalf:
Removing the / delimiter character in the setupftp.bat batch file worked for me.
I replaced
FOR /f "delims=/" %%G IN ('cscript //nologo %TEMP%\~input.vbs') DO set pp_string=%%G
with
FOR /f "delims=" %%G IN ('cscript //nologo %TEMP%\~input.vbs') DO set pp_string=%%G
With this small ...
Search found 5 matches
- 2005-09-02 18:11
- Forum: SC
- Topic: SC Client Creator / Offline Compiler
- Replies: 65
- Views: 390643
- 2005-09-01 22:28
- Forum: SC
- Topic: SC Client Creator / Offline Compiler
- Replies: 65
- Views: 390643
FTP upload to sub-directory
Dwalf:
Thanks for adding the extra prompt in the FTP option to allow the input of a sub-directory for uploading remote.exe. Unfortunately, you cannot input a path that includes "/" - which is a problem if you want to upload remote.exe to, say, public_html/helpdesk for instance.
Of course, one can ...
Thanks for adding the extra prompt in the FTP option to allow the input of a sub-directory for uploading remote.exe. Unfortunately, you cannot input a path that includes "/" - which is a problem if you want to upload remote.exe to, say, public_html/helpdesk for instance.
Of course, one can ...
- 2005-08-30 19:37
- Forum: SC
- Topic: UVNC SC and Encryption v1.01 - confusing documentation!!!
- Replies: 3
- Views: 8131
UVNC SC and Encryption v1.01 - confusing documentation!!!
roadrun777:
In spite of an indication to the contrary on the MSRC4 Plugin website, you do not need to rename MSRC4Plugin_NoReg.dsm to MSRC4Plugin.dsm nor do you need to copy that file into custom.zip.
You must however include the rc4.key file created by using the plugin (actually that would be the ...
In spite of an indication to the contrary on the MSRC4 Plugin website, you do not need to rename MSRC4Plugin_NoReg.dsm to MSRC4Plugin.dsm nor do you need to copy that file into custom.zip.
You must however include the rc4.key file created by using the plugin (actually that would be the ...
- 2005-08-29 22:12
- Forum: SC
- Topic: SC Client Creator / Offline Compiler
- Replies: 65
- Views: 390643
- 2005-08-28 02:22
- Forum: SC
- Topic: SC Client Creator / Offline Compiler
- Replies: 65
- Views: 390643
SC Client installer / Setup
The compilation works nicely on XP. Instead of editing the setup.bat file to access various features ultimately reflected in the helpdesk.txt file, I simply copied my previously edited helpdesk.txt file in the installation directory (default is "C:\Program Files\UltraVNC SC Client Creator") along ...