If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > ASP > Script Encoder Syntax

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 06-03-04, 10:25
sanver sanver is offline
Registered User
 
Join Date: Mar 2004
Posts: 7
Exclamation Script Encoder Syntax

Hi

i want to encoding of my scripts using this syntex

screnc test.html encode.html

i am using this syntex in command line

it says that it is not recognised internal or external command

whats the problem

Pankaj
Reply With Quote
  #2 (permalink)  
Old 06-03-04, 11:03
Seppuku Seppuku is offline
Useless...
 
Join Date: Jul 2003
Location: SoCal
Posts: 721
I'm not sure what you're attempting to accomplish. Do you have a program called "screnc" that you want to execute at a command line from an ASP page?
__________________
That which does not kill me postpones the inevitable.
Reply With Quote
  #3 (permalink)  
Old 06-04-04, 00:45
sanver sanver is offline
Registered User
 
Join Date: Mar 2004
Posts: 7
Encodes scripting source code so it cannot be easily viewed or modified by users.

Syntax
SCRENC [/s] [/f] [/xl] [/l defLanguage ] [/e defExtension] input file output file

If i use this syntex in my dos mode to encode my scripts is giving me a error that it is not internal or external command of windows.

screnc /f test.htm

whats the problem

pankaj
Reply With Quote
  #4 (permalink)  
Old 06-04-04, 11:25
Patrick Chua Patrick Chua is offline
Registered User
 
Join Date: Jul 2003
Location: Penang, Malaysia
Posts: 212
Script encoder is given out by Microsoft so encode scripting language.
Not many ppl known this for a few reasons.
First- It serves them not much to encrpyt the source code since it server side code.
Second- Its can be easily decoded using other tools.
Thrid- There won't be any enchancement to the current script encoder.

But nevertheless it is quite useful to encryt your scrpting code and make it just 1 level harder for other ppl to read.

So for your problem my fren...you should try running the command screnc from the folder where u'r screnc.exe is located.


Thus if u want to encrpyt the html file, then put u'r screnc.exe in that folder and run the dos command from the folder. Get wat I'm saying?
__________________
Patrick Chua
LBMS ( Learn By My Self) NPQ ( No paper Qualification )
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On