The forum

Site code problems!

The forum code messing up the script.

Author Replies
lil_stenly Saturday 27 February 2010 at 23:39
lil_stenly

When i posted my script I've noticed that where I used "/ n" (if you write it without a space between "/" and "n") command in the site actually do the same function that is applied for the bash script... to separating the lines!
So I can't post my script here because I must remove the text that contains that command.
Thats why I used google code. :/
Quentin PÂRIS Sunday 28 February 2010 at 14:50
Quentin PÂRISAnonymous

Is there the same problem in the script section ?
lil_stenly Sunday 28 February 2010 at 16:54
lil_stenly

WARNTEXT="In the Next window you will have to point \\nthe CD or Installation directory \\nthat contains GGX2R.msi file! \\n\\nAfter that installation will continue in silent mode! \\n\\nThank you for your attention! \\n\\nLiL_Stenly"
Still with other warps don't work

Nope... it was you... hahah working now!

THANKS!!!

Edited by lil_stenly

Quentin PÂRIS Sunday 28 February 2010 at 17:00
Quentin PÂRISAnonymous

I think it's corrected
Quentin PÂRIS Sunday 28 February 2010 at 17:02
Quentin PÂRISAnonymous

By the way you can detect easily in which directory GGX2R.msi is (find mount_point | grep GGX2R.msi)
lil_stenly Sunday 28 February 2010 at 17:07
lil_stenly

By the way you can detect easily in which directory GGX2R.msi is (find mount_point | grep GGX2R.msi)

Quote from Tinou


I've used.
FINDINS="GGX2R.msi"

# Checking for existing installer
POL_SetupWindow_cdrom
POL_SetupWindow_check_cdrom "$FINDINS"

wine MSIEXEC /i "$CDROM/$FINDINS" /q

Actually here is the script, with preview of installation, screenshots, everything! :)
Guilty Gear X2 Reload - 2D Fighting

Quentin PÂRIS Sunday 28 February 2010 at 17:15
Quentin PÂRISAnonymous

Ok you don't need to show the warn text. All the script have the same behavior
lil_stenly Sunday 28 February 2010 at 18:11
lil_stenly

Ok you don't need to show the warn text. All the script have the same behavior

Quote from Tinou

I'm noob, let me be happy about my first script! :D

Hah, just start to knowing bash and etc, so I find that writing scripts with some easy variables and functions for a good practice.
You are here: Index > Website > Site code problems!