Help with Scripts

Has anyone got any idea on scripts, i am going to try and do them, but the notepad ++ i had didn't work, Help?

Comments

  • clifford_cooleyclifford_cooley Arkansas, USA Member
    edited May 2010
    There is nothing wrong with "notepad ++". Any text editor can be used to write scripts. Scripts are simple text documents without any special formats.

    You should be more specific. There are different types of scripts. Which type of scripting are you interested in?
  • ardichokeardichoke Icrontian
    edited May 2010
    Why do I get the feeling this is the same guy that opened 2 threads about scripting yesterday?
  • primesuspectprimesuspect Beepin n' Boopin Detroit, MI Icrontian
    edited May 2010
    It's a friend of his. :rolleyes:
  • BobbyDigiBobbyDigi ? R U #Hats ! TX Icrontian
    edited May 2010
    Notepad, most simple script editor evARRRR!

    -Bobby
  • ardichokeardichoke Icrontian
    edited May 2010
    No... notepad is fail with it's screwed up line breaks.
  • QCHQCH Ancient Guru Chicago Area - USA Icrontian
    edited May 2010
    Notepad++ is my favorite...
  • edited May 2010
    well i am looking for copy scripts and am thinking of also making an auto run file for the script. So if that helps at all.
  • SnarkasmSnarkasm Madison, WI Icrontian
    edited May 2010
    I'm pretty sure neither of you are up to much good.
  • pragtasticpragtastic Alexandria, VA Icrontian
    edited May 2010
    Kinda vague requirements, but this is what I came up with:
    //autorun.rb
    //This is a script, it will run automatically.
    //It will copy anything.
    $copyFrom = "source"
    $copyTo = $copyFrom
    puts $copyTo
    


    Hope it helps!

    *Note: you need to modify the .txt extension to .rb, since the upload manager won't let me upload ruby files.
  • kryystkryyst Ontario, Canada
    edited May 2010
    Why are we helping these two goofs write scripts that create hard drive-filling copy loops? Fun or not, it's a stupid project.
  • pragtasticpragtastic Alexandria, VA Icrontian
    edited May 2010
    Oh and you'll probably want to download the latest Ruby install for maximum scripting.
  • KwitkoKwitko Sheriff of Banning (Retired) By the thing near the stuff Icrontian
    edited May 2010
    This is command line PHP code which will work with any Windows install. You'll need to download the php_win.dll, but it's pretty easy to find.
    $location[old] <> $location[new]
    if $location[new] <> $location[old]
    then forwhile $loop = $i
    $i = length($location[old](filetype(text))
    while $loop <= $i++ || $location[new] statusfull = null  {
    foreach $file as $location -> $do[$i] to $location[new]
    copy as $file -> $location
    next $i++
    endforeach
    endwhile
    
  • edited May 2010
    hey, i aint going to do what he is doing, i can use it to install programsin my pen drive, not use his ideaof screwing the school computers.But thanks for all the help
  • kryystkryyst Ontario, Canada
    edited May 2010
    Ok but you don't need a special program to install an app on a pen drive. You just install it onto the pen drive. The only time that won't work by default is if the app also installs to other areas of the computer and no script will help you with that.
  • edited May 2010
    well leets say i have an OS on my memory stick and i want to boot from that automatically, it would be helpfuul for that
  • kryystkryyst Ontario, Canada
    edited May 2010
    If you have an OS on your memory stick. You put the stick in the drive and have the computer boot from USB. No script required.
Sign In or Register to comment.