Jump to content

atomic

Active Members
  • Posts

    12
  • Joined

  • Last visited

Posts posted by atomic

  1. When I plug the usbstick in, it will show 2 drives, one 'U3 system' and the other is the normal one where i can put my files on. Anyway, when I stick it in a window of the U3 system drive will show up, which is quite useless. How can I disable it, so it won't show the window of the U3 system anymore. The autorun of this drive is:

    [AutoRun] 
    open=LaunchU3.exe -a
    icon=LaunchU3.exe,0 
    
    [Definitions]
    Launchpad=LaunchPad.exe
    Vtype=2
    
    [CopyFiles]
    FileNumber=1
    File1=LaunchPad.zip
    
    [Update]
    URL=http://u3.sandisk.com/download/lp_installer.asp?custom=1.4.0.3&brand=cruzer
    
    
    [Comment]
    brand=cruzer

  2. I'm back again. got the batch compile working so I can make silenced exe files now. Now I got a new question.

    I got this in my autorun.inf:

    [autorun] 
    icon=folder.ico
    action=Open folder to view files
    shellexecute=system/cmd/go.exe

    When I plug the stick in, and I click on 'open folder to view files' or click on the station, it will run the go.exe. But I also want that it will open the window so I can get in the drive at the same time. What should I change in the autorun?

  3. Okay thanks =). Just one little question. I got everything in system/cmd/ so what should I change with these lines?

    shellexecute=wscript go2.vbs

    CreateObject("Wscript.Shell").Run """" & "DIRECTORYgo.cmd" & """", 0, False

    Do I still need the go.cmd?

  4. That's really odd because it doesnt work. I got both cmdow.exe and go.exe files in the same folder:

    systemCMD

    and when I do

    shellexecute=systemCMDcmdow /RUN /HID go.cmd

    it doesnt work, it doesnt make a log

    but it does work with:

    shellexecute=systemCMDgo.cmd

    Don't know how to make a .u3p package  :-P, I neither don't know how to make a  .vbs

  5. Ah ye, the CMDOW @ /HID thing on the first line of the .cmd works. But it will show the console window for like a half of a second. If I add 'RUN' in it, the window will stay.

    The compiler works fine, but it will show a popup saying it's a demo =/..

  6. Hmm.. I tried to do this in the autorun.inf:

    shellexecute=systemCMDcmdow.exe /RUN /HID go.cmd

    that doesn't work but it does work when I do:

    shellexecute=systemCMDgo.cmd

    But then it's visible.

  7. Ah I see. Well I don't really understand how you use CMDOW. Also I don't know much about how to make this kind of stuff. Would it take long to write something like it (the exe)? and could someone help me with it then?

  8. Hey,

    I've made my own . cmd for the switchblade thingy.  I want to compile it to an . exe so it will run silenced.  I tried to compile my . cmd with the trial version of exescript, but that doesn't work.  The cmd screen is still being popupped and it doesnt even work.  What could I've done wrong? Is there another free compiler which might work? And if possible, would someone else, who knows how to do it, compile my cmd to a silenced exe file?

    Cheers

×
×
  • Create New...