Jump to content

Recommended Posts

Posted

Strange, can you log on via the PasteBin site?

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

Posted (edited)

  On 4/26/2012 at 10:14 AM, 'guinness said:

Strange, can you log on via the PasteBin site?

Yeh, i can login to the webstie.

The username and pass are correct, but i can't seem to login, i am using the portable ver; i have tried the Desktop one too with no prevail.

Edited by Venix
Posted

I can login with my credentials, do you have a Pro account?

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

Posted

Not to use the software no. I will have a look into and get back to you shortly. Do you have the previous version?

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

Posted (edited)

  On 4/26/2012 at 10:25 AM, 'guinness said:

Not to use the software no. I will have a look into and get back to you shortly. Do you have the previous version?

I don't have any of the previous versions just the current one, get back to me whenever you like. ;)

Edited by Venix
Posted

Venix got back to me and said it was working after all, thank goodness.

PasteBin (powered by PasteBin.com) is now listed in the Tools section >> http://pastebin.com/tools#windows2

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

Posted

Tested on Windows 7 x64.

Code:

#include <Array.au3>

Local $aArray = FileGetShortcut(@DesktopDir & "PasteBin.lnk"), $sClipPut = ""
For $i = 0 To UBound($aArray) - 1
    $sClipPut &= "[" & $i & "]" & " " & $aArray[$i] & @CRLF
Next
ClipPut($sClipPut)
_ArrayDisplay($aArray)

Output:

  Quote

[0] C:Program FilesPasteBinPasteBin.exe

[1] C:Program FilesPasteBin

[2]

[3]

[4]

[5] 0

[6] 1

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

Posted

The icon path is missing though. I don't know if that's because the index is 0.

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

Posted (edited)

I did and still the same result as I got before. Both in V3.3.8.1 and the latest Alpha.

Edited by guinness

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

Posted (edited)

It's just NSIS >>

; Install to C:Program FilesApplication or C:Program Files (x86)Application.
InstallDir "$PROGRAMFILES64PasteBin"
CreateShortCut "$DESKTOPPasteBin.lnk" "$INSTDIRPasteBin.exe"
Edited by guinness

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

Posted

  On 4/28/2012 at 10:49 AM, 'KaFu said:

What target does the shortcut display in the properties?

For me C:Program Files

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...